Skip to content

0.15.0

Compare
Choose a tag to compare
@frandiox frandiox released this 31 Dec 17:06
· 33 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 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 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.

New Contributors

Full Changelog: v0.14.3...v0.15.0