Skip to content

Releases: filamentphp/filament

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

v1.2.3

03 Mar 09:57
Compare
Choose a tag to compare

Translated validation attributes. #61

v1.2.1

03 Mar 08:20
Compare
Choose a tag to compare

Prefixed core Livewire components with core. to avoid conflicts with app components. #57

v1.1.0

02 Mar 23:02
60ac213
Compare
Choose a tag to compare

Added DocBlocks to the Filament facade. #55
Enabled stub publishing and customisation. #56