Skip to content

Releases: filamentphp/filament

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

v1.4.1

05 Mar 22:50
88c5824
Compare
Choose a tag to compare

Added support for attaching and detaching records for BelongsToMany relation managers. #90 & #94

v1.4.0

05 Mar 20:26
Compare
Choose a tag to compare

Finalised branding changes.
Fixed inconsistent config line breaks. #80
Fixed Filament custom auth guard in missing places. #85
Added invalid formatting to tag input. #88

v1.3.0

04 Mar 22:56
Compare
Choose a tag to compare

Fixed navigation item sorting. #58
Added form component and column setup() method. #63
Introduced new brand colors. #68
Added config for disabling the default dashboard widgets. #71
Added support for a custom users table and auth guards. #72
Added rows() and cols() methods to Textarea field. #77
Fixed case sensitivity issues with search on Postgres. #78

v1.2.5

03 Mar 13:28
Compare
Choose a tag to compare

Fixed undefined variable. #64

v1.2.4

03 Mar 10:21
Compare
Choose a tag to compare

Set checkbox field default value to false. #62