Releases: josespinal/filament-record-navigation
v2.2.2
What's Changed
- fix: not running cacheHeaderActions function after record change by @josespinal in #21
Full Changelog: v2.2.1...v2.2.2
v2.2.1
What's Changed
- fix: improve record navigation handling in HasRecordNavigation trait by @josespinal in #20
Full Changelog: v2.2.0...v2.2.1
v2.2.0
What's Changed
- Feature: Add support for relation managers refresh and update UI/UX stuff by @josespinal in #19
Full Changelog: v2.1.1...v2.2.0
v2.1.1
Added
- Fixed dirty state tracking when data properties change in record forms. Used Livewire hook methods naming convention for traits. See: https://livewire.laravel.com/docs/lifecycle-hooks#using-hooks-inside-a-trait
Full Changelog: v2.1.0...v2.1.1
v2.1.0
What's Changed
- This version introduces JavaScript file to handle some UX related improvements. Make sure to read the README file again for setup
- Sort IDs list based on the sorts of the table by @UendelC in #10
- feat: add Laravel 12 support by @paulorlima9 in #14
- Release v2.1.0 by @josespinal in #15
- Release v2.2.0 by @josespinal in #16
- Release for version 2.1.0 by @josespinal in #18
New Contributors
Full Changelog: v2.0.5...v2.1.0
v2.0.5
v2.0.5 - Laravel 12 Support
New Features
- Added support for Laravel 12
Changes
- Ensured compatibility with the latest Laravel version
- Improved stability and performance
- Updated dependencies for better compatibility
Notes
This release maintains backward compatibility with previous Laravel versions while adding support for Laravel 12. If you encounter any issues, please report them in the GitHub issue tracker.
v2.0.4
Replace redirection in nextRecord and previousRecord methods with direct record update. This provides a better UX as there are no visual flashing between record changes.
Removed PHPStan
Full Changelog: v2.0.1...v2.0.4
v2.0.1
Replace redirection in nextRecord and previousRecord methods with direct record update. This provides a better UX as there are no visual flashing between record changes.
Full Changelog: v1.0.1...v2.0.1