Skip to content

Commit

Permalink
chore: changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
Saul-Mirone committed Dec 15, 2024
1 parent 9bf508b commit db4ec60
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down
48 changes: 48 additions & 0 deletions .changeset/gentle-adults-begin.md
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.

0 comments on commit db4ec60

Please sign in to comment.