chore(v2): v2.0.0-alpha.50 (#2510)

This commit is contained in:
Alexey Pyltsyn 2020-04-02 21:03:34 +03:00 committed by GitHub
parent c207c3ba31
commit 3df3445550
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
27 changed files with 70 additions and 26 deletions

View file

@ -1,5 +1,49 @@
# Docusaurus 2 Changelog # Docusaurus 2 Changelog
## 2.0.0-alpha.50 (2020-04-02)
**HOTFIX for 2.0.0-alpha.49**.
#### :bug: Bug Fix
- `docusaurus-theme-classic`, `docusaurus-theme-live-codeblock`
- [#2509](https://github.com/facebook/docusaurus/pull/2509) fix(v2): synchronize code block components changes ([@lex111](https://github.com/lex111))
- `docusaurus-theme-classic`
- [#2498](https://github.com/facebook/docusaurus/pull/2498) fix(v2): blog item styling ([@yangshun](https://github.com/yangshun))
- [#2489](https://github.com/facebook/docusaurus/pull/2489) fix(v2): fix HTML issues nav dropdown and highlight docs item ([@lex111](https://github.com/lex111))
- `docusaurus`
- [#2496](https://github.com/facebook/docusaurus/pull/2496) fix(v2): do not force terminate building when running deploy command ([@lex111](https://github.com/lex111))
- `docusaurus-utils`
- [#2497](https://github.com/facebook/docusaurus/pull/2497) fix(v2): unbreak blog-only mode routing by deplicating starting forward slashes ([@SamChou19815](https://github.com/SamChou19815))
#### :nail_care: Polish
- `docusaurus-theme-classic`
- [#2505](https://github.com/facebook/docusaurus/pull/2505) fix(v2): tweak colors for announcement bar ([@yangshun](https://github.com/yangshun))
- [#2504](https://github.com/facebook/docusaurus/pull/2504) refactor(v2): improve announcement bar ([@lex111](https://github.com/lex111))
- [#2495](https://github.com/facebook/docusaurus/pull/2495) refactor(v2): update HTML markup of pagination for better a11y ([@lex111](https://github.com/lex111))
- `docusaurus-theme-classic`, `docusaurus-theme-live-codeblock`
- [#2502](https://github.com/facebook/docusaurus/pull/2502) fix(v2): make code block nicer ([@yangshun](https://github.com/yangshun))
- `docusaurus-plugin-content-docs`, `docusaurus`
- [#2490](https://github.com/facebook/docusaurus/pull/2490) fix(v2): use lodash instead of array-map-polyfill ([@lex111](https://github.com/lex111))
#### :memo: Documentation
- `docusaurus-theme-classic`
- [#2500](https://github.com/facebook/docusaurus/pull/2500) docs(v2): misc docs updates ([@yangshun](https://github.com/yangshun))
#### :house: Internal
- [#2486](https://github.com/facebook/docusaurus/pull/2486) misc: add instructions about test release ([@lex111](https://github.com/lex111))
#### Committers: 5
- Alexey Pyltsyn ([@lex111](https://github.com/lex111))
- Can Gencer ([@cangencer](https://github.com/cangencer))
- Richard Chan ([@iWun](https://github.com/iWun))
- Sam Zhou ([@SamChou19815](https://github.com/SamChou19815))
- Yangshun Tay ([@yangshun](https://github.com/yangshun))
## 2.0.0-alpha.49 (2020-04-01) ## 2.0.0-alpha.49 (2020-04-01)
#### :rocket: New Feature #### :rocket: New Feature

View file

@ -1,24 +1,24 @@
{ {
"version-2.0.0-alpha.49/docs": [ "version-2.0.0-alpha.50/docs": [
{ {
"type": "category", "type": "category",
"label": "Docusaurus", "label": "Docusaurus",
"items": [ "items": [
{ {
"type": "doc", "type": "doc",
"id": "version-2.0.0-alpha.49/introduction" "id": "version-2.0.0-alpha.50/introduction"
}, },
{ {
"type": "doc", "type": "doc",
"id": "version-2.0.0-alpha.49/design-principles" "id": "version-2.0.0-alpha.50/design-principles"
}, },
{ {
"type": "doc", "type": "doc",
"id": "version-2.0.0-alpha.49/contributing" "id": "version-2.0.0-alpha.50/contributing"
}, },
{ {
"type": "doc", "type": "doc",
"id": "version-2.0.0-alpha.49/resources" "id": "version-2.0.0-alpha.50/resources"
} }
] ]
}, },
@ -28,11 +28,11 @@
"items": [ "items": [
{ {
"type": "doc", "type": "doc",
"id": "version-2.0.0-alpha.49/installation" "id": "version-2.0.0-alpha.50/installation"
}, },
{ {
"type": "doc", "type": "doc",
"id": "version-2.0.0-alpha.49/configuration" "id": "version-2.0.0-alpha.50/configuration"
} }
] ]
}, },
@ -42,15 +42,15 @@
"items": [ "items": [
{ {
"type": "doc", "type": "doc",
"id": "version-2.0.0-alpha.49/creating-pages" "id": "version-2.0.0-alpha.50/creating-pages"
}, },
{ {
"type": "doc", "type": "doc",
"id": "version-2.0.0-alpha.49/styling-layout" "id": "version-2.0.0-alpha.50/styling-layout"
}, },
{ {
"type": "doc", "type": "doc",
"id": "version-2.0.0-alpha.49/static-assets" "id": "version-2.0.0-alpha.50/static-assets"
}, },
{ {
"type": "category", "type": "category",
@ -58,33 +58,33 @@
"items": [ "items": [
{ {
"type": "doc", "type": "doc",
"id": "version-2.0.0-alpha.49/markdown-features" "id": "version-2.0.0-alpha.50/markdown-features"
}, },
{ {
"type": "doc", "type": "doc",
"id": "version-2.0.0-alpha.49/sidebar" "id": "version-2.0.0-alpha.50/sidebar"
}, },
{ {
"type": "doc", "type": "doc",
"id": "version-2.0.0-alpha.49/versioning" "id": "version-2.0.0-alpha.50/versioning"
} }
] ]
}, },
{ {
"type": "doc", "type": "doc",
"id": "version-2.0.0-alpha.49/blog" "id": "version-2.0.0-alpha.50/blog"
}, },
{ {
"type": "doc", "type": "doc",
"id": "version-2.0.0-alpha.49/search" "id": "version-2.0.0-alpha.50/search"
}, },
{ {
"type": "doc", "type": "doc",
"id": "version-2.0.0-alpha.49/deployment" "id": "version-2.0.0-alpha.50/deployment"
}, },
{ {
"type": "doc", "type": "doc",
"id": "version-2.0.0-alpha.49/migrating-from-v1-to-v2" "id": "version-2.0.0-alpha.50/migrating-from-v1-to-v2"
} }
] ]
}, },
@ -94,15 +94,15 @@
"items": [ "items": [
{ {
"type": "doc", "type": "doc",
"id": "version-2.0.0-alpha.49/using-plugins" "id": "version-2.0.0-alpha.50/using-plugins"
}, },
{ {
"type": "doc", "type": "doc",
"id": "version-2.0.0-alpha.49/using-themes" "id": "version-2.0.0-alpha.50/using-themes"
}, },
{ {
"type": "doc", "type": "doc",
"id": "version-2.0.0-alpha.49/presets" "id": "version-2.0.0-alpha.50/presets"
} }
] ]
}, },
@ -112,23 +112,23 @@
"items": [ "items": [
{ {
"type": "doc", "type": "doc",
"id": "version-2.0.0-alpha.49/cli" "id": "version-2.0.0-alpha.50/cli"
}, },
{ {
"type": "doc", "type": "doc",
"id": "version-2.0.0-alpha.49/docusaurus-core" "id": "version-2.0.0-alpha.50/docusaurus-core"
}, },
{ {
"type": "doc", "type": "doc",
"id": "version-2.0.0-alpha.49/docusaurus.config.js" "id": "version-2.0.0-alpha.50/docusaurus.config.js"
}, },
{ {
"type": "doc", "type": "doc",
"id": "version-2.0.0-alpha.49/lifecycle-apis" "id": "version-2.0.0-alpha.50/lifecycle-apis"
}, },
{ {
"type": "doc", "type": "doc",
"id": "version-2.0.0-alpha.49/theme-classic" "id": "version-2.0.0-alpha.50/theme-classic"
} }
] ]
} }

View file

@ -1,5 +1,5 @@
[ [
"2.0.0-alpha.49", "2.0.0-alpha.50",
"2.0.0-alpha.48", "2.0.0-alpha.48",
"2.0.0-alpha.43", "2.0.0-alpha.43",
"2.0.0-alpha.40" "2.0.0-alpha.40"