Full Changelog: https://github.com/A909M/Filament-StateFusion/compare/v2.2.3...v2.3.0
Full Changelog: https://github.com/A909M/Filament-StateFusion/compare/v2.2.2...v2.2.3
Full Changelog: https://github.com/A909M/Filament-StateFusion/compare/v2.2.1...v2.2.2
Full Changelog: https://github.com/A909M/Filament-StateFusion/compare/v2.2.0...v2.2.1
This release adds automatic default state support to all StateFusion form components! 🎉
StateFusionRadioStateFusionSelectStateFusionToggleButtonsWhen you use StateFusion form components, they now automatically call getDefaultStateFor() to set the initial state for new records. This ensures consistent state initialization across your application.
// Example: Order form will automatically start in "Pending" state
StateFusionSelect::make('status')
->label('Order Status')
// No need to manually set default() anymore!
composer require a909m/filament-statefusion:^1.1
Full Changelog: https://github.com/A909M/Filament-StateFusion/compare/1.0.2...v1.1.0
This release adds automatic default state support to all StateFusion form components! 🎉
StateFusionRadioStateFusionSelectStateFusionToggleButtonsWhen you use StateFusion form components, they now automatically call getDefaultStateFor() to set the initial state for new records. This ensures consistent state initialization across your application.
// Example: Order form will automatically start in "Pending" state
StateFusionSelect::make('status')
->label('Order Status')
// No need to manually set default() anymore!
composer require a909m/filament-statefusion:^2.2
Full Changelog: https://github.com/A909M/Filament-StateFusion/compare/v2.1.0...v2.2.0
Full Changelog: https://github.com/A909M/Filament-StateFusion/compare/v2.0.0...v2.1.0
🚀 Major release for Filament v4
BREAKING CHANGES:
Features:
Migration guide available in documentation.
Full Changelog: https://github.com/A909M/Filament-StateFusion/compare/1.0.1...1.0.2
Full Changelog: https://github.com/A909M/Filament-StateFusion/compare/1.0.0...1.0.1
Full Changelog: https://github.com/A909M/Filament-StateFusion/commits/1.0.0
How can I help you explore Laravel packages today?