Skip to content

0.14.3

Compare
Choose a tag to compare
@frandiox frandiox released this 06 Nov 10:42
· 48 commits to master since this release

What's Changed

  • fix: Split state logic in two files to avoid crashing in Safari during development. Closes #118 by @salqueng in #119
  • feat: New excludeSsrComponents option in the plugin to remove components from the SSR build. Components are mocked and will render nothing in SSR but will be hydrated later in the browser. This allows having a smaller server build for constraint environments like Cloudflare Workers.

New Contributors

Full Changelog: v0.14.2...v0.14.3