-
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.
[v3] allow
items: Map
for type: 'menu'
since object can't guarant…
…y the insertion order (#2759) * fix: Invalid webkit style (#2750) * fix: Invalid webkit style "-webkit-background-clip" is an invalid style for JSX, this commit switches this to the "WebkitBackgroundClip" style. * refactor: Remove webkit styling * Comprehensive fix for memory leak in highlight-matches component (#2746) * fix: resolve memory leak issue in highlight-matches component A critical update has been made to prevent potential infinite loops that could occur in certain scenarios, such as when a match is followed by two spaces and a character. * refactor: apply simplified regex approach to resolve memory leak * add changeset --------- Co-authored-by: Dimitri POSTOLOV <[email protected]> * Version Packages (#2752) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * add changeset * update snapshots --------- Co-authored-by: Jun Xiang <[email protected]> Co-authored-by: 이재민 <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
9e9e3dc
commit 962cea6
Showing
9 changed files
with
97 additions
and
59 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'nextra-theme-docs': minor | ||
--- | ||
|
||
allow `items: Map` for `type: 'menu'` since object can't guaranty the insertion order |
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
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 |
---|---|---|
|
@@ -228,6 +228,12 @@ | |
- Updated dependencies [576cb6f1] | ||
- [email protected] | ||
|
||
## 2.13.4 | ||
|
||
### Patch Changes | ||
|
||
- [email protected] | ||
|
||
## 2.13.3 | ||
|
||
### Patch 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 |
---|---|---|
|
@@ -306,6 +306,14 @@ | |
- Updated dependencies [576cb6f1] | ||
- [email protected] | ||
|
||
## 2.13.4 | ||
|
||
### Patch Changes | ||
|
||
- f7fc10b4: fix for the memory leak issue in the `highlight-matches.tsx` | ||
component when search query contain multiple whitespaces | ||
- [email protected] | ||
|
||
## 2.13.3 | ||
|
||
### Patch 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
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
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