Skip to content

v4.0

Compare
Choose a tag to compare
@dsuryd dsuryd released this 01 Jun 01:56
· 459 commits to master since this release

This release provides better Typescript support by migrating the majority of code to Typescript. Some type names have been renamed and will cause breaking changes if you're using type definitions from previous versions.

Bug fixes

  • Add multi-instance support to MulticastVM (#248).
  • Fix routing check for React component (#245).
  • Fix routing to use React.hydrate only if SSR is enabled.