Skip to content

Releases: victorgarciaesgi/nuxt-typed-router

v3.2.4

05 Jul 09:49
Compare
Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v3.2.3

08 Jun 09:05
Compare
Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v3.2.2

10 May 15:13
Compare
Choose a tag to compare

🐞 Bug Fixes

  • fix: route names of default locale are broken #93

v3.2.0

27 Apr 08:58
Compare
Choose a tag to compare

Breaking changes

  • Removed the definePageMeta(routeName, options) as it do not work with nuxt macros
  • Fixed behaviour with default stategy with @nuxtjs/i18n, it can break some route names

🐞 Bug fixes

  • fix: fixed route names for i18n strategy #87
  • fix: fixed output when no i18n config #88

v3.1.5

22 Apr 14:00
Compare
Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v3.1.4

17 Apr 14:18
Compare
Choose a tag to compare

   🚀 Features

Nuxt 3.4.0 introduced a breaking change in how the paths were generated (nuxt/nuxt#19902), this patch bring support for new generated paths and supports old versions of nuxt

    View changes on GitHub

v3.1.3

13 Apr 14:08
Compare
Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v3.1.2

08 Apr 13:57
Compare
Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v3.1.1

08 Apr 10:57
Compare
Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v3.1.0

07 Apr 15:53
Compare
Choose a tag to compare

   🚀 Features

Breaking changes

  • Renamed experimentalPathCheck option to pathCheck
    View changes on GitHub