JavaScript Modules v1.0.0 🎉
JavaScript Modules are now considered stable! This also means that no breaking changes are coming in the foreseeable future.
Breaking Changes
-
Deprecated
RenderInBrowserandHydrateInBrowserwere replaced by<Island />. (#497)Please read the 0.9 release notes for migration details.
Bug Fixes
-
Running JSM engine on bare metal Windows is now expected to work properly. (#504, #511)
-
Client and server build must both complete to run the
yarn watch:callbackcommand. (#490)
Other Changes
-
The
npm create @jahia/module@latestcommand creates a slightly smaller Hello World. (#501) -
The JSM engine now ships with React 19.2.0. (#513)
Full Changelog: 0_9_2...1_0_0