Skip to content

v5.0.0

Compare
Choose a tag to compare
@filoxo filoxo released this 25 Aug 03:01
· 29 commits to main since this release

What's Changed

  • React 18 support. by @filoxo in #148
    • if upgrading from single-spa-react@4, replace ReactDOM with ReactDOMClient
  • Change default renderType to createRoot. by @filoxo in #148
    • if your application is using React 17 and below, you must explicitly define the renderType option. For most, this is "render" but others are also supported.