Skip to content

14.10.1

Choose a tag to compare

@wazum wazum released this 29 May 05:11
· 76 commits to main since this release

Bug Fixes

  • Ship the correct v14 "Create new page" wizard guard — 14.10.0 shipped a stale compiled bundle of the page-wizard guard, built from an earlier source revision. It committed all visible FormEngine inputs on each wizard button press instead of only the focused field, which could fire unrelated onChange handlers. The bundle is now rebuilt from source, so the shipped behavior matches the intended focused-input-only commit that 14.10.0's notes described.

Internal

  • Added a CI guard that runs npm run build and fails when the compiled assets in Resources/Public/ differ from the source, so a stale bundle can never ship again.

Full Changelog: 14.10.0...14.10.1