Skip to content

Commit 46b1b82

Browse files
committed
Merge branch 'master' into webpack-5
# Conflicts: # packages/docusaurus-init/templates/bootstrap/package.json
2 parents cafe2b4 + 6f29a18 commit 46b1b82

120 files changed

Lines changed: 12093 additions & 228 deletions

File tree

Some content is hidden

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

CHANGELOG.md

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,68 @@
11
# Docusaurus 2 Changelog
22

3+
## 2.0.0-alpha.74 (2021-04-27)
4+
5+
#### :rocket: New Feature
6+
7+
- Other
8+
- [#4515](https://github.com/facebook/docusaurus/pull/4515) feat(v2): add tag filters to showcase page ([@lisa761](https://github.com/lisa761))
9+
- `docusaurus-plugin-content-docs`
10+
- [#4658](https://github.com/facebook/docusaurus/pull/4658) feat(v2): allow user to customize/enhance the default sidebar items generator ([@slorber](https://github.com/slorber))
11+
- [#4655](https://github.com/facebook/docusaurus/pull/4655) feat(v2): docs, make numberPrefixParser configurable, better defaults, minor breaking-changes ([@slorber](https://github.com/slorber))
12+
13+
#### :bug: Bug Fix
14+
15+
- `docusaurus-plugin-content-docs`, `docusaurus-theme-classic`, `docusaurus-utils`, `docusaurus`
16+
- [#4688](https://github.com/facebook/docusaurus/pull/4688) fix(v2): fix title logic (meta vs heading) + ignore fixed anchor id syntax ([@slorber](https://github.com/slorber))
17+
- `docusaurus-theme-classic`
18+
- [#4689](https://github.com/facebook/docusaurus/pull/4689) chore(v2): update infima to alpha 23 ([@slorber](https://github.com/slorber))
19+
- [#4667](https://github.com/facebook/docusaurus/pull/4667) fix(v2): Unbreak blog post title by handling title fallback in `LayoutHead` ([@SamChou19815](https://github.com/SamChou19815))
20+
- `docusaurus-plugin-content-docs`
21+
- [#4687](https://github.com/facebook/docusaurus/pull/4687) fix(v2): accept empty/null custom_edit_url docs frontmatter for retrocompat ([@slorber](https://github.com/slorber))
22+
- [#4651](https://github.com/facebook/docusaurus/pull/4651) fix(v2): sidebar autogen from subfolder should read category metadata correctly ([@slorber](https://github.com/slorber))
23+
- [#4629](https://github.com/facebook/docusaurus/pull/4629) fix(v2): fix validation rejecting admonitions false ([@kazk](https://github.com/kazk))
24+
- `docusaurus-plugin-content-blog`, `docusaurus-plugin-content-docs`, `docusaurus-utils-validation`
25+
- [#4654](https://github.com/facebook/docusaurus/pull/4654) fix(v2): fix too strict markdown frontmatter validation ([@johnnyreilly](https://github.com/johnnyreilly))
26+
- `docusaurus-utils`
27+
- [#4646](https://github.com/facebook/docusaurus/pull/4646) fix(v2): ignore imports when h1 heading parsing ([@lex111](https://github.com/lex111))
28+
- [#4641](https://github.com/facebook/docusaurus/pull/4641) fix(v2): parse headings directly after h1 properly ([@lex111](https://github.com/lex111))
29+
30+
#### :nail_care: Polish
31+
32+
- `docusaurus-theme-classic`
33+
- [#4682](https://github.com/facebook/docusaurus/pull/4682) refactor(v2): align external icon on right ([@lex111](https://github.com/lex111))
34+
35+
#### :memo: Documentation
36+
37+
- [#4496](https://github.com/facebook/docusaurus/pull/4496) docs(v2): Add Qovery to deployment doc ([@arnaudjnn](https://github.com/arnaudjnn))
38+
- [#4680](https://github.com/facebook/docusaurus/pull/4680) docs(v2): Fix urls in deployment.md ([@luism3861](https://github.com/luism3861))
39+
- [#4668](https://github.com/facebook/docusaurus/pull/4668) docs(v2): Add Hostman to deployment doc ([@alena-ko](https://github.com/alena-ko))
40+
- [#4676](https://github.com/facebook/docusaurus/pull/4676) docs(v2): Add Daily Digest - COVID-19 IN FRANCE to showcase ([@MisterFISHUP](https://github.com/MisterFISHUP))
41+
- [#4643](https://github.com/facebook/docusaurus/pull/4643) docs(v2): Fix typo in installation.md ([@react-learner](https://github.com/react-learner))
42+
- [#4649](https://github.com/facebook/docusaurus/pull/4649) docs(v2): Add new showcase user ([@JeremyDolle](https://github.com/JeremyDolle))
43+
44+
#### :house: Internal
45+
46+
- Other
47+
- [#4670](https://github.com/facebook/docusaurus/pull/4670) chore: add some redirects to v1.docusaurus.io ([@slorber](https://github.com/slorber))
48+
- `docusaurus-init`
49+
- [#4631](https://github.com/facebook/docusaurus/pull/4631) chore(v2): update examples to use alpha73 ([@slorber](https://github.com/slorber))
50+
51+
#### Committers: 12
52+
53+
- Alexey Pyltsyn ([@lex111](https://github.com/lex111))
54+
- Arnaud Jeannin ([@arnaudjnn](https://github.com/arnaudjnn))
55+
- DOLLE ([@JeremyDolle](https://github.com/JeremyDolle))
56+
- John Reilly ([@johnnyreilly](https://github.com/johnnyreilly))
57+
- Lisa Chandra ([@lisa761](https://github.com/lisa761))
58+
- Luis Medina Huerta ([@luism3861](https://github.com/luism3861))
59+
- Sam Zhou ([@SamChou19815](https://github.com/SamChou19815))
60+
- Sébastien Lorber ([@slorber](https://github.com/slorber))
61+
- Tommy ([@react-learner](https://github.com/react-learner))
62+
- [@MisterFISHUP](https://github.com/MisterFISHUP)
63+
- [@alena-ko](https://github.com/alena-ko)
64+
- kazk ([@kazk](https://github.com/kazk))
65+
366
## 2.0.0-alpha.73 (2021-04-16)
467

568
#### :rocket: New Feature

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.0.0-alpha.73",
2+
"version": "2.0.0-alpha.74",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"changelog": {

packages/docusaurus-1.x/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "docusaurus",
33
"description": "Easy to Maintain Open Source Documentation Websites",
4-
"version": "2.0.0-alpha.73",
4+
"version": "2.0.0-alpha.74",
55
"private_comment": "MADE PRIVATE ON PURPOSE! READ V1 PUBLISH GUIDE",
66
"private": true,
77
"license": "MIT",

packages/docusaurus-cssnano-preset/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@docusaurus/cssnano-preset",
3-
"version": "2.0.0-alpha.73",
3+
"version": "2.0.0-alpha.74",
44
"description": "Advanced cssnano preset for maximum optimization.",
55
"main": "index.js",
66
"license": "MIT",

packages/docusaurus-init-1.x/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "docusaurus-init",
33
"description": "Initialization script for Docusaurus",
4-
"version": "2.0.0-alpha.73",
4+
"version": "2.0.0-alpha.74",
55
"private_comment": "MADE PRIVATE ON PURPOSE! READ V1 PUBLISH GUIDE",
66
"private": true,
77
"license": "MIT",

packages/docusaurus-init/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@docusaurus/init",
3-
"version": "2.0.0-alpha.73",
3+
"version": "2.0.0-alpha.74",
44
"description": "Create Docusaurus apps easily.",
55
"repository": {
66
"type": "git",

packages/docusaurus-init/templates/bootstrap/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docusaurus-2-bootstrap-template",
3-
"version": "2.0.0-alpha.73",
3+
"version": "2.0.0-alpha.74",
44
"private": true,
55
"scripts": {
66
"docusaurus": "docusaurus",
@@ -14,8 +14,8 @@
1414
"write-heading-ids": "docusaurus write-heading-ids"
1515
},
1616
"dependencies": {
17-
"@docusaurus/core": "2.0.0-alpha.73",
18-
"@docusaurus/preset-bootstrap": "2.0.0-alpha.73",
17+
"@docusaurus/core": "2.0.0-alpha.74",
18+
"@docusaurus/preset-bootstrap": "2.0.0-alpha.74",
1919
"@mdx-js/react": "^1.6.21",
2020
"@svgr/webpack": "^5.5.0",
2121
"clsx": "^1.1.1",

packages/docusaurus-init/templates/classic/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docusaurus-2-classic-template",
3-
"version": "2.0.0-alpha.73",
3+
"version": "2.0.0-alpha.74",
44
"private": true,
55
"scripts": {
66
"docusaurus": "docusaurus",
@@ -14,8 +14,8 @@
1414
"write-heading-ids": "docusaurus write-heading-ids"
1515
},
1616
"dependencies": {
17-
"@docusaurus/core": "2.0.0-alpha.73",
18-
"@docusaurus/preset-classic": "2.0.0-alpha.73",
17+
"@docusaurus/core": "2.0.0-alpha.74",
18+
"@docusaurus/preset-classic": "2.0.0-alpha.74",
1919
"@mdx-js/react": "^1.6.21",
2020
"@svgr/webpack": "^5.5.0",
2121
"clsx": "^1.1.1",

packages/docusaurus-init/templates/facebook/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docusaurus-2-facebook-template",
3-
"version": "2.0.0-alpha.73",
3+
"version": "2.0.0-alpha.74",
44
"private": true,
55
"scripts": {
66
"docusaurus": "docusaurus",
@@ -18,8 +18,8 @@
1818
"prettier:diff": "prettier --config .prettierrc --list-different \"**/*.{js,jsx,ts,tsx,md,mdx}\""
1919
},
2020
"dependencies": {
21-
"@docusaurus/core": "2.0.0-alpha.73",
22-
"@docusaurus/preset-classic": "2.0.0-alpha.73",
21+
"@docusaurus/core": "2.0.0-alpha.74",
22+
"@docusaurus/preset-classic": "2.0.0-alpha.74",
2323
"@mdx-js/react": "^1.6.21",
2424
"@svgr/webpack": "^5.5.0",
2525
"clsx": "^1.1.1",

packages/docusaurus-mdx-loader/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@docusaurus/mdx-loader",
3-
"version": "2.0.0-alpha.73",
3+
"version": "2.0.0-alpha.74",
44
"description": "Docusaurus Loader for MDX",
55
"main": "src/index.js",
66
"types": "src/index.d.ts",
@@ -20,8 +20,8 @@
2020
"dependencies": {
2121
"@babel/parser": "^7.12.16",
2222
"@babel/traverse": "^7.12.13",
23-
"@docusaurus/core": "2.0.0-alpha.73",
24-
"@docusaurus/utils": "2.0.0-alpha.73",
23+
"@docusaurus/core": "2.0.0-alpha.74",
24+
"@docusaurus/utils": "2.0.0-alpha.74",
2525
"@mdx-js/mdx": "^1.6.21",
2626
"@mdx-js/react": "^1.6.21",
2727
"escape-html": "^1.0.3",
@@ -37,7 +37,7 @@
3737
"webpack": "^5.28.0"
3838
},
3939
"devDependencies": {
40-
"@docusaurus/types": "2.0.0-alpha.73",
40+
"@docusaurus/types": "2.0.0-alpha.74",
4141
"remark": "^12.0.0",
4242
"remark-mdx": "^1.6.21",
4343
"to-vfile": "^6.0.0",

0 commit comments

Comments
 (0)