Skip to content

Releases: tomatophp/filament-types

v2.0.0

29 Oct 06:46
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.27...v2.0.0

v1.0.27

23 Sep 15:16
Compare
Choose a tag to compare

Full Changelog: v1.0.26...v1.0.27

v1.0.26

17 Sep 16:45
Compare
Choose a tag to compare

Full Changelog: v1.0.25...v1.0.26

v1.0.25

17 Sep 14:57
Compare
Choose a tag to compare

Full Changelog: v1.0.24...v1.0.25

v1.0.24

17 Sep 14:39
Compare
Choose a tag to compare

Full Changelog: v1.0.23...v1.0.24

v1.0.23

16 Sep 11:47
Compare
Choose a tag to compare
  • add filament-plugin integration.

Full Changelog: v1.0.22...v1.0.23

v1.0.22

12 Sep 17:00
Compare
Choose a tag to compare

Full Changelog: v1.0.21...v1.0.22

v1.0.21

11 Sep 10:47
Compare
Choose a tag to compare

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

11 Sep 10:25
Compare
Choose a tag to compare

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

22 Jul 11:21
Compare
Choose a tag to compare

fix migration rollback

Full Changelog: v1.0.18...v1.0.19