v1.1.4
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
- [1.x] fix: Call beforeStateDehydrated hook by default to handle image uploads in #119
Full Changelog: v1.1.3...v1.1.4