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