Skip to content

Commit 965a01e

Browse files
authored
chore: port-2.0.0-rc.1 (facebook#7782)
1 parent 443914a commit 965a01e

File tree

151 files changed

+1879
-1391
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

151 files changed

+1879
-1391
lines changed

.github/workflows/build-blog-only.yml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
pull_request:
55
branches:
66
- main
7+
- docusaurus-v**
78
paths:
89
- packages/**
910

.github/workflows/build-perf.yml

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
pull_request:
1010
branches:
1111
- main
12+
- docusaurus-v**
1213
paths:
1314
- package.json
1415
- yarn.lock

.github/workflows/canary-release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
- docusaurus-v**
78
paths:
89
- packages/**
910

.github/workflows/codeql-analysis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ on:
44
push:
55
branches:
66
- main
7+
- docusaurus-v**
78
pull_request:
89
branches:
910
- main
11+
- docusaurus-v**
1012
schedule:
1113
- cron: 25 22 * * 3
1214

.github/workflows/lighthouse-report.yml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
pull_request_target:
55
branches:
66
- main
7+
- docusaurus-v**
78

89
concurrency:
910
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}

.github/workflows/lint.yml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
pull_request:
55
branches:
66
- main
7+
- docusaurus-v**
78

89
concurrency:
910
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}

.github/workflows/showcase-test.yml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
pull_request:
55
branches:
66
- main
7+
- docusaurus-v**
78
paths:
89
- website/src/data/**
910

.github/workflows/tests-e2e.yml

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
- docusaurus-v**
78
paths:
89
- package.json
910
- yarn.lock
@@ -13,6 +14,7 @@ on:
1314
pull_request:
1415
branches:
1516
- main
17+
- docusaurus-v**
1618
paths:
1719
- package.json
1820
- yarn.lock

.github/workflows/tests-swizzle.yml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
pull_request:
55
branches:
66
- main
7+
- docusaurus-v**
78
paths:
89
- packages/**
910

.github/workflows/tests-windows.yml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
pull_request:
55
branches:
66
- main
7+
- docusaurus-v**
78
paths:
89
- package.json
910
- yarn.lock

.github/workflows/tests.yml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
pull_request:
55
branches:
66
- main
7+
- docusaurus-v**
78
paths:
89
- package.json
910
- yarn.lock

CHANGELOG.md

+48
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,53 @@
11
# Docusaurus 2 Changelog
22

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+
351
## 2.0.0-beta.22 (2022-07-08)
452

553
#### :boom: Breaking Change

admin/new.docusaurus.io/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "new.docusaurus.io",
3-
"version": "2.0.0-beta.22",
3+
"version": "2.0.0-rc.1",
44
"private": true,
55
"scripts": {
66
"start": "npx --package netlify-cli netlify dev"

examples/classic-typescript/package.json

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)