Releases
v6.20.3 2/24/2021
Bug Fixes
- lazy: allow extensions yml/yaml when loading lazy locales (01f92ae)
v6.20.2 2/19/2021
v6.20.1 2/15/2021
v6.19.0 2/1/2021
v6.18.0 1/13/2021
v6.17.0 1/5/2021
v6.16.0 12/9/2020
Features
Refactor
- replace clonedeep with klona (#981)
Bug Fixes
- detectBrowserLanguage: use ISO code if available (#965) (1e39a3b), closes #979 #499
- docs: add defaultLocale to examples (#955) (4b69c6c)
- docs: add missing parenthesis (#941) (4ecdee1)
- docs: clarify the type of the vueI18n option (c9be559)
- docs: fix some links in the documentation (1249226)
- docs: fix some more links in the documentation (abbf212)
- docs: include defaultLocale in the example configuration (#951) (6bacb3b)
- docs: remove unwanted characters (bc9f76e), closes #960
- generate: don't try to redirect route when static generating (#989) (d5957d0), closes #911
- test: fix test expectation for trailingSlash=true (c9f2ef5)
v6.15.4 10/19/2020
v6.15.3 10/14/2020
v6.15.2 10/13/2020
Bug Fixes
- docs: add warnings regarding no_prefix strategy (#891) (bbcbad9)
- seo: don't include queries in canonical link (d09ad9e), closes #912
- seo: enable canonical tag for all strategies (4ae4199)
- seo: enable self-referential canonical tags (b62fd39)
- add x-default hreflang tag for improved SEO (#922) (b35bc57)
v6.15.1 9/11/2020
v6.15.0 9/10/2020
Features
Bug Fixes
IMPORTANT
For improved SEO, it's highly recommended to set detectBrowserLanguage.onlyOnRoot
to true if you are using strategy other than no_prefix
with detectBrowserLanguage
enabled. This will ensure that crawlers won't get redirected when crawling pages other than the root page, which would then be considered duplicate content.
This will likely become a default behavior in the future.
v6.14.2 9/8/2020
v6.14.1 9/8/2020
Bug Fixes
- remove postinstall script that breaks production (56f8084)