Skip to content

Commit

Permalink
package: bump version to 1.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jooy2 committed Jul 6, 2024
1 parent 15e239b commit 1dfe9ec
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Changelog

## 1.23.3 (2024-07-05)
## 1.24.0 (2024-07-06)

- Add `frontmatterTitleFieldName` option. When used with `useTitleFromFrontmatter`, the `text` field of sidebar will extract from the value of `frontmatterTitleFieldName` instead of default `title` field if it exists.
- Add `frontmatterTitleFieldName` option. When used with `useTitleFromFrontmatter`, the `text` field of sidebar will extract from the value of `frontmatterTitleFieldName` instead of default `title` field if it exists. (@liudonghua123)

## 1.23.2 (2024-05-16)

Expand Down
2 changes: 1 addition & 1 deletion docs/guide/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ This page describes all the options in the VitePress Sidebar.
| [useTitleFromFileHeading](#usetitlefromfileheading) | [convertSameNameSubFileToGroupIndexPage](#convertsamenamesubfiletogroupindexpage) |
| [useTitleFromFrontmatter](#usetitlefromfrontmatter) | [folderLinkNotIncludesFileName](#folderlinknotincludesfilename) |
| [useFolderTitleFromIndexFile](#usefoldertitlefromindexfile) | [useFolderLinkFromIndexFile](#usefolderlinkfromindexfile) |
| [frontmatterTitleFieldName](#frontmatterTitleFieldName) | |
| [frontmatterTitleFieldName](#frontmattertitlefieldname) | |

| Include/Exclude | Styling Menu Title |
| --- | --- |
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vitepress-sidebar",
"version": "1.23.2",
"version": "1.24.0",
"description": "A VitePress auto sidebar plugin that automatically creates a simple configuration.",
"type": "module",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 1dfe9ec

Please sign in to comment.