Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@milkdown/monorepo",
"version": "0.0.0",
"private": true,
"packageManager": "pnpm@10.26.2",
"packageManager": "pnpm@10.27.0",
"engines": {
"node": ">=22"
},
Expand Down
29 changes: 29 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# @milkdown/components

## 7.18.0

### Minor Changes

- 3abf96e: Milkdown minor release.

## Feat
- feat: implement robust email autolinking with new regexps and comprehensive E2E tests (#2217)
- feat: tooltip auto update (#2204)

## Fix
- fix: handle dom tables properly when copy pasting (#2206)
- fix(plugin-block): add dragend event listener to block handle element (#2199)
- fix: simplify icon rendering by removing unnecessary ref and using innerHTML directly (#2200)
- fix: storybook vite config (#2198)

### Patch Changes

- Updated dependencies [3abf96e]
- @milkdown/core@7.18.0
- @milkdown/ctx@7.18.0
- @milkdown/exception@7.18.0
- @milkdown/plugin-tooltip@7.18.0
- @milkdown/preset-commonmark@7.18.0
- @milkdown/preset-gfm@7.18.0
- @milkdown/prose@7.18.0
- @milkdown/transformer@7.18.0
- @milkdown/utils@7.18.0

## 7.17.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@milkdown/components",
"type": "module",
"version": "7.17.3",
"version": "7.18.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
24 changes: 24 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# @milkdown/core

## 7.18.0

### Minor Changes

- 3abf96e: Milkdown minor release.

## Feat
- feat: implement robust email autolinking with new regexps and comprehensive E2E tests (#2217)
- feat: tooltip auto update (#2204)

## Fix
- fix: handle dom tables properly when copy pasting (#2206)
- fix(plugin-block): add dragend event listener to block handle element (#2199)
- fix: simplify icon rendering by removing unnecessary ref and using innerHTML directly (#2200)
- fix: storybook vite config (#2198)

### Patch Changes

- Updated dependencies [3abf96e]
- @milkdown/ctx@7.18.0
- @milkdown/exception@7.18.0
- @milkdown/prose@7.18.0
- @milkdown/transformer@7.18.0

## 7.17.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@milkdown/core",
"type": "module",
"version": "7.17.3",
"version": "7.18.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
21 changes: 21 additions & 0 deletions packages/crepe/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# @milkdown/crepe

## 7.18.0

### Minor Changes

- 3abf96e: Milkdown minor release.

## Feat
- feat: implement robust email autolinking with new regexps and comprehensive E2E tests (#2217)
- feat: tooltip auto update (#2204)

## Fix
- fix: handle dom tables properly when copy pasting (#2206)
- fix(plugin-block): add dragend event listener to block handle element (#2199)
- fix: simplify icon rendering by removing unnecessary ref and using innerHTML directly (#2200)
- fix: storybook vite config (#2198)

### Patch Changes

- Updated dependencies [3abf96e]
- @milkdown/kit@7.18.0

## 7.17.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/crepe/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@milkdown/crepe",
"type": "module",
"version": "7.17.3",
"version": "7.18.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
21 changes: 21 additions & 0 deletions packages/ctx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# @milkdown/ctx

## 7.18.0

### Minor Changes

- 3abf96e: Milkdown minor release.

## Feat
- feat: implement robust email autolinking with new regexps and comprehensive E2E tests (#2217)
- feat: tooltip auto update (#2204)

## Fix
- fix: handle dom tables properly when copy pasting (#2206)
- fix(plugin-block): add dragend event listener to block handle element (#2199)
- fix: simplify icon rendering by removing unnecessary ref and using innerHTML directly (#2200)
- fix: storybook vite config (#2198)

### Patch Changes

- Updated dependencies [3abf96e]
- @milkdown/exception@7.18.0

## 7.17.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ctx/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@milkdown/ctx",
"type": "module",
"version": "7.17.3",
"version": "7.18.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
16 changes: 16 additions & 0 deletions packages/exception/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @milkdown/exception

## 7.18.0

### Minor Changes

- 3abf96e: Milkdown minor release.

## Feat
- feat: implement robust email autolinking with new regexps and comprehensive E2E tests (#2217)
- feat: tooltip auto update (#2204)

## Fix
- fix: handle dom tables properly when copy pasting (#2206)
- fix(plugin-block): add dragend event listener to block handle element (#2199)
- fix: simplify icon rendering by removing unnecessary ref and using innerHTML directly (#2200)
- fix: storybook vite config (#2198)

## 7.17.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/exception/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@milkdown/exception",
"type": "module",
"version": "7.17.3",
"version": "7.18.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
22 changes: 22 additions & 0 deletions packages/integrations/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# @milkdown/react

## 7.18.0

### Minor Changes

- 3abf96e: Milkdown minor release.

## Feat
- feat: implement robust email autolinking with new regexps and comprehensive E2E tests (#2217)
- feat: tooltip auto update (#2204)

## Fix
- fix: handle dom tables properly when copy pasting (#2206)
- fix(plugin-block): add dragend event listener to block handle element (#2199)
- fix: simplify icon rendering by removing unnecessary ref and using innerHTML directly (#2200)
- fix: storybook vite config (#2198)

### Patch Changes

- Updated dependencies [3abf96e]
- @milkdown/crepe@7.18.0
- @milkdown/kit@7.18.0

## 7.17.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@milkdown/react",
"type": "module",
"version": "7.17.3",
"version": "7.18.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
22 changes: 22 additions & 0 deletions packages/integrations/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# @milkdown/vue

## 7.18.0

### Minor Changes

- 3abf96e: Milkdown minor release.

## Feat
- feat: implement robust email autolinking with new regexps and comprehensive E2E tests (#2217)
- feat: tooltip auto update (#2204)

## Fix
- fix: handle dom tables properly when copy pasting (#2206)
- fix(plugin-block): add dragend event listener to block handle element (#2199)
- fix: simplify icon rendering by removing unnecessary ref and using innerHTML directly (#2200)
- fix: storybook vite config (#2198)

### Patch Changes

- Updated dependencies [3abf96e]
- @milkdown/crepe@7.18.0
- @milkdown/kit@7.18.0

## 7.17.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@milkdown/vue",
"type": "module",
"version": "7.17.3",
"version": "7.18.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
38 changes: 38 additions & 0 deletions packages/kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,43 @@
# @milkdown/kit

## 7.18.0

### Minor Changes

- 3abf96e: Milkdown minor release.

## Feat
- feat: implement robust email autolinking with new regexps and comprehensive E2E tests (#2217)
- feat: tooltip auto update (#2204)

## Fix
- fix: handle dom tables properly when copy pasting (#2206)
- fix(plugin-block): add dragend event listener to block handle element (#2199)
- fix: simplify icon rendering by removing unnecessary ref and using innerHTML directly (#2200)
- fix: storybook vite config (#2198)

### Patch Changes

- Updated dependencies [3abf96e]
- @milkdown/components@7.18.0
- @milkdown/core@7.18.0
- @milkdown/ctx@7.18.0
- @milkdown/plugin-block@7.18.0
- @milkdown/plugin-clipboard@7.18.0
- @milkdown/plugin-cursor@7.18.0
- @milkdown/plugin-history@7.18.0
- @milkdown/plugin-indent@7.18.0
- @milkdown/plugin-listener@7.18.0
- @milkdown/plugin-slash@7.18.0
- @milkdown/plugin-tooltip@7.18.0
- @milkdown/plugin-trailing@7.18.0
- @milkdown/plugin-upload@7.18.0
- @milkdown/preset-commonmark@7.18.0
- @milkdown/preset-gfm@7.18.0
- @milkdown/prose@7.18.0
- @milkdown/transformer@7.18.0
- @milkdown/utils@7.18.0

## 7.17.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/kit/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@milkdown/kit",
"type": "module",
"version": "7.17.3",
"version": "7.18.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
24 changes: 24 additions & 0 deletions packages/plugins/plugin-automd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# @milkdown/plugin-automd

## 7.18.0

### Minor Changes

- 3abf96e: Milkdown minor release.

## Feat
- feat: implement robust email autolinking with new regexps and comprehensive E2E tests (#2217)
- feat: tooltip auto update (#2204)

## Fix
- fix: handle dom tables properly when copy pasting (#2206)
- fix(plugin-block): add dragend event listener to block handle element (#2199)
- fix: simplify icon rendering by removing unnecessary ref and using innerHTML directly (#2200)
- fix: storybook vite config (#2198)

### Patch Changes

- Updated dependencies [3abf96e]
- @milkdown/core@7.18.0
- @milkdown/ctx@7.18.0
- @milkdown/prose@7.18.0
- @milkdown/utils@7.18.0

## 7.17.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/plugin-automd/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@milkdown/plugin-automd",
"type": "module",
"version": "7.17.3",
"version": "7.18.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
24 changes: 24 additions & 0 deletions packages/plugins/plugin-block/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# @milkdown/plugin-block

## 7.18.0

### Minor Changes

- 3abf96e: Milkdown minor release.

## Feat
- feat: implement robust email autolinking with new regexps and comprehensive E2E tests (#2217)
- feat: tooltip auto update (#2204)

## Fix
- fix: handle dom tables properly when copy pasting (#2206)
- fix(plugin-block): add dragend event listener to block handle element (#2199)
- fix: simplify icon rendering by removing unnecessary ref and using innerHTML directly (#2200)
- fix: storybook vite config (#2198)

### Patch Changes

- Updated dependencies [3abf96e]
- @milkdown/core@7.18.0
- @milkdown/ctx@7.18.0
- @milkdown/prose@7.18.0
- @milkdown/utils@7.18.0

## 7.17.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/plugin-block/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@milkdown/plugin-block",
"type": "module",
"version": "7.17.3",
"version": "7.18.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
Loading
Loading