-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
23c3d6a
commit f763e4e
Showing
16 changed files
with
62 additions
and
62 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,23 @@ | ||
# nextra-theme-blog | ||
|
||
## 2.11.0 | ||
|
||
### Minor Changes | ||
|
||
- 23c3d6a3: support draft posts via frontMatter's `draft: true` value | ||
|
||
### Patch Changes | ||
|
||
- daa557bc: use github-slugger for custom heading ids to prevent duplicated | ||
headings | ||
- 7d0e678b: fix code blocks `box-decoration-theme: clone` can create confusing | ||
output over line breaks, use `slice` instead | ||
- Updated dependencies [daa557bc] | ||
- Updated dependencies [3812ed91] | ||
- Updated dependencies [fb5d39ba] | ||
- Updated dependencies [7f39c451] | ||
- [email protected] | ||
|
||
## 2.10.0 | ||
|
||
### Minor Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "nextra-theme-blog", | ||
"version": "2.10.0", | ||
"version": "2.11.0", | ||
"description": "A Nextra theme for blogs.", | ||
"repository": "https://github.com/shuding/nextra", | ||
"author": "Shu Ding <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,34 @@ | ||
# nextra-theme-docs | ||
|
||
## 2.11.0 | ||
|
||
### Minor Changes | ||
|
||
- fb5d39ba: export `LocaleSwitch` from `nextra-theme-docs` | ||
|
||
### Patch Changes | ||
|
||
- daa557bc: use github-slugger for custom heading ids to prevent duplicated | ||
headings | ||
- 3812ed91: fix custom heading id in search result | ||
- fb5d39ba: fix | ||
`Warning: Prop href did not match. Server: "/blog.en-US#" Client: "/blog#"` in | ||
by `normalizePages` from nextra/normalize-pages` | ||
- a1cc9841: improve hr contrast | ||
- 86ce02f5: fix search, trigger the search after the Input is complete for | ||
languages like Chinese | ||
- 7f39c451: strip `.html` extension from URL route for static export | ||
- 4e84d418: fix memory leak in search for case `> ` replaced previously to | ||
`>||` + some character provoke memory leak because `RegExp#exec` will always | ||
return a match | ||
- 7d0e678b: fix code blocks `box-decoration-theme: clone` can create confusing | ||
output over line breaks, use `slice` instead | ||
- Updated dependencies [daa557bc] | ||
- Updated dependencies [3812ed91] | ||
- Updated dependencies [fb5d39ba] | ||
- Updated dependencies [7f39c451] | ||
- [email protected] | ||
|
||
## 2.10.0 | ||
|
||
### Minor Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "nextra-theme-docs", | ||
"version": "2.10.0", | ||
"version": "2.11.0", | ||
"description": "A Nextra theme for documentation sites.", | ||
"repository": "https://github.com/shuding/nextra", | ||
"author": "Shu Ding <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
f763e4e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
nextra-v2 – ./docs
nextra.vercel.app
nextra-v2.vercel.app
nextra-v2-shuding1.vercel.app
nextra.site
www.nextra.site
nextra-v2-git-main-shuding1.vercel.app