From 90f3a52bcf24c397cdb2a27586daa48284c8b7c0 Mon Sep 17 00:00:00 2001 From: Michael Yang Date: Thu, 31 Oct 2024 16:58:44 +0800 Subject: [PATCH] build: v1.2.4 release (^.^)YYa!! --- changes.md | 16 +++++++++++++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 18 insertions(+), 4 deletions(-) diff --git a/changes.md b/changes.md index 76b0e1f..39bd703 100644 --- a/changes.md +++ b/changes.md @@ -1,6 +1,20 @@ # AiEditor ChangeLog -## v1.2.3 202410124: + +## v1.2.4 20241031: +- fix: CodeBlock Extensions error sometime +- fix: optimize paste extension and fix paste with data-pm-slice is error +- fix: fix tab key conflict with ordered lists + + +--- +- 修复:代码插件在某些情况下错处的问题 +- 修复:优化粘贴内容插件并修复粘贴文本时独占一行的问题 +- 修复:修复 tab 键和列表冲突的问题 + + + +## v1.2.3 20241024: - feat: added more language files for i18n - feat: custom ai model support http ReadableStream - feat: Added toolbarSize to control toolbar button size diff --git a/package-lock.json b/package-lock.json index 45f4ff7..4d638bc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "aieditor", - "version": "1.2.3", + "version": "1.2.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "aieditor", - "version": "1.2.3", + "version": "1.2.4", "license": "LGPL", "dependencies": { "@tiptap/core": "^2.9.1", diff --git a/package.json b/package.json index b0d2df8..6bba9a7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "aieditor", "author": "yangfuhai", - "version": "1.2.3", + "version": "1.2.4", "type": "module", "keywords": [ "editor",