Skip to content

Commit

Permalink
build: v1.1.7 release (^.^)YYa!!
Browse files Browse the repository at this point in the history
  • Loading branch information
yangfuhai committed Oct 2, 2024
1 parent 943a1be commit 83c1335
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 3 deletions.
17 changes: 17 additions & 0 deletions changes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# AiEditor ChangeLog


## v1.1.7 20241002:
- feat: add SmoothAppender for textarea
- refactor: optimize AiEditor.onTransaction() method
- refactor: rename "PasteExt" extension Name to adapter v2.8.0
- refactor: optimize BubbleMenuPlugin.ts
- refactor: update linkBubbleMenu pluginKey's name

---
- 新增: 新增 SmoothAppender 使得 AI 输入更加湿滑
- 优化: 优化 AiEditor.onTransaction() 的相关代码
- 优化: 重命名 "PasteExt" 插件的名称以适配 v2.8.0
- 优化: 优化 BubbleMenuPlugin.ts 的核心逻辑
- 优化: 重命名 linkBubbleMenu 插件的名称



## v1.1.6 20240928:
- feat: Hide the emoji panel when clicking an emoji.
- feat: add html paste config and close https://github.com/aieditor-team/AiEditor/issues/92
Expand Down
17 changes: 17 additions & 0 deletions docs/zh/changes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# AiEditor ChangeLog


## v1.1.7 20241002:
- feat: add SmoothAppender for textarea
- refactor: optimize AiEditor.onTransaction() method
- refactor: rename "PasteExt" extension Name to adapter v2.8.0
- refactor: optimize BubbleMenuPlugin.ts
- refactor: update linkBubbleMenu pluginKey's name

---
- 新增: 新增 SmoothAppender 使得 AI 输入更加湿滑
- 优化: 优化 AiEditor.onTransaction() 的相关代码
- 优化: 重命名 "PasteExt" 插件的名称以适配 v2.8.0
- 优化: 优化 BubbleMenuPlugin.ts 的核心逻辑
- 优化: 重命名 linkBubbleMenu 插件的名称



## v1.1.6 20240928:
- feat: Hide the emoji panel when clicking an emoji.
- feat: add html paste config and close https://github.com/aieditor-team/AiEditor/issues/92
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.1.6",
"version": "1.1.7",
"type": "module",
"keywords": [
"editor",
Expand Down

0 comments on commit 83c1335

Please sign in to comment.