-
-
Notifications
You must be signed in to change notification settings - Fork 416
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9bf508b
commit db4ec60
Showing
2 changed files
with
51 additions
and
2 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 |
---|---|---|
|
@@ -2,11 +2,12 @@ | |
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json", | ||
"changelog": "@changesets/cli/changelog", | ||
"commit": false, | ||
"linked": [["@milkdown/*"]], | ||
"fixed": [["@milkdown/*"]], | ||
"linked": [], | ||
"access": "public", | ||
"baseBranch": "main", | ||
"updateInternalDependencies": "patch", | ||
"ignore": [], | ||
"ignore": ["@milkdown/e2e", "@milkdown/storybook"], | ||
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": { | ||
"onlyUpdatePeerDependentsWhenOutOfRange": true | ||
} | ||
|
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,48 @@ | ||
--- | ||
"@milkdown/components": patch | ||
"@milkdown/core": patch | ||
"@milkdown/crepe": patch | ||
"@milkdown/ctx": patch | ||
"@milkdown/exception": patch | ||
"@milkdown/react": patch | ||
"@milkdown/vue": patch | ||
"@milkdown/kit": patch | ||
"@milkdown/plugin-automd": patch | ||
"@milkdown/plugin-block": patch | ||
"@milkdown/plugin-clipboard": patch | ||
"@milkdown/plugin-collab": patch | ||
"@milkdown/plugin-cursor": patch | ||
"@milkdown/plugin-diagram": patch | ||
"@milkdown/plugin-emoji": patch | ||
"@milkdown/plugin-history": patch | ||
"@milkdown/plugin-indent": patch | ||
"@milkdown/plugin-listener": patch | ||
"@milkdown/plugin-math": patch | ||
"@milkdown/plugin-prism": patch | ||
"@milkdown/plugin-slash": patch | ||
"@milkdown/plugin-tooltip": patch | ||
"@milkdown/plugin-trailing": patch | ||
"@milkdown/plugin-upload": patch | ||
"@milkdown/preset-commonmark": patch | ||
"@milkdown/preset-gfm": patch | ||
"@milkdown/theme-nord": patch | ||
"@milkdown/prose": patch | ||
"@milkdown/transformer": patch | ||
"@milkdown/utils": patch | ||
--- | ||
|
||
Bug fixes and api improvements. | ||
|
||
# Crepe | ||
|
||
- Add image proxy config. | ||
- Fix link preview text not properly truncated. | ||
- Fix list item unstable selection. | ||
- Fix button types. | ||
- Reset index when slash menu out of bound. | ||
|
||
# Core | ||
|
||
- Prevent duplicate ids in the editor. | ||
- Allow options to floating ui. | ||
- Add undoable input rules. |