Skip to content

v1.0.0

Choose a tag to compare

@paulgv paulgv released this 05 Dec 04:04
· 1423 commits to main since this release

Features

  • refactor: refactor module's code (e4186dc)

BREAKING CHANGES

  • refactor: Route generation utils have been renamed & the module doesn't register a vuex module anymore
  • Replace all calls to getLocalizedRoute() with localePath()
  • Replace all calls to getSwitchLocaleRoute() with switchLocalePath()
  • Configured locales are now accessible in any component via $i18n.locales
  • Similarly, default app locale can be accessed via i18n.defaultLocale