Skip to content

Releases: josespinal/filament-record-navigation

v2.2.2

13 Apr 18:48
d159125

Choose a tag to compare

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

13 Apr 18:36
b63613d

Choose a tag to compare

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

13 Apr 16:12
f5d6107

Choose a tag to compare

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

13 Apr 03:11

Choose a tag to compare

Added

Full Changelog: v2.1.0...v2.1.1

v2.1.0

13 Apr 02:38
c46ac17

Choose a tag to compare

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

  • @UendelC made their first contribution in #10
  • @paulorlima9 made their first contribution in #14

Full Changelog: v2.0.5...v2.1.0

v2.0.5

12 Apr 15:08

Choose a tag to compare

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

07 Jun 15:42

Choose a tag to compare

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

05 Jun 21:28

Choose a tag to compare

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