Releases: tomatophp/filament-types
Releases · tomatophp/filament-types
v2.0.0
v1.0.27
Full Changelog: v1.0.26...v1.0.27
v1.0.26
Full Changelog: v1.0.25...v1.0.26
v1.0.25
Full Changelog: v1.0.24...v1.0.25
v1.0.24
Full Changelog: v1.0.23...v1.0.24
v1.0.23
- add filament-plugin integration.
Full Changelog: v1.0.22...v1.0.23
v1.0.22
Full Changelog: v1.0.21...v1.0.22
v1.0.21
Use Type Column
add ->allowDescription()
method to the Column to make it easy to show up the description of the type in hover as a tooltip
use TomatoPHP\FilamentTypes\Components\TypeColumn;
TypeColumn::make('type')
...
->allowDescription()
- allow Type ordering
- update table grouping setting
- disable type if
for
not set on filters
Full Changelog: v1.0.20...v1.0.21
v1.0.20
Use Type Column
you can use type column in your table like this
use TomatoPHP\FilamentTypes\Components\TypeColumn;
TypeColumn::make('type')
->for('users')
->type('status')
->searchable(),
Full Changelog: v1.0.19...v1.0.20
v1.0.19
fix migration rollback
Full Changelog: v1.0.18...v1.0.19