Skip to content

0.18.0

Compare
Choose a tag to compare
@frandiox frandiox released this 31 Dec 17:47
· 30 commits to master since this release

What's Changed

  • Breaking: the url object passed in context is always type URL (before it was type Location).
  • Fix React props routing when using base parameter.
  • Fix hydration in Vue apps in frandiox/vite-ssr#129
  • Fix backslash escaping in serialized state in frandiox/vite-ssr#130
  • Fix routing when base is provided under some conditions.
  • Dev server defaults to 127.0.0.1 instead of localhost in macOS to prevent Vite issues.
  • Fix rendered HTML when state or body contains $1. Related #123
  • Add pluginOptions.containerId to customize the container element ID in index.html.
  • Require latest Vite and Vue versions as peer dependencies.

Full Changelog: v0.17.5...v0.18.0