diff --git a/packages/editor/CHANGELOG.md b/packages/editor/CHANGELOG.md index 9751e6e81..d7b0fecb8 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.3.8](https://github.com/cycleccc/wangEditor/compare/@wangeditor-next/editor@5.3.7...@wangeditor-next/editor@5.3.8) (2024-07-19) + +**Note:** Version bump only for package @wangeditor-next/editor + + + + + ## [5.3.7](https://github.com/cycleccc/wangEditor/compare/@wangeditor-next/editor@5.3.5...@wangeditor-next/editor@5.3.7) (2024-07-17) **Note:** Version bump only for package @wangeditor-next/editor diff --git a/packages/editor/package.json b/packages/editor/package.json index 5247e26e1..213ac2c24 100644 --- a/packages/editor/package.json +++ b/packages/editor/package.json @@ -1,6 +1,6 @@ { "name": "@wangeditor-next/editor", - "version": "5.3.7", + "version": "5.3.8", "description": "Web rich text editor, Web 富文本编辑器", "keywords": [ "wangeditor", @@ -54,7 +54,7 @@ "@wangeditor-next/code-highlight": "^1.2.1", "@wangeditor-next/core": "^1.5.3", "@wangeditor-next/list-module": "^1.1.3", - "@wangeditor-next/table-module": "^1.3.3", + "@wangeditor-next/table-module": "^1.3.4", "@wangeditor-next/upload-image-module": "^1.1.1", "@wangeditor-next/video-module": "^1.3.0", "dom7": "^3.0.0", diff --git a/packages/table-module/CHANGELOG.md b/packages/table-module/CHANGELOG.md index eb51b1af9..b430a404d 100644 --- a/packages/table-module/CHANGELOG.md +++ b/packages/table-module/CHANGELOG.md @@ -3,6 +3,24 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.3.4](https://github.com/cycleccc/wangEditor/compare/@wangeditor-next/table-module@1.3.2...@wangeditor-next/table-module@1.3.4) (2024-07-19) + + +### Bug Fixes + +* ** table :** unable to delete when the first child is a table ([a219456](https://github.com/cycleccc/wangEditor/commit/a21945638f74abc64220e81d31932809de3a745d)) +* Bug-issues 40, paste table html ([a404ed2](https://github.com/cycleccc/wangEditor/commit/a404ed259bf2426d9a88cd6c879d8ab52b5101c7)) +* remove console ([4f64cb3](https://github.com/cycleccc/wangEditor/commit/4f64cb37cabe51f338893a2622ff6b29eb2ca6d7)) + + +### Performance Improvements + +* **parse table:** add null value checks ([92d2865](https://github.com/cycleccc/wangEditor/commit/92d2865164ad91bb6124219289189142b63112d8)) + + + + + ## [1.3.3](https://github.com/cycleccc/wangEditor/compare/@wangeditor-next/table-module@1.3.2...@wangeditor-next/table-module@1.3.3) (2024-07-16) diff --git a/packages/table-module/package.json b/packages/table-module/package.json index 38fdc3666..d08dd9538 100644 --- a/packages/table-module/package.json +++ b/packages/table-module/package.json @@ -1,6 +1,6 @@ { "name": "@wangeditor-next/table-module", - "version": "1.3.3", + "version": "1.3.4", "description": "wangEditor table module", "author": "cycleccc <2991205548@qq.com>", "contributors": [],