Skip to content

Releases: vuejs/router

v5.2.0

Choose a tag to compare

@github-actions github-actions released this 15 Jul 10:08
6e5f8d2

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v5.1.0

Choose a tag to compare

@github-actions github-actions released this 28 May 14:32
c0e3226

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v5.0.7

Choose a tag to compare

@github-actions github-actions released this 13 May 07:43
ddd20c3

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v5.0.6

Choose a tag to compare

@github-actions github-actions released this 22 Apr 10:19
03e2337

   🐞 Bug Fixes

    View changes on GitHub

v5.0.5

Choose a tag to compare

@github-actions github-actions released this 22 Apr 08:09
7a41931

   🚀 Features

   🐞 Bug Fixes

  • Track definePage imports per-file to fix named view race condition  -  by @posva (11191)
  • Avoid double decoding hash on string location  -  by @posva (1578c)
    View changes on GitHub

v5.0.4

Choose a tag to compare

@github-actions github-actions released this 19 Mar 15:06
7f32e99

   🐞 Bug Fixes

    View changes on GitHub

v5.0.3

Choose a tag to compare

@github-actions github-actions released this 19 Feb 20:07
2b4d612

   🚨 Breaking Changes

  • experimental:

   🚀 Features

   🐞 Bug Fixes

   🏎 Performance

    View changes on GitHub

v5.0.2

Choose a tag to compare

@github-actions github-actions released this 02 Feb 09:26
758f70f

   🐞 Bug Fixes

    View changes on GitHub

v5.0.1

Choose a tag to compare

@github-actions github-actions released this 30 Jan 10:47
4e8a073

   🐞 Bug Fixes

    View changes on GitHub

v5.0.0

Choose a tag to compare

@github-actions github-actions released this 29 Jan 17:19
a9b6ea8

Vue Router 5 is a boring release, it merges unplugin-vue-router into the core package with no breaking changes. The only exception is that the iife build no longer includes @vue/devtools-api because it has been upgraded to v8 and does not expose an IIFE build itself. You can track that change in this issue. See the migration guide for instructions on how to upgrade from unplugin-vue-router to Vue Router 5.

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub