Releases: pboivin/filament-peek
Releases · pboivin/filament-peek
v2.2.11
v2.2.10
v2.2.9
v2.2.8
v2.2.7
v2.2.6
v2.2.5
What's Changed
- Add Laravel 11 compatibility by @bambamboole in #124
- chore: bump ramsey/composer-install from 2 to 3 in #123
New Contributors
- @bambamboole made their first contribution in #124
Full Changelog: v2.2.4...v2.2.5
v2.2.4
v1.1.5
v2.2.3
Warning
This release fixes a regression in the previous version that broke image previews. The fix is to call the beforeStateDehydrated
hook when preparing the preview modal data. I think this is a good default. You can disable it by setting the $shouldDehydrateBeforePreview
property to false
on your Page class.
What's Changed
- [2.x] fix: Call beforeStateDehydrated hook by default to handle image uploads in #118
Full Changelog: v2.2.2...v2.2.3