Skip to content

Commit

Permalink
build: v1.0.16 release (^.^)YYa!!
Browse files Browse the repository at this point in the history
  • Loading branch information
yangfuhai committed Sep 3, 2024
1 parent 0593392 commit 798f915
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 0 deletions.
23 changes: 23 additions & 0 deletions changes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,29 @@
# AiEditor ChangeLog


## v1.0.16 20240903:
- feat: add menu group config support
- refactor: optimize image export wrapper in "p" tag
- refactor: rename "uploadFile" to "fileUploader"
- refactor: define a "Uploader" type and refactor extensions
- fix: fix spark ai can not support v4.0
- fix: image pasted from web will insert two images
- fix: lineHeight active is not correct.
- fix: i18n config error:delete-table -> 删除表格

---

- 新增: 工具栏菜单自定义分组的功能
- 优化: 重构导出图片被 p 标签包裹
- 优化: 重命名 "uploadFile" 为 "fileUploader"
- 优化: 定义 "Uploader" 类型并重构相关插件
- fix: 修复星火大模型无法使用 v4.0 的问题
- fix: 修复粘贴从网络复制的图片会出现显示 2 张的问题
- fix: 修复行高回显不正确的问题
- fix: 修复国际化配置不正确的问题 delete-table -> 删除表格



## v1.0.15 20240828:
- feat: Image custom properties and lazy loading
- feat: add gitee ai model support, use the serverless api
Expand Down
23 changes: 23 additions & 0 deletions docs/zh/changes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,29 @@
# AiEditor ChangeLog


## v1.0.16 20240903:
- feat: add menu group config support
- refactor: optimize image export wrapper in "p" tag
- refactor: rename "uploadFile" to "fileUploader"
- refactor: define a "Uploader" type and refactor extensions
- fix: fix spark ai can not support v4.0
- fix: image pasted from web will insert two images
- fix: lineHeight active is not correct.
- fix: i18n config error:delete-table -> 删除表格

---

- 新增: 工具栏菜单自定义分组的功能
- 优化: 重构导出图片被 p 标签包裹
- 优化: 重命名 "uploadFile" 为 "fileUploader"
- 优化: 定义 "Uploader" 类型并重构相关插件
- fix: 修复星火大模型无法使用 v4.0 的问题
- fix: 修复粘贴从网络复制的图片会出现显示 2 张的问题
- fix: 修复行高回显不正确的问题
- fix: 修复国际化配置不正确的问题 delete-table -> 删除表格



## v1.0.15 20240828:
- feat: Image custom properties and lazy loading
- feat: add gitee ai model support, use the serverless api
Expand Down

0 comments on commit 798f915

Please sign in to comment.