Skip to content

v1.51.0

Choose a tag to compare

@birdofpreyru birdofpreyru released this 11 Apr 01:51
· 27 commits to master since this release

Breaking Changes

  • [#413][#432] Webpack configs — Removes workarounds for react-router@7 compatibility. Those workarounds are not necessary for us anymore, as we have fully migrated to ES modules; but it may break host projects if they intermix CommonJS and ES modules (i.e. import and require()), and import react-router stuff from both.

Other Updates

  • [#472] Minor improvements of the build script.
  • [#266][#473] E2eSsrEnv — Fixes SSR testing with different Babel configs applied to the same dependencies in different test modules.
  • [#474] Documentation is migrated to TypeScript Docusaurus template + Various fixes and clean-ups in the documentation code.
  • Update of dependencies.

Sponsor