Skip to content

2.0.0-alpha.72

Compare
Choose a tag to compare
@lex111 lex111 released this 16 Mar 11:21

2.0.0-alpha.72 (2021-03-16)

馃挜 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

馃悰 Bug Fix

  • docusaurus-theme-classic
    • #4429 chore(v2): upgrade Infima to v0.2.0-alpha.21 (@lex111)
    • #4428 fix(v2): allow using pre tag in Markdown directly (@lex111)
    • #4381 fix(v2): specify proper TS path in classic theme (@lex111)
    • #4383 fix(v2): set theme color mode for SSR (@lex111)
  • docusaurus-plugin-pwa
  • docusaurus
    • #4407 fix(v2): broken link checker should not report false positives when using encoded chars (@Harvtronix)
  • Other
    • #4410 fix(v1): Fix v1 site deployment with Crowdin again... (@slorber)
    • #4396 fix(v1): Temp fix v1 site deployment: fail-safe on Crowdin upload translations error (@slorber)
    • #4395 fix(v1): fix v1 site deploy issues (@slorber)

馃拝 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-theme-classic
    • #4427 refactor(v2): Updated theme label translations for Traditional Chinese (@Rhodanthe1116)
  • docusaurus-module-type-aliases
    • #4387 refactor(v2): add ExecutionEnvironment, BrowserOnly, isInternalUrl to type aliases (@armano2)
  • docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-utils
    • #4402 refactor(v2): merge linkify function used in blog and docs and align properties (@armano2)
  • docusaurus-plugin-client-redirects, docusaurus-plugin-content-docs, docusaurus-theme-common, docusaurus-utils-validation, docusaurus
    • #4382 refactor(v2): correct some of type errors reported by eslint (@armano2)
  • docusaurus-theme-bootstrap, docusaurus-theme-classic, docusaurus-theme-common

馃摑 Documentation

馃彔 Internal

  • docusaurus-1.x
  • Other
  • docusaurus-utils
    • #4384 chore(v2): avoid bad publish of intl-locales-supported (@lex111)

Committers: 14