From 3d7d7e2107db0434b967536c35eda78bda4e2e1b Mon Sep 17 00:00:00 2001 From: Hufe921 Date: Tue, 2 May 2023 12:01:41 +0800 Subject: [PATCH] release: v0.9.33 --- CHANGELOG.md | 20 ++++++++++++++++++++ README.md | 9 +++++---- package.json | 2 +- 3 files changed, 26 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a54b96f..3786a2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +## [0.9.33](https://github.com/Hufe921/canvas-editor/compare/v0.9.32...v0.9.33) (2023-05-02) + + +### Bug Fixes + +* get range paragraph boundary error ([84b236f](https://github.com/Hufe921/canvas-editor/commit/84b236fe224e48002f7991abefda0c9c646447e2)) +* some IME position error #184 ([c5699bc](https://github.com/Hufe921/canvas-editor/commit/c5699bcb4cad9c9dcd7dad9eba00e0dd6d60cf3a)), closes [#184](https://github.com/Hufe921/canvas-editor/issues/184) + + +### Documentation + +* update list schema and shortcut ([98ea30e](https://github.com/Hufe921/canvas-editor/commit/98ea30e203003f5336911a4cb52d5bce6b8e08e5)) + + +### Features + +* wrap within list item ([69750a1](https://github.com/Hufe921/canvas-editor/commit/69750a115a5adcc5ab61c69846fcde402d1019b3)) + + + ## [0.9.32](https://github.com/Hufe921/canvas-editor/compare/v0.9.31...v0.9.32) (2023-04-26) diff --git a/README.md b/README.md index 12d89eb..6db9163 100644 --- a/README.md +++ b/README.md @@ -28,10 +28,11 @@ new Editor(document.querySelector(".canvas-editor"), [ ## next features -1. improve list and title -2. improve performance -3. control rules -4. table paging +1. catalog +2. improve list and title +3. improve performance +4. control rules +5. table paging ## snapshot diff --git a/package.json b/package.json index 624e298..9fdc590 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@hufe921/canvas-editor", "author": "Hufe", "license": "MIT", - "version": "0.9.32", + "version": "0.9.33", "description": "rich text editor by canvas/svg", "publishConfig": { "registry": "https://registry.npmjs.org/",