Releases: nuxt-modules/i18n
Releases · nuxt-modules/i18n
6.12.1
Bug Fixes
- crash on using nuxt-i18n properties in a component with i18n options (#736) (fd8b684), closes #557
- don't add trailing slashes to generated routes (#733) (b062044), closes #717
- favor non-prefixed route with prefix_and_default strategy (#732) (09d2c0f), closes #721
- remove encodePaths option and don't encode paths by default (#731) (aba92b3), closes #712
6.12.1-beta.0
Bug Fixes
- don't add trailing slashes to generated routes (4825d61), closes #717
- favor non-prefixed route with prefix_and_default strategy (#732) (09d2c0f), closes #721
- remove encodePaths option and don't encode paths by default (#731) (aba92b3), closes #712
6.12.0
Features
Bug Fixes
- don't do browser language detection during Nuxt generate (#718) (f1c5aca)
- don't leave out non-prefixed routes for generate + prefix strategy (#726) (97fabbf), closes #700
- trigger language detection on initial load in generated mode (#724) (a853de9)
6.11.1
Bug Fixes
- NavigationDuplicated error on loading 404 page in SPA (#705) (6bd80da), closes #702
6.11.0
Features
- docs: enable indexed search results in documentation (#687) (bea56a9)
Bug Fixes
- redirect from 404 to defaultLocale if there is matching route (e99978d), closes #677 #491
6.10.2-beta.0
Bug Fixes
- redirect from 404 to defaultLocale if there is matching route (b20bd58), closes #677 #491
6.10.1
6.10.1 (2020-04-23)
Bug Fixes
- types: fix type of baseUrl to allow string (a495cb3)
6.10.0
6.10.0 (2020-04-23)
Features
- allow providing function for baseUrl option (#679) (056a8f7)
6.9.3
6.9.3 (2020-04-23)
Bug Fixes
- crash with latest vue-i18n related to using null locale (#678) (642fddf)
- unlocked version of
vue-i18n
dependency as code was changed to deal with upstream breakage
6.9.2
6.9.2 (2020-04-22)
Bug Fixes
- lock vue-i18n version to 8.16.0 until crashing issue is fixed (ad82009)