mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-06 10:20:09 +02:00
chore(v2): v2.0.0-alpha.50 (#2510)
This commit is contained in:
parent
c207c3ba31
commit
3df3445550
27 changed files with 70 additions and 26 deletions
|
@ -1,5 +1,49 @@
|
|||
# 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)
|
||||
|
||||
#### :rocket: New Feature
|
||||
|
|
|
@ -1,24 +1,24 @@
|
|||
{
|
||||
"version-2.0.0-alpha.49/docs": [
|
||||
"version-2.0.0-alpha.50/docs": [
|
||||
{
|
||||
"type": "category",
|
||||
"label": "Docusaurus",
|
||||
"items": [
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "version-2.0.0-alpha.49/introduction"
|
||||
"id": "version-2.0.0-alpha.50/introduction"
|
||||
},
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "version-2.0.0-alpha.49/design-principles"
|
||||
"id": "version-2.0.0-alpha.50/design-principles"
|
||||
},
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "version-2.0.0-alpha.49/contributing"
|
||||
"id": "version-2.0.0-alpha.50/contributing"
|
||||
},
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "version-2.0.0-alpha.49/resources"
|
||||
"id": "version-2.0.0-alpha.50/resources"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -28,11 +28,11 @@
|
|||
"items": [
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "version-2.0.0-alpha.49/installation"
|
||||
"id": "version-2.0.0-alpha.50/installation"
|
||||
},
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "version-2.0.0-alpha.49/configuration"
|
||||
"id": "version-2.0.0-alpha.50/configuration"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -42,15 +42,15 @@
|
|||
"items": [
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "version-2.0.0-alpha.49/creating-pages"
|
||||
"id": "version-2.0.0-alpha.50/creating-pages"
|
||||
},
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "version-2.0.0-alpha.49/styling-layout"
|
||||
"id": "version-2.0.0-alpha.50/styling-layout"
|
||||
},
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "version-2.0.0-alpha.49/static-assets"
|
||||
"id": "version-2.0.0-alpha.50/static-assets"
|
||||
},
|
||||
{
|
||||
"type": "category",
|
||||
|
@ -58,33 +58,33 @@
|
|||
"items": [
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "version-2.0.0-alpha.49/markdown-features"
|
||||
"id": "version-2.0.0-alpha.50/markdown-features"
|
||||
},
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "version-2.0.0-alpha.49/sidebar"
|
||||
"id": "version-2.0.0-alpha.50/sidebar"
|
||||
},
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "version-2.0.0-alpha.49/versioning"
|
||||
"id": "version-2.0.0-alpha.50/versioning"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "version-2.0.0-alpha.49/blog"
|
||||
"id": "version-2.0.0-alpha.50/blog"
|
||||
},
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "version-2.0.0-alpha.49/search"
|
||||
"id": "version-2.0.0-alpha.50/search"
|
||||
},
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "version-2.0.0-alpha.49/deployment"
|
||||
"id": "version-2.0.0-alpha.50/deployment"
|
||||
},
|
||||
{
|
||||
"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": [
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "version-2.0.0-alpha.49/using-plugins"
|
||||
"id": "version-2.0.0-alpha.50/using-plugins"
|
||||
},
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "version-2.0.0-alpha.49/using-themes"
|
||||
"id": "version-2.0.0-alpha.50/using-themes"
|
||||
},
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "version-2.0.0-alpha.49/presets"
|
||||
"id": "version-2.0.0-alpha.50/presets"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -112,23 +112,23 @@
|
|||
"items": [
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "version-2.0.0-alpha.49/cli"
|
||||
"id": "version-2.0.0-alpha.50/cli"
|
||||
},
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "version-2.0.0-alpha.49/docusaurus-core"
|
||||
"id": "version-2.0.0-alpha.50/docusaurus-core"
|
||||
},
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "version-2.0.0-alpha.49/docusaurus.config.js"
|
||||
"id": "version-2.0.0-alpha.50/docusaurus.config.js"
|
||||
},
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "version-2.0.0-alpha.49/lifecycle-apis"
|
||||
"id": "version-2.0.0-alpha.50/lifecycle-apis"
|
||||
},
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "version-2.0.0-alpha.49/theme-classic"
|
||||
"id": "version-2.0.0-alpha.50/theme-classic"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -1,5 +1,5 @@
|
|||
[
|
||||
"2.0.0-alpha.49",
|
||||
"2.0.0-alpha.50",
|
||||
"2.0.0-alpha.48",
|
||||
"2.0.0-alpha.43",
|
||||
"2.0.0-alpha.40"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue