0.18.0
What's Changed
- Breaking: the
url
object passed in context is always typeURL
(before it was typeLocation
). - 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 oflocalhost
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 inindex.html
. - Require latest Vite and Vue versions as peer dependencies.
Full Changelog: v0.17.5...v0.18.0