From c58362cf90c3be411220ed724925f251e4fe52b2 Mon Sep 17 00:00:00 2001 From: Hufe921 Date: Tue, 16 May 2023 20:29:05 +0800 Subject: [PATCH] release: v0.9.34 --- CHANGELOG.md | 22 ++++++++++++++++++++++ README.md | 2 +- package.json | 2 +- 3 files changed, 24 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3786a2a..ab22417 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,25 @@ +## [0.9.34](https://github.com/Hufe921/canvas-editor/compare/v0.9.33...v0.9.34) (2023-05-16) + + +### Documentation + +* get catalog api ([c2cc8d9](https://github.com/Hufe921/canvas-editor/commit/c2cc8d98d29a472ccbe35aa39893e1dfc8df74e0)) +* location catalog api ([402e448](https://github.com/Hufe921/canvas-editor/commit/402e448559a5e2a1d2dd6399889758172651bcef)) + + +### Features + +* add catalog demo ([9343afe](https://github.com/Hufe921/canvas-editor/commit/9343afe83136b4e1a23bad813adb5f9cf813604a)) +* get catalog api ([237c0f2](https://github.com/Hufe921/canvas-editor/commit/237c0f22cbd26ac737187b8a195bc08665dcc450)) +* location catalog api ([535562e](https://github.com/Hufe921/canvas-editor/commit/535562e396ce150916456a0ed791edc4ff208de4)) + + +### Performance Improvements + +* optimize cursor blink ([7ad4ba3](https://github.com/Hufe921/canvas-editor/commit/7ad4ba3a2664744bbcee200775028a009fecd5b4)) + + + ## [0.9.33](https://github.com/Hufe921/canvas-editor/compare/v0.9.32...v0.9.33) (2023-05-02) diff --git a/README.md b/README.md index 6db9163..b7b0bc0 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ new Editor(document.querySelector(".canvas-editor"), [ ## next features -1. catalog +1. improve page number 2. improve list and title 3. improve performance 4. control rules diff --git a/package.json b/package.json index 9fdc590..5938082 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@hufe921/canvas-editor", "author": "Hufe", "license": "MIT", - "version": "0.9.33", + "version": "0.9.34", "description": "rich text editor by canvas/svg", "publishConfig": { "registry": "https://registry.npmjs.org/",