Skip to content

Commit

Permalink
build: v1.2.9 release (^.^)YYa!!
Browse files Browse the repository at this point in the history
  • Loading branch information
yangfuhai committed Dec 12, 2024
1 parent 2767bd1 commit 0a502f1
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions changes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# AiEditor ChangeLog

## v1.2.9 20241212:

- feat: Added changeTheme() method for dynamic theme switching
- feat: Optimized the color variables related to dark and light themes
- feat: Adjusted the size of emoji to use the toolbarSize configuration
- feat: Optimized the related tool methods of htmlUtil and mdUtil
- fix: When getting markdown, the image content cannot be correctly converted to markdown
- fix: When getting markdown, the table cannot be correctly converted to markdown in some cases

---
- 新增:添加 changeTheme() 方法,用于动态切换主题
- 优化:优化暗色与亮色主题的相关颜色变量
- 优化:调整 emoji 的大小以在使用 toolbarSize 的配置
- 优化:优化 htmlUtil 和 mdUtil 的相关工具方法
- 修复:获取 markdown 时,图片内容无法正确转换为 markdown
- 修复:获取 markdown 时,表格在某些情况下无法正确转换为 markdown



## v1.2.8 20241203:

- feat: Added support for the Shift-Tab de-indentation shortcut key in code blocks
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "aieditor",
"author": "yangfuhai",
"version": "1.2.8",
"version": "1.2.9",
"type": "module",
"keywords": [
"editor",
Expand Down

0 comments on commit 0a502f1

Please sign in to comment.