Releases: filamentphp/filament
Releases · filamentphp/filament
v1.3.0
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
Fixed undefined variable. #64
v1.2.4
Set checkbox field default value to false. #62
v1.2.3
Translated validation attributes. #61
v1.2.1
Prefixed core Livewire components with core.
to avoid conflicts with app components. #57
v1.1.0
Added DocBlocks to the Filament facade. #55
Enabled stub publishing and customisation. #56
v1.0.15
Updated PHP version badge. #42
Introduced Composer lock file into the repo. #49
Allow domain-based restriction of where the admin panel may be used. #50
v1.0.14
Refactored localization strings throughout the package.
v1.0.11
Fixed Text column default value. #46
v1.0.9
Introduced command aliases. #43