0.15.0
What's Changed
- Breaking: the
url
object passed in context is always typeURL
(before it was typeLocation
). - Fix hydration in Vue apps by @CyberAP in #129
- Fix backslash escaping in serialized state by @dchenk in #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.
New Contributors
- @techieoriname made their first contribution in #121
- @CyberAP made their first contribution in #129
Full Changelog: v0.14.3...v0.15.0