Filament Decision Tables

Filament Decision Tables changelog

2 weeks ago
1.2.5

v1.2.5

leek/filament-decision-tables

Fixed

  • Use array_key_exists instead of isset when checking test inputs — isset returns false for null values, causing row evaluation to fail when number fields are left empty in the test form
3 weeks ago
1.2.4

v1.2.4

leek/filament-decision-tables

Fixed

  • Number condition fields now use text input instead of type="number", allowing comma-separated values for In/Not In operators
  • Dynamic placeholders based on selected operator (e.g. 1, 2, 3 for In/Not In, substring for Contains)
3 weeks ago
1.2.3

v1.2.3

leek/filament-decision-tables

What's Changed

  • Support UUID primary keys on configurable models by widening $ruleId type from int to int|string in all Livewire components

Full Changelog: https://github.com/leek/filament-decision-tables/compare/v1.2.2...v1.2.3

3 weeks ago
1.2.2

v1.2.2

leek/filament-decision-tables

What's Changed

  • Fix missing decision_table_templates migration in service provider
  • Add decision_table_template model to config for overriding
  • Use configurable model class in template service and seeder
  • Gracefully handle missing templates table in CreateFromTemplateAction

Full Changelog: https://github.com/leek/filament-decision-tables/compare/v1.2.1...v1.2.2

1 month ago
1.2.1

v1.2.1

leek/filament-decision-tables

What's Changed

  • Rename singleton key from decision-tables to filament-decision-tables to align with naming convention used everywhere else in the package
1 month ago
1.2.0

v1.2.0

leek/filament-decision-tables

What's Changed

  • Added decision table templates system and UX improvements
  • Minor design fixes and cleanup

Full Changelog: https://github.com/leek/filament-decision-tables/compare/v1.1.1...v1.2.0

1 month ago
1.1.1

v1.1.1

leek/filament-decision-tables

What's Changed

  • Added support for Filament v5

Full Changelog: https://github.com/leek/filament-decision-tables/compare/v1.1.0...v1.1.1

4 months ago
1.1.0

v1.1.0

leek/filament-decision-tables

What's Changed

  • refactor: cleanup ui and remove old files by @leek in https://github.com/leek/filament-decision-tables/pull/6

Full Changelog: https://github.com/leek/filament-decision-tables/compare/v1.0.1...v1.1.0

4 months ago
1.0.1

v1.0.1

leek/filament-decision-tables

What's Changed

  • Bump actions/checkout from 4 to 5 by @dependabot[bot] in https://github.com/leek/filament-decision-tables/pull/4
  • Bump stefanzweifel/git-auto-commit-action from 6 to 7 by @dependabot[bot] in https://github.com/leek/filament-decision-tables/pull/5

Full Changelog: https://github.com/leek/filament-decision-tables/compare/v1.0.0...v1.0.1

4 months ago
1.0.0

v1.0.0

leek/filament-decision-tables

Initial Release

Full Changelog: https://github.com/leek/filament-decision-tables/commits/v1.0.0