Releases: pboivin/filament-peek
v2.2.2
Warning
This release fixes a bug that caused the relationships to be saved by default before opening the preview modal. In the unlikely event that you are relying on this behavior, you can set the $shouldCallHooksBeforePreview
property to true
on your Page class to revert to the old behavior.
What's Changed
- fix: Don't call state hooks by default when opening the preview modal in #114
- chore: Fix tests in #110
- chore: PHP 8.3 in #111
- chore: bump aglipanci/laravel-pint-action from 2.3.0 to 2.3.1 in #112
Full Changelog: v2.2.1...v2.2.2
v1.1.3
Warning
This release fixes a bug that caused the relationships to be saved by default before opening the preview modal. In the unlikely event that you are relying on this behavior, you can set the $shouldCallHooksBeforePreview
property to true
on your Page class to revert to the old behavior.
What's Changed
- [1.x] fix: Don't call state hooks by default when opening the preview modal in #116
Full Changelog: v1.1.2...v1.1.3
v2.2.1
What's Changed
- Spanish translations added by @kennyhorna in #108
New Contributors
- @kennyhorna made their first contribution in #108
Full Changelog: v2.2.0...v2.2.1
v1.1.2
v2.2.0
v2.1.0
v2.0.2
v2.0.1
v2.0.0
ποΈ Stable release of Peek 2.0 with Filament v3 compatibility
From the Filament documentation:
Livewire v3 is recently released!
The Livewire team have done a great job in making it stable, but it was a complete rewrite of Livewire v2. You may encounter issues, so we recommend testing your application thoroughly before using Filament v3 in production.
Please feel free to report any issues you encounter with Peek in this repository. I'll work with you to determine where the issue is coming from.
Full Changelog: v1.1.0...v2.0.0
v2.0.0-beta4
What's Changed
- [2.x] fix: Don't attach keyup listener if not needed in #81
- [2.x] fix: Try/catch iframe operations in #81
Full Changelog: v2.0.0-beta3...v2.0.0-beta4