|
1 | 1 | # Docusaurus 2 Changelog
|
2 | 2 |
|
| 3 | +## 2.0.0-rc.1 (2022-07-14) |
| 4 | + |
| 5 | +#### :bug: Bug Fix |
| 6 | + |
| 7 | +- `docusaurus` |
| 8 | + - [#7776](https://github.com/facebook/docusaurus/pull/7776) fix(core): swizzle --eject js should not copy theme .d.ts files ([@slorber](https://github.com/slorber)) |
| 9 | + - [#7750](https://github.com/facebook/docusaurus/pull/7750) fix(deploy): revert "feat(deploy): copy local git config to tmp repo (#7702)" ([@ghostsquad](https://github.com/ghostsquad)) |
| 10 | +- `docusaurus-plugin-sitemap` |
| 11 | + - [#7774](https://github.com/facebook/docusaurus/pull/7774) fix(sitemap): complete gracefully when all pages have noIndex meta ([@Josh-Cena](https://github.com/Josh-Cena)) |
| 12 | +- `docusaurus-theme-classic` |
| 13 | + - [#7771](https://github.com/facebook/docusaurus/pull/7771) chore: bump Infima to 0.2.0-alpha.42, fix a:hover link bug ([@slorber](https://github.com/slorber)) |
| 14 | + - [#7755](https://github.com/facebook/docusaurus/pull/7755) fix(theme-classic): validate options properly ([@Josh-Cena](https://github.com/Josh-Cena)) |
| 15 | + - [#7752](https://github.com/facebook/docusaurus/pull/7752) fix(theme-classic): fix Layout theme height CSS ([@LichLord91](https://github.com/LichLord91)) |
| 16 | +- `docusaurus-migrate` |
| 17 | + - [#7766](https://github.com/facebook/docusaurus/pull/7766) fix(migrate): import siteConfig with file extension ([@Josh-Cena](https://github.com/Josh-Cena)) |
| 18 | +- `docusaurus-theme-search-algolia` |
| 19 | + - [#7761](https://github.com/facebook/docusaurus/pull/7761) fix(algolia-search): test for canUseIntersectionObserver ([@RoiArthurB](https://github.com/RoiArthurB)) |
| 20 | + |
| 21 | +#### :nail_care: Polish |
| 22 | + |
| 23 | +- `docusaurus-theme-translations` |
| 24 | + - [#7762](https://github.com/facebook/docusaurus/pull/7762) chore(theme-translations): complete ko translations ([@anaclumos](https://github.com/anaclumos)) |
| 25 | + |
| 26 | +#### :memo: Documentation |
| 27 | + |
| 28 | +- `docusaurus-plugin-content-docs` |
| 29 | + - [#7706](https://github.com/facebook/docusaurus/pull/7706) docs: release process, versioning, breaking changes, public API surface ([@slorber](https://github.com/slorber)) |
| 30 | + |
| 31 | +#### :wrench: Maintenance |
| 32 | + |
| 33 | +- `docusaurus-theme-classic` |
| 34 | + - [#7777](https://github.com/facebook/docusaurus/pull/7777) refactor(theme): fix duplicate page metadata usage ([@slorber](https://github.com/slorber)) |
| 35 | + - [#7771](https://github.com/facebook/docusaurus/pull/7771) chore: bump Infima to 0.2.0-alpha.42, fix a:hover link bug ([@slorber](https://github.com/slorber)) |
| 36 | + |
| 37 | +#### Committers: 11 |
| 38 | + |
| 39 | +- Arthur Brugière ([@RoiArthurB](https://github.com/RoiArthurB)) |
| 40 | +- Bruce Song ([@recallwei](https://github.com/recallwei)) |
| 41 | +- Evan ([@DigiPie](https://github.com/DigiPie)) |
| 42 | +- Jeffrey Aven ([@jeffreyaven](https://github.com/jeffreyaven)) |
| 43 | +- Joshua Chen ([@Josh-Cena](https://github.com/Josh-Cena)) |
| 44 | +- Sunghyun Cho ([@anaclumos](https://github.com/anaclumos)) |
| 45 | +- Sébastien Lorber ([@slorber](https://github.com/slorber)) |
| 46 | +- The Nguyen ([@treoden](https://github.com/treoden)) |
| 47 | +- Wes McNamee ([@ghostsquad](https://github.com/ghostsquad)) |
| 48 | +- [@LichLord91](https://github.com/LichLord91) |
| 49 | +- 凱恩 Kane ([@Gary50613](https://github.com/Gary50613)) |
| 50 | + |
3 | 51 | ## 2.0.0-beta.22 (2022-07-08)
|
4 | 52 |
|
5 | 53 | #### :boom: Breaking Change
|
|
0 commit comments