Skip to content

Releases: filamentphp/filament

v1.6.0

13 Mar 23:10
Compare
Choose a tag to compare

Fixed Livewire component registration for plugins. #191
Encapsulated methods in forms and tables packages. #193
Fixed clear issue with multiple relation selects. #197
Fixed issue with multiple file uploads on one page. #200
Added support for table record action icons. #203
Fixed issue with selective deletion not working. 209
Added table record action titles. #210
Fixed Livewire DOM-diffing issue with tables. #212
Added php-cs-fixer workflow. #214

v1.5.5

12 Mar 11:38
Compare
Choose a tag to compare

Added plugin service provider registration hooks. #182
Added custom form component and column construction commands. #183
Added Arabic translations. #184
Added EditRecord fill hooks. #187
Fixed #189.

v1.5.4

11 Mar 22:11
Compare
Choose a tag to compare

Added Catalan translations. #169
Added preload() option for BelongsToSelect fields. #173
Added support for middleware customization. #180
Allowed relation manager table customizations without overriding main table method. #181

v1.5.3

11 Mar 21:02
7005f96
Compare
Choose a tag to compare

Fixed Alpine issue with reinitialising components abnormally. #179

v1.5.2

11 Mar 19:21
Compare
Choose a tag to compare

Added Georgian translations. #170
Fixed issue with adding additional table record actions from resource. #175
Fixed undefined url() method with view columns. #177
Added $view to resource page stub. #178

v1.5.0

11 Mar 00:15
Compare
Choose a tag to compare

Added support for granular permission checks using roles and policies. #106
Added Danish translations. #144
Added Indonesian translations. #147
Added basic theming support for customising colors. #148
Added limit() functionality to Text column. #152
Allowed when() callbacks to access the current form record. #153
Set up package translations for publishing. #155
Fixed issue with unaccessible private S3 images. #157
Fixed duplicate IDs on form components causing unexpected issues with closing relation modals. #158
Added class-based filters. #159
Added method to disable the default migrations. #161
Added a basic plugin registration API. #163
Added swappable avatar providers. #164
Fixed use of custom route key names. #167
Fixed search issues with PostgreSQL. #168

v1.4.6

09 Mar 21:54
Compare
Choose a tag to compare

Added Brazilian Portuguese translations. #121
Added conditional form component modification capabilities with when(). #127
Added support for "dependable" fields. #128
Added page lifecycle hooks. #129
Added form groups. #130
Added French translations. #133
Removed extra semicolons from Image column view. #134
Added Dutch translations. #135 & #136
Added Italian translations. #137
Added text input prefix support. #138
Added German translations. #139
Added Spanish translations. #141 & #142
Fixed layout issue with multiple relation managers. #143

v1.4.5

08 Mar 13:58
25299bb
Compare
Choose a tag to compare

Fixed MorphMany relation managers showing unavailable attachment operations. #109
Added the ability to override page layouts. #113
Added new Boolean and Icon columns. #116
Fixed use of external images in Image column. #117
Added View column. #118
Allowed column URLs to open in a new tab. #119

v1.4.4

07 Mar 11:09
341a794
Compare
Choose a tag to compare

Added Image column. #89
Added "Create Another" button to relation manager create modals. #98
Added "View" form component. #101
Fixed page title pass to base layout. #102
Tweaked checkbox and link color usage. #105

v1.4.3

06 Mar 10:02
1e4e71f
Compare
Choose a tag to compare

Reduced the number of $wire calls in the select component, fixing #87. #97