Skip to content

Commit

Permalink
build: v1.3.5 release (^.^)YYa!!
Browse files Browse the repository at this point in the history
  • Loading branch information
yangfuhai committed Feb 12, 2025
1 parent 6dd1161 commit dcccd8b
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docs/changes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
# AiEditor ChangeLog


## v1.3.5 20250212:
feat: Optimize the experience and cancel the pop-up of the floating menu in the code block
feat: Optimize the tools and methods such as organizeHTMLContent
feat: In read-only mode, do not disable the "Print" and "Full Screen" buttons
fix: taskList cannot be converted to markdown, and taskList of markdown cannot be converted to html
fix: The problem that the strikethrough in html cannot be converted to `~~`
fix: Fix the problem that removeEmptyParagraphs accidentally deletes images in some cases

---
优化: 优化体验,取消浮动菜单在代码块的弹出
优化:优化 organizeHTMLContent 等工具方法
优化:在只读模式下,不禁用 “打印” 和 “全屏” 按钮
修复:taskList 无法转换为 markdown,markdown 的 taskList 也无法转换为 html 的问题
修复:html 中的删除线无法转换为 `~~` 的问题
修复:修复 removeEmptyParagraphs 在某些情况下误删图片的情况



## v1.3.4 20250102:
- feat: Added custom color and color selection functions to the highlight block
- feat: htmlUtil added createElement method
Expand Down
18 changes: 18 additions & 0 deletions docs/zh/changes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
# AiEditor ChangeLog


## v1.3.5 20250212:
feat: Optimize the experience and cancel the pop-up of the floating menu in the code block
feat: Optimize the tools and methods such as organizeHTMLContent
feat: In read-only mode, do not disable the "Print" and "Full Screen" buttons
fix: taskList cannot be converted to markdown, and taskList of markdown cannot be converted to html
fix: The problem that the strikethrough in html cannot be converted to `~~`
fix: Fix the problem that removeEmptyParagraphs accidentally deletes images in some cases

---
优化: 优化体验,取消浮动菜单在代码块的弹出
优化:优化 organizeHTMLContent 等工具方法
优化:在只读模式下,不禁用 “打印” 和 “全屏” 按钮
修复:taskList 无法转换为 markdown,markdown 的 taskList 也无法转换为 html 的问题
修复:html 中的删除线无法转换为 `~~` 的问题
修复:修复 removeEmptyParagraphs 在某些情况下误删图片的情况



## v1.3.4 20250102:
- feat: Added custom color and color selection functions to the highlight block
- feat: htmlUtil added createElement method
Expand Down

0 comments on commit dcccd8b

Please sign in to comment.