Skip to content

Releases: filamentphp/filament

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

v1.0.15

02 Mar 18:07
Compare
Choose a tag to compare

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

02 Mar 16:21
Compare
Choose a tag to compare

Refactored localization strings throughout the package.

v1.0.11

02 Mar 14:17
Compare
Choose a tag to compare

Fixed Text column default value. #46

v1.0.9

02 Mar 13:47
0004e1e
Compare
Choose a tag to compare

Introduced command aliases. #43

v1.0.8

02 Mar 13:19
Compare
Choose a tag to compare

Introduced php artisan make:filament-field to stub a custom field class and view. #39