14.10.1
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
onChangehandlers. 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 buildand fails when the compiled assets inResources/Public/differ from the source, so a stale bundle can never ship again.
Full Changelog: 14.10.0...14.10.1