Skip to content

v3.0.0-beta.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@victorgarciaesgi victorgarciaesgi released this 11 Feb 11:12
· 29 commits to feat/v3.0.0 since this release

馃帀 New features

Path autocomplete and validity type-check (鈿狅笍 Experimental)

Can be disabled with the experimentalPathCheck option.

  • Autocomplete for path programmatic navigation
  • Support NuxtLink, useRouter, navigateTo and useLocalePath
  • Support query params and hashs
  • Throw an error if the path doesn't match any defined routes pattern

This feature is still experimental and has to be well tested on more apps.

Nuxt devtools support 鈿欙笍

  • Display nuxt-typed-router docs from devtools

definePageMeta support

Get autocompletion et type check for redirect, validate and key

Breaking changes 鈿狅笍

  • Removed routes generated by @nuxtjs/i18n from autocomplete
  • Reworked routeNames object params to better match pages folder structure