π₯ Breaking Changeβ
Starting with this release for a proper work of i18n functionality, you need to either use Node v14+ or in case of using earlier version of Node.js install full-icu
package and set NODE_ICU_DATA
environment variable in your npm scripts, for example:
"scripts": {
"start": "cross-env NODE_ICU_DATA=node_modules/full-icu docusaurus start"
}
π New Featureβ
docusaurus-init
- #4302 feat(v2): Improve the initial templates (@ShinteiMai)
docusaurus-theme-classic
π Bug Fixβ
docusaurus-theme-classic
docusaurus-plugin-pwa
docusaurus
- #4407 fix(v2): broken link checker should not report false positives when using encoded chars (@Harvtronix)
- Other
π Polishβ
docusaurus-plugin-content-blog
,docusaurus-plugin-content-docs
,docusaurus-plugin-content-pages
,docusaurus-plugin-sitemap
,docusaurus-theme-classic
,docusaurus-types
,docusaurus-utils-validation
,docusaurus
docusaurus-plugin-content-blog
,docusaurus-plugin-content-docs
,docusaurus-theme-common
,docusaurus-utils
,docusaurus
docusaurus-module-type-aliases
docusaurus-plugin-content-blog
,docusaurus-plugin-content-docs
,docusaurus-utils
docusaurus-plugin-client-redirects
,docusaurus-plugin-content-docs
,docusaurus-theme-common
,docusaurus-utils-validation
,docusaurus
docusaurus-theme-bootstrap
,docusaurus-theme-classic
,docusaurus-theme-common
π Documentationβ
- #4416 docs(v2): add Realtime Web Applications Workshop to showcase (@lowenhere)
- #4408 docs(v2): add gladysassistant.com to showcase (@Pierre-Gilles)
- #4386 docs(v2): Showcase the pnpm docs (@zkochan)
- #4367 docs(v2): releasing i18n blog post (@slorber)
π Internalβ
docusaurus-1.x
- Other
docusaurus-utils
Committers: 14β
- Alexey Pyltsyn (@lex111)
- Armano (@armano2)
- Harvtronix (@Harvtronix)
- Joon-Ha Lee (@koko8829)
- Leandro Oriente (@leandrooriente)
- Long Ho (@longlho)
- Lowen (@lowenhere)
- Pierre-Gilles Leymarie (@Pierre-Gilles)
- Quan (@quanengineering)
- Simen Bekkhus (@SimenB)
- Steven Hansel (@ShinteiMai)
- SΓ©bastien Lorber (@slorber)
- Zoltan Kochan (@zkochan)
- @Rhodanthe1116