mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-06 10:20:09 +02:00
chore(v2): v2.0.0-alpha.54
This commit is contained in:
parent
ab5590bafa
commit
8335808fc0
29 changed files with 50 additions and 29 deletions
|
@ -1,5 +1,26 @@
|
||||||
# Docusaurus 2 Changelog
|
# Docusaurus 2 Changelog
|
||||||
|
|
||||||
|
## 2.0.0-alpha.54
|
||||||
|
|
||||||
|
**HOTFIX for 2.0.0-alpha.53**.
|
||||||
|
|
||||||
|
#### :bug: Bug Fix
|
||||||
|
|
||||||
|
- `docusaurus-theme-classic`
|
||||||
|
- [#2688](https://github.com/facebook/docusaurus/pull/2688) fix(v2): add default value for options in theme classic ([@lex111](https://github.com/lex111))
|
||||||
|
- `docusaurus-module-type-aliases`
|
||||||
|
- [#2687](https://github.com/facebook/docusaurus/pull/2687) fix(v2): Add all webpack module aliases to type declaration file ([@SamChou19815](https://github.com/SamChou19815))
|
||||||
|
|
||||||
|
#### :memo: Documentation
|
||||||
|
|
||||||
|
- [#2680](https://github.com/facebook/docusaurus/pull/2680) docs(v2): add swizzle example ([@jsjoeio](https://github.com/jsjoeio))
|
||||||
|
|
||||||
|
#### Committers: 3
|
||||||
|
|
||||||
|
- Alexey Pyltsyn ([@lex111](https://github.com/lex111))
|
||||||
|
- Joe Previte ([@jsjoeio](https://github.com/jsjoeio))
|
||||||
|
- Sam Zhou ([@SamChou19815](https://github.com/SamChou19815))
|
||||||
|
|
||||||
## 2.0.0-alpha.53
|
## 2.0.0-alpha.53
|
||||||
|
|
||||||
**HOTFIX for 2.0.0-alpha.51**.
|
**HOTFIX for 2.0.0-alpha.51**.
|
||||||
|
|
|
@ -1,20 +1,20 @@
|
||||||
{
|
{
|
||||||
"version-2.0.0-alpha.53/docs": [
|
"version-2.0.0-alpha.54/docs": [
|
||||||
{
|
{
|
||||||
"type": "category",
|
"type": "category",
|
||||||
"label": "Docusaurus",
|
"label": "Docusaurus",
|
||||||
"items": [
|
"items": [
|
||||||
{
|
{
|
||||||
"type": "doc",
|
"type": "doc",
|
||||||
"id": "version-2.0.0-alpha.53/introduction"
|
"id": "version-2.0.0-alpha.54/introduction"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "doc",
|
"type": "doc",
|
||||||
"id": "version-2.0.0-alpha.53/design-principles"
|
"id": "version-2.0.0-alpha.54/design-principles"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "doc",
|
"type": "doc",
|
||||||
"id": "version-2.0.0-alpha.53/contributing"
|
"id": "version-2.0.0-alpha.54/contributing"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -24,11 +24,11 @@
|
||||||
"items": [
|
"items": [
|
||||||
{
|
{
|
||||||
"type": "doc",
|
"type": "doc",
|
||||||
"id": "version-2.0.0-alpha.53/installation"
|
"id": "version-2.0.0-alpha.54/installation"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "doc",
|
"type": "doc",
|
||||||
"id": "version-2.0.0-alpha.53/configuration"
|
"id": "version-2.0.0-alpha.54/configuration"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -38,15 +38,15 @@
|
||||||
"items": [
|
"items": [
|
||||||
{
|
{
|
||||||
"type": "doc",
|
"type": "doc",
|
||||||
"id": "version-2.0.0-alpha.53/creating-pages"
|
"id": "version-2.0.0-alpha.54/creating-pages"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "doc",
|
"type": "doc",
|
||||||
"id": "version-2.0.0-alpha.53/styling-layout"
|
"id": "version-2.0.0-alpha.54/styling-layout"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "doc",
|
"type": "doc",
|
||||||
"id": "version-2.0.0-alpha.53/static-assets"
|
"id": "version-2.0.0-alpha.54/static-assets"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "category",
|
"type": "category",
|
||||||
|
@ -54,33 +54,33 @@
|
||||||
"items": [
|
"items": [
|
||||||
{
|
{
|
||||||
"type": "doc",
|
"type": "doc",
|
||||||
"id": "version-2.0.0-alpha.53/docs"
|
"id": "version-2.0.0-alpha.54/docs"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "doc",
|
"type": "doc",
|
||||||
"id": "version-2.0.0-alpha.53/markdown-features"
|
"id": "version-2.0.0-alpha.54/markdown-features"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "doc",
|
"type": "doc",
|
||||||
"id": "version-2.0.0-alpha.53/versioning"
|
"id": "version-2.0.0-alpha.54/versioning"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "doc",
|
"type": "doc",
|
||||||
"id": "version-2.0.0-alpha.53/blog"
|
"id": "version-2.0.0-alpha.54/blog"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "doc",
|
"type": "doc",
|
||||||
"id": "version-2.0.0-alpha.53/search"
|
"id": "version-2.0.0-alpha.54/search"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "doc",
|
"type": "doc",
|
||||||
"id": "version-2.0.0-alpha.53/deployment"
|
"id": "version-2.0.0-alpha.54/deployment"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "doc",
|
"type": "doc",
|
||||||
"id": "version-2.0.0-alpha.53/migrating-from-v1-to-v2"
|
"id": "version-2.0.0-alpha.54/migrating-from-v1-to-v2"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -90,15 +90,15 @@
|
||||||
"items": [
|
"items": [
|
||||||
{
|
{
|
||||||
"type": "doc",
|
"type": "doc",
|
||||||
"id": "version-2.0.0-alpha.53/using-plugins"
|
"id": "version-2.0.0-alpha.54/using-plugins"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "doc",
|
"type": "doc",
|
||||||
"id": "version-2.0.0-alpha.53/using-themes"
|
"id": "version-2.0.0-alpha.54/using-themes"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "doc",
|
"type": "doc",
|
||||||
"id": "version-2.0.0-alpha.53/presets"
|
"id": "version-2.0.0-alpha.54/presets"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -108,39 +108,39 @@
|
||||||
"items": [
|
"items": [
|
||||||
{
|
{
|
||||||
"type": "doc",
|
"type": "doc",
|
||||||
"id": "version-2.0.0-alpha.53/cli"
|
"id": "version-2.0.0-alpha.54/cli"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "doc",
|
"type": "doc",
|
||||||
"id": "version-2.0.0-alpha.53/docusaurus-core"
|
"id": "version-2.0.0-alpha.54/docusaurus-core"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "doc",
|
"type": "doc",
|
||||||
"id": "version-2.0.0-alpha.53/docusaurus.config.js"
|
"id": "version-2.0.0-alpha.54/docusaurus.config.js"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "doc",
|
"type": "doc",
|
||||||
"id": "version-2.0.0-alpha.53/lifecycle-apis"
|
"id": "version-2.0.0-alpha.54/lifecycle-apis"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "doc",
|
"type": "doc",
|
||||||
"id": "version-2.0.0-alpha.53/theme-classic"
|
"id": "version-2.0.0-alpha.54/theme-classic"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"version-2.0.0-alpha.53/community": [
|
"version-2.0.0-alpha.54/community": [
|
||||||
{
|
{
|
||||||
"type": "doc",
|
"type": "doc",
|
||||||
"id": "version-2.0.0-alpha.53/support"
|
"id": "version-2.0.0-alpha.54/support"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "doc",
|
"type": "doc",
|
||||||
"id": "version-2.0.0-alpha.53/team"
|
"id": "version-2.0.0-alpha.54/team"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "doc",
|
"type": "doc",
|
||||||
"id": "version-2.0.0-alpha.53/resources"
|
"id": "version-2.0.0-alpha.54/resources"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "link",
|
"type": "link",
|
|
@ -1,5 +1,5 @@
|
||||||
[
|
[
|
||||||
"2.0.0-alpha.53",
|
"2.0.0-alpha.54",
|
||||||
"2.0.0-alpha.50",
|
"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",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue