Skip to content

JavaScript Modules v1.0.0 🎉

Choose a tag to compare

@GauBen GauBen released this 03 Oct 09:10
· 115 commits to main since this release

JavaScript Modules are now considered stable! This also means that no breaking changes are coming in the foreseeable future.

Breaking Changes

  • Deprecated RenderInBrowser and HydrateInBrowser were 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:callback command. (#490)

Other Changes

  • The npm create @jahia/module@latest command 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