Skip to content

v2.0.0

Compare
Choose a tag to compare
@logdnabot logdnabot released this 08 Mar 13:57
· 33 commits to main since this release

2.0.0 (2022-03-08)

Features

  • ssr: Updates to allow SSR (nextjs) support 7c69b91 - Terry Moore

BREAKING CHANGES

  • ssr: This is a large rewrite to abstract any call to window
    until after init has run. This allows for SSR support and better
    initialization.