From c8956954070a3527570bda82ff5a5f56f79cbe54 Mon Sep 17 00:00:00 2001 From: yaolongfei <2991205548@qq.com> Date: Thu, 15 Aug 2024 12:56:36 +0800 Subject: [PATCH] chore(release): publish - @wangeditor-next/basic-modules@1.4.2 - @wangeditor-next/core@1.7.0 - @wangeditor-next/editor@5.4.2 - @wangeditor-next/table-module@1.5.0 --- packages/basic-modules/CHANGELOG.md | 16 ++++++++++++++++ packages/basic-modules/package.json | 2 +- packages/core/CHANGELOG.md | 12 ++++++++++++ packages/core/package.json | 2 +- packages/editor/CHANGELOG.md | 8 ++++++++ packages/editor/package.json | 8 ++++---- packages/table-module/CHANGELOG.md | 21 +++++++++++++++++++++ packages/table-module/package.json | 2 +- 8 files changed, 64 insertions(+), 7 deletions(-) diff --git a/packages/basic-modules/CHANGELOG.md b/packages/basic-modules/CHANGELOG.md index 7ee956908..fa9ed6f54 100644 --- a/packages/basic-modules/CHANGELOG.md +++ b/packages/basic-modules/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.4.2](https://github.com/cycleccc/wangEditor/compare/@wangeditor-next/basic-modules@1.4.1...@wangeditor-next/basic-modules@1.4.2) (2024-08-15) + + +### Bug Fixes + +* **header:** add h6 header ([30ced5f](https://github.com/cycleccc/wangEditor/commit/30ced5f5f82a2fac80e014673ace925622cc9ff6)) + + +### Reverts + +* **image:** set image height ([1eb29f3](https://github.com/cycleccc/wangEditor/commit/1eb29f3447d67c8bfc536569ebbe8e6ec2e84b1b)) + + + + + # [1.4.0](https://github.com/cycleccc/wangEditor/compare/@wangeditor-next/basic-modules@1.3.7...@wangeditor-next/basic-modules@1.4.0) (2024-08-11) diff --git a/packages/basic-modules/package.json b/packages/basic-modules/package.json index 684432f03..080ffea2c 100644 --- a/packages/basic-modules/package.json +++ b/packages/basic-modules/package.json @@ -1,6 +1,6 @@ { "name": "@wangeditor-next/basic-modules", - "version": "1.4.1", + "version": "1.4.2", "description": "wangEditor basic modules", "author": "cycleccc <2991205548@qq.com>", "contributors": [], diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 4158d2863..abc72283f 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.7.0](https://github.com/cycleccc/wangEditor/compare/@wangeditor-next/core@1.5.6...@wangeditor-next/core@1.7.0) (2024-08-15) + + +### Features + +* add bar language change listen ([f0c89be](https://github.com/cycleccc/wangEditor/commit/f0c89bee8020bd8c453d9dd06909cc63dc574803)) +* add cancel full screen ([1efee3f](https://github.com/cycleccc/wangEditor/commit/1efee3fa01664cf730718949db6a3cbce830b8f0)) + + + + + # [1.6.0](https://github.com/cycleccc/wangEditor/compare/@wangeditor-next/core@1.5.6...@wangeditor-next/core@1.6.0) (2024-08-11) diff --git a/packages/core/package.json b/packages/core/package.json index 3aaa95ad7..f39364e79 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@wangeditor-next/core", - "version": "1.6.0", + "version": "1.7.0", "description": "wangEditor core", "author": "cycleccc <2991205548@qq.com>", "contributors": [], diff --git a/packages/editor/CHANGELOG.md b/packages/editor/CHANGELOG.md index 011846d4f..21c6ca721 100644 --- a/packages/editor/CHANGELOG.md +++ b/packages/editor/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.4.2](https://github.com/cycleccc/wangEditor/compare/@wangeditor-next/editor@5.4.1...@wangeditor-next/editor@5.4.2) (2024-08-15) + +**Note:** Version bump only for package @wangeditor-next/editor + + + + + # [5.4.0](https://github.com/cycleccc/wangEditor/compare/@wangeditor-next/editor@5.3.14...@wangeditor-next/editor@5.4.0) (2024-08-11) diff --git a/packages/editor/package.json b/packages/editor/package.json index bd7993aaf..78af4c06c 100644 --- a/packages/editor/package.json +++ b/packages/editor/package.json @@ -1,6 +1,6 @@ { "name": "@wangeditor-next/editor", - "version": "5.4.1", + "version": "5.4.2", "description": "Web rich text editor, Web 富文本编辑器", "keywords": [ "wangeditor", @@ -50,11 +50,11 @@ "dependencies": { "@uppy/core": "^2.1.1", "@uppy/xhr-upload": "^2.0.3", - "@wangeditor-next/basic-modules": "^1.4.0", + "@wangeditor-next/basic-modules": "^1.4.2", "@wangeditor-next/code-highlight": "^1.2.1", - "@wangeditor-next/core": "^1.6.0", + "@wangeditor-next/core": "^1.7.0", "@wangeditor-next/list-module": "^1.1.5", - "@wangeditor-next/table-module": "^1.4.0", + "@wangeditor-next/table-module": "^1.5.0", "@wangeditor-next/upload-image-module": "^1.1.2", "@wangeditor-next/video-module": "^1.3.4", "dom7": "^3.0.0", diff --git a/packages/table-module/CHANGELOG.md b/packages/table-module/CHANGELOG.md index b49bb8f27..f8f1ef616 100644 --- a/packages/table-module/CHANGELOG.md +++ b/packages/table-module/CHANGELOG.md @@ -3,6 +3,27 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.5.0](https://github.com/cycleccc/wangEditor/compare/@wangeditor-next/table-module@1.3.8...@wangeditor-next/table-module@1.5.0) (2024-08-15) + + +### Bug Fixes + +* add table cell border default property ([f6a26d8](https://github.com/cycleccc/wangEditor/commit/f6a26d8bdf2f7aaa5b43276f7124a9bac1c5dcdc)) +* change table proerty align style ([fde2a69](https://github.com/cycleccc/wangEditor/commit/fde2a69e34abde08a209211c2643f6c5071ee233)) +* **table module:** deselect selection causes setHtml error ([d2d1f1b](https://github.com/cycleccc/wangEditor/commit/d2d1f1b0328b8dbe3f111ba3fbc0b48d4fe53e7d)) +* delete enrty table unselect logic in withselection ([ef5afee](https://github.com/cycleccc/wangEditor/commit/ef5afeeda57fd6535d7a186fa55eb8d8043a427d)) + + +### Features + +* add table minWidth config ([b89eb98](https://github.com/cycleccc/wangEditor/commit/b89eb9876cafb40993e31d8bd441088351ad52fe)) +* table echo width adaptation ([fcefce4](https://github.com/cycleccc/wangEditor/commit/fcefce46173e857f7d76e7820b39dcaae394b231)) +* **table module:** add table property setting ([48d0f3b](https://github.com/cycleccc/wangEditor/commit/48d0f3b3a84b304c7f0aad613fc8cbaffb1f1914)) + + + + + # [1.4.0](https://github.com/cycleccc/wangEditor/compare/@wangeditor-next/table-module@1.3.8...@wangeditor-next/table-module@1.4.0) (2024-08-11) diff --git a/packages/table-module/package.json b/packages/table-module/package.json index 1f9ccaf31..7b6cbec25 100644 --- a/packages/table-module/package.json +++ b/packages/table-module/package.json @@ -1,6 +1,6 @@ { "name": "@wangeditor-next/table-module", - "version": "1.4.1", + "version": "1.5.0", "description": "wangEditor table module", "author": "cycleccc <2991205548@qq.com>", "contributors": [],