Skip to content

v2.2.3

Compare
Choose a tag to compare
@pboivin pboivin released this 31 Jan 16:01
· 28 commits to 2.x since this release

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