Skip to content

Commit

Permalink
chore: port-2.0.0-rc.1 (#7782)
Browse files Browse the repository at this point in the history
  • Loading branch information
slorber committed Jul 14, 2022
1 parent 443914a commit 965a01e
Show file tree
Hide file tree
Showing 151 changed files with 1,879 additions and 1,391 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-blog-only.yml
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
branches:
- main
- docusaurus-v**
paths:
- packages/**

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-perf.yml
Expand Up @@ -9,6 +9,7 @@ on:
pull_request:
branches:
- main
- docusaurus-v**
paths:
- package.json
- yarn.lock
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/canary-release.yml
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- docusaurus-v**
paths:
- packages/**

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/codeql-analysis.yml
Expand Up @@ -4,9 +4,11 @@ on:
push:
branches:
- main
- docusaurus-v**
pull_request:
branches:
- main
- docusaurus-v**
schedule:
- cron: 25 22 * * 3

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/lighthouse-report.yml
Expand Up @@ -4,6 +4,7 @@ on:
pull_request_target:
branches:
- main
- docusaurus-v**

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/lint.yml
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
branches:
- main
- docusaurus-v**

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/showcase-test.yml
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
branches:
- main
- docusaurus-v**
paths:
- website/src/data/**

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/tests-e2e.yml
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- docusaurus-v**
paths:
- package.json
- yarn.lock
Expand All @@ -13,6 +14,7 @@ on:
pull_request:
branches:
- main
- docusaurus-v**
paths:
- package.json
- yarn.lock
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests-swizzle.yml
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
branches:
- main
- docusaurus-v**
paths:
- packages/**

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests-windows.yml
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
branches:
- main
- docusaurus-v**
paths:
- package.json
- yarn.lock
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
branches:
- main
- docusaurus-v**
paths:
- package.json
- yarn.lock
Expand Down
48 changes: 48 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,53 @@
# Docusaurus 2 Changelog

## 2.0.0-rc.1 (2022-07-14)

#### :bug: Bug Fix

- `docusaurus`
- [#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))
- [#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))
- `docusaurus-plugin-sitemap`
- [#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))
- `docusaurus-theme-classic`
- [#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))
- [#7755](https://github.com/facebook/docusaurus/pull/7755) fix(theme-classic): validate options properly ([@Josh-Cena](https://github.com/Josh-Cena))
- [#7752](https://github.com/facebook/docusaurus/pull/7752) fix(theme-classic): fix Layout theme height CSS ([@LichLord91](https://github.com/LichLord91))
- `docusaurus-migrate`
- [#7766](https://github.com/facebook/docusaurus/pull/7766) fix(migrate): import siteConfig with file extension ([@Josh-Cena](https://github.com/Josh-Cena))
- `docusaurus-theme-search-algolia`
- [#7761](https://github.com/facebook/docusaurus/pull/7761) fix(algolia-search): test for canUseIntersectionObserver ([@RoiArthurB](https://github.com/RoiArthurB))

#### :nail_care: Polish

- `docusaurus-theme-translations`
- [#7762](https://github.com/facebook/docusaurus/pull/7762) chore(theme-translations): complete ko translations ([@anaclumos](https://github.com/anaclumos))

#### :memo: Documentation

- `docusaurus-plugin-content-docs`
- [#7706](https://github.com/facebook/docusaurus/pull/7706) docs: release process, versioning, breaking changes, public API surface ([@slorber](https://github.com/slorber))

#### :wrench: Maintenance

- `docusaurus-theme-classic`
- [#7777](https://github.com/facebook/docusaurus/pull/7777) refactor(theme): fix duplicate page metadata usage ([@slorber](https://github.com/slorber))
- [#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))

#### Committers: 11

- Arthur Brugière ([@RoiArthurB](https://github.com/RoiArthurB))
- Bruce Song ([@recallwei](https://github.com/recallwei))
- Evan ([@DigiPie](https://github.com/DigiPie))
- Jeffrey Aven ([@jeffreyaven](https://github.com/jeffreyaven))
- Joshua Chen ([@Josh-Cena](https://github.com/Josh-Cena))
- Sunghyun Cho ([@anaclumos](https://github.com/anaclumos))
- Sébastien Lorber ([@slorber](https://github.com/slorber))
- The Nguyen ([@treoden](https://github.com/treoden))
- Wes McNamee ([@ghostsquad](https://github.com/ghostsquad))
- [@LichLord91](https://github.com/LichLord91)
- 凱恩 Kane ([@Gary50613](https://github.com/Gary50613))

## 2.0.0-beta.22 (2022-07-08)

#### :boom: Breaking Change
Expand Down
2 changes: 1 addition & 1 deletion admin/new.docusaurus.io/package.json
@@ -1,6 +1,6 @@
{
"name": "new.docusaurus.io",
"version": "2.0.0-beta.22",
"version": "2.0.0-rc.1",
"private": true,
"scripts": {
"start": "npx --package netlify-cli netlify dev"
Expand Down
8 changes: 4 additions & 4 deletions examples/classic-typescript/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 965a01e

Please sign in to comment.