mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-28 17:57:48 +02:00
docs: create Docusaurus v2.4.2 release docs + changelog (#9325)
This commit is contained in:
parent
507d65800d
commit
68e4ceaaaa
95 changed files with 21 additions and 1 deletions
20
CHANGELOG.md
20
CHANGELOG.md
|
@ -1,5 +1,25 @@
|
|||
# Docusaurus 2 Changelog
|
||||
|
||||
## 2.4.2 (2023-09-20)
|
||||
|
||||
#### :bug: Bug Fix
|
||||
|
||||
- `docusaurus-plugin-content-docs`
|
||||
- [#9107](https://github.com/facebook/docusaurus/pull/9107) fix(content-docs): sidebar generator should return customProps for doc items ([@TheCatLady](https://github.com/TheCatLady))
|
||||
- `docusaurus-theme-classic`
|
||||
- [#9108](https://github.com/facebook/docusaurus/pull/9108) feat(theme-classic): add description & keywords microdata to blog posts ([@TheCatLady](https://github.com/TheCatLady))
|
||||
- [#9099](https://github.com/facebook/docusaurus/pull/9099) fix(theme): only set classname on ul elements if they have an existing class ([@homotechsual](https://github.com/homotechsual))
|
||||
- [#9243](https://github.com/facebook/docusaurus/pull/9243) fix(theme-common): ThemedComponent should display something when JS is disabled ([@slorber](https://github.com/slorber))
|
||||
- `docusaurus-theme-classic`, `docusaurus-theme-common`
|
||||
- [#9130](https://github.com/facebook/docusaurus/pull/9130) fix(theme): canonical url should be not change after hydration if url accessed with/without trailing slash ([@ori-shalom](https://github.com/ori-shalom))
|
||||
|
||||
#### Committers: 4
|
||||
|
||||
- Mikey O'Toole ([@homotechsual](https://github.com/homotechsual))
|
||||
- Ori Shalom ([@ori-shalom](https://github.com/ori-shalom))
|
||||
- Sébastien Lorber ([@slorber](https://github.com/slorber))
|
||||
- [@TheCatLady](https://github.com/TheCatLady)
|
||||
|
||||
## 2.4.1 (2023-05-15)
|
||||
|
||||
#### :bug: Bug Fix
|
||||
|
|
Before Width: | Height: | Size: 92 KiB After Width: | Height: | Size: 92 KiB |
Before Width: | Height: | Size: 68 KiB After Width: | Height: | Size: 68 KiB |
|
@ -1,6 +1,6 @@
|
|||
[
|
||||
"3.0.0-beta.0",
|
||||
"2.4.1",
|
||||
"2.4.2",
|
||||
"2.3.1",
|
||||
"2.2.0",
|
||||
"2.1.0",
|
||||
|
|
Loading…
Add table
Reference in a new issue