Skip to content

Commit dc49db5

Browse files
committed
Merge branches 'master' and 'master' of https://github.com/cycleccc/wangEditor-next
2 parents aeb4648 + e6171cf commit dc49db5

File tree

29 files changed

+160
-67
lines changed

29 files changed

+160
-67
lines changed

.changeset/five-moons-itch.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060

6161
# 上传覆盖率报告到 Codecov
6262
- name: Upload coverage reports to Codecov
63-
uses: codecov/codecov-action@v4.6.0
63+
uses: codecov/codecov-action@v5.0.2
6464
with:
6565
token: ${{ secrets.CODECOV_TOKEN }}
6666
- name: Upload test results to Codecov

packages/basic-modules/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## 1.5.23
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [af6b10e]
8+
- @wangeditor-next/core@1.7.24
9+
310
## 1.5.22
411

512
### Patch Changes

packages/basic-modules/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wangeditor-next/basic-modules",
3-
"version": "1.5.22",
3+
"version": "1.5.23",
44
"description": "wangEditor basic modules",
55
"author": "cycleccc <2991205548@qq.com>",
66
"type": "module",
@@ -44,7 +44,7 @@
4444
"url": "https://github.com/cycleccc/wangEditor/issues"
4545
},
4646
"peerDependencies": {
47-
"@wangeditor-next/core": "1.7.23",
47+
"@wangeditor-next/core": "1.7.24",
4848
"dom7": "^3.0.0",
4949
"lodash.throttle": "^4.1.1",
5050
"nanoid": "^5.0.0",

packages/code-highlight/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## 1.3.21
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [af6b10e]
8+
- @wangeditor-next/core@1.7.24
9+
310
## 1.3.20
411

512
### Patch Changes

packages/code-highlight/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wangeditor-next/code-highlight",
3-
"version": "1.3.20",
3+
"version": "1.3.21",
44
"description": "wangEditor code-highlight module",
55
"author": "cycleccc <2991205548@qq.com>",
66
"type": "module",
@@ -44,7 +44,7 @@
4444
"url": "https://github.com/cycleccc/wangEditor/issues"
4545
},
4646
"peerDependencies": {
47-
"@wangeditor-next/core": "1.7.23",
47+
"@wangeditor-next/core": "1.7.24",
4848
"dom7": "^3.0.0",
4949
"slate": "^0.72.0",
5050
"snabbdom": "^3.1.0"

packages/core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 1.7.24
4+
5+
### Patch Changes
6+
7+
- af6b10e: revert diff by selection
8+
39
## 1.7.23
410

511
### Patch Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wangeditor-next/core",
3-
"version": "1.7.23",
3+
"version": "1.7.24",
44
"description": "wangEditor core",
55
"author": "cycleccc <2991205548@qq.com>",
66
"type": "module",

packages/editor/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Change Log
22

3+
## 5.6.14
4+
5+
### Patch Changes
6+
7+
- af6b10e: revert diff by selection
8+
- Updated dependencies [af6b10e]
9+
- @wangeditor-next/core@1.7.24
10+
- @wangeditor-next/basic-modules@1.5.23
11+
- @wangeditor-next/code-highlight@1.3.21
12+
- @wangeditor-next/list-module@1.1.30
13+
- @wangeditor-next/table-module@1.6.26
14+
- @wangeditor-next/upload-image-module@1.1.26
15+
- @wangeditor-next/video-module@1.3.29
16+
317
## 5.6.13
418

519
### Patch Changes

packages/editor/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wangeditor-next/editor",
3-
"version": "5.6.13",
3+
"version": "5.6.14",
44
"description": "Web rich text editor, Web 富文本编辑器",
55
"keywords": [
66
"wangeditor",
@@ -55,13 +55,13 @@
5555
"dependencies": {
5656
"@uppy/core": "^2.1.1",
5757
"@uppy/xhr-upload": "^2.0.3",
58-
"@wangeditor-next/basic-modules": "~1.5.22",
59-
"@wangeditor-next/code-highlight": "~1.3.20",
60-
"@wangeditor-next/core": "~1.7.23",
61-
"@wangeditor-next/list-module": "~1.1.29",
62-
"@wangeditor-next/table-module": "~1.6.25",
63-
"@wangeditor-next/upload-image-module": "~1.1.25",
64-
"@wangeditor-next/video-module": "~1.3.28",
58+
"@wangeditor-next/basic-modules": "~1.5.23",
59+
"@wangeditor-next/code-highlight": "~1.3.21",
60+
"@wangeditor-next/core": "~1.7.24",
61+
"@wangeditor-next/list-module": "~1.1.30",
62+
"@wangeditor-next/table-module": "~1.6.26",
63+
"@wangeditor-next/upload-image-module": "~1.1.26",
64+
"@wangeditor-next/video-module": "~1.3.29",
6565
"dom7": "^3.0.0",
6666
"is-hotkey": "^0.2.0",
6767
"lodash.camelcase": "^4.3.0",

packages/list-module/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## 1.1.30
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [af6b10e]
8+
- @wangeditor-next/core@1.7.24
9+
310
## 1.1.29
411

512
### Patch Changes

packages/list-module/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wangeditor-next/list-module",
3-
"version": "1.1.29",
3+
"version": "1.1.30",
44
"description": "wangEditor list module",
55
"author": "cycleccc <2991205548@qq.com>",
66
"type": "module",
@@ -44,7 +44,7 @@
4444
"url": "https://github.com/cycleccc/wangEditor/issues"
4545
},
4646
"peerDependencies": {
47-
"@wangeditor-next/core": "1.7.23",
47+
"@wangeditor-next/core": "1.7.24",
4848
"dom7": "^3.0.0",
4949
"slate": "^0.72.0",
5050
"snabbdom": "^3.1.0"

packages/plugin-float-image/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @wangeditor-next/plugin-float-image
22

3+
## 0.1.11
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [af6b10e]
8+
- @wangeditor-next/editor@5.6.14
9+
310
## 0.1.10
411

512
### Patch Changes

packages/plugin-float-image/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wangeditor-next/plugin-float-image",
3-
"version": "0.1.10",
3+
"version": "0.1.11",
44
"description": "wangEditor float image plugin",
55
"author": "cycleccc <2991205548@qq.com>",
66
"type": "module",
@@ -41,7 +41,7 @@
4141
"url": "https://github.com/cycleccc/wangEditor/issues"
4242
},
4343
"peerDependencies": {
44-
"@wangeditor-next/editor": "5.6.13",
44+
"@wangeditor-next/editor": "5.6.14",
4545
"dom7": "^3.0.0",
4646
"slate": "^0.72.0",
4747
"snabbdom": "^3.1.0"

packages/plugin-formula/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @wangeditor-next/plugin-formula
22

3+
## 0.0.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [af6b10e]
8+
- @wangeditor-next/editor@5.6.14
9+
310
## 0.0.6
411

512
### Patch Changes

packages/plugin-formula/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wangeditor-next/plugin-formula",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"description": "wangEditor next formula 公式",
55
"author": "cycleccc <2991205548@qq.com>",
66
"type": "module",
@@ -45,7 +45,7 @@
4545
"rollup-plugin-string": "^3.0.0"
4646
},
4747
"peerDependencies": {
48-
"@wangeditor-next/editor": "5.6.13",
48+
"@wangeditor-next/editor": "5.6.14",
4949
"katex": "^0.16.0",
5050
"snabbdom": "^3.1.0"
5151
},

packages/plugin-markdown/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @wangeditor-next/plugin-markdown
22

3+
## 0.0.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [af6b10e]
8+
- @wangeditor-next/editor@5.6.14
9+
310
## 0.0.5
411

512
### Patch Changes

packages/plugin-markdown/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wangeditor-next/plugin-markdown",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"description": "wangEditor markdown plugin",
55
"author": "cycleccc <2991205548@qq.com>",
66
"type": "module",
@@ -41,7 +41,7 @@
4141
"url": "https://github.com/cycleccc/wangEditor/issues"
4242
},
4343
"peerDependencies": {
44-
"@wangeditor-next/editor": "5.6.13",
44+
"@wangeditor-next/editor": "5.6.14",
4545
"dom7": "^3.0.0",
4646
"slate": "^0.72.0",
4747
"snabbdom": "^3.1.0"

packages/table-module/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## 1.6.26
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [af6b10e]
8+
- @wangeditor-next/core@1.7.24
9+
310
## 1.6.25
411

512
### Patch Changes

packages/table-module/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wangeditor-next/table-module",
3-
"version": "1.6.25",
3+
"version": "1.6.26",
44
"description": "wangEditor table module",
55
"author": "cycleccc <2991205548@qq.com>",
66
"type": "module",
@@ -44,7 +44,7 @@
4444
"url": "https://github.com/cycleccc/wangEditor/issues"
4545
},
4646
"peerDependencies": {
47-
"@wangeditor-next/core": "1.7.23",
47+
"@wangeditor-next/core": "1.7.24",
4848
"dom7": "^3.0.0",
4949
"lodash.debounce": "^4.0.8",
5050
"lodash.isequal": "^4.5.0",

packages/upload-image-module/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## 1.1.26
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [af6b10e]
8+
- @wangeditor-next/core@1.7.24
9+
- @wangeditor-next/basic-modules@1.5.23
10+
311
## 1.1.25
412

513
### Patch Changes

packages/upload-image-module/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wangeditor-next/upload-image-module",
3-
"version": "1.1.25",
3+
"version": "1.1.26",
44
"description": "wangEditor upload-image module",
55
"author": "cycleccc <2991205548@qq.com>",
66
"type": "module",
@@ -46,8 +46,8 @@
4646
"peerDependencies": {
4747
"@uppy/core": "^2.0.3",
4848
"@uppy/xhr-upload": "^2.0.3",
49-
"@wangeditor-next/basic-modules": "1.5.22",
50-
"@wangeditor-next/core": "1.7.23",
49+
"@wangeditor-next/basic-modules": "1.5.23",
50+
"@wangeditor-next/core": "1.7.24",
5151
"dom7": "^3.0.0",
5252
"lodash.foreach": "^4.5.0",
5353
"slate": "^0.72.0",

packages/video-module/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## 1.3.29
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [af6b10e]
8+
- @wangeditor-next/core@1.7.24
9+
310
## 1.3.28
411

512
### Patch Changes

packages/video-module/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wangeditor-next/video-module",
3-
"version": "1.3.28",
3+
"version": "1.3.29",
44
"description": "wangEditor video module",
55
"author": "cycleccc <2991205548@qq.com>",
66
"type": "module",
@@ -46,7 +46,7 @@
4646
"peerDependencies": {
4747
"@uppy/core": "^2.1.4",
4848
"@uppy/xhr-upload": "^2.0.7",
49-
"@wangeditor-next/core": "1.7.23",
49+
"@wangeditor-next/core": "1.7.24",
5050
"dom7": "^3.0.0",
5151
"nanoid": "^5.0.0",
5252
"slate": "^0.72.0",

packages/yjs-for-react/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @wangeditor-next/yjs-for-react
22

3+
## 0.1.25
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [af6b10e]
8+
- @wangeditor-next/editor@5.6.14
9+
- @wangeditor-next/yjs@0.1.22
10+
311
## 0.1.24
412

513
### Patch Changes

packages/yjs-for-react/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wangeditor-next/yjs-for-react",
3-
"version": "0.1.24",
3+
"version": "0.1.25",
44
"description": "React specific components/utils for wangeditor-next-yjs.",
55
"author": "cycleccc <2991205548@qq.com>",
66
"type": "module",
@@ -56,8 +56,8 @@
5656
"y-protocols": "^1.0.5"
5757
},
5858
"peerDependencies": {
59-
"@wangeditor-next/editor": "5.6.13",
60-
"@wangeditor-next/yjs": "^0.1.21",
59+
"@wangeditor-next/editor": "5.6.14",
60+
"@wangeditor-next/yjs": "^0.1.22",
6161
"react": ">=16.8.0",
6262
"slate": "^0.72.0",
6363
"yjs": "^13.5.29"

0 commit comments

Comments
 (0)