Skip to content

Releases: aieditor-team/AiEditor

v1.1.7

08 Oct 01:58
Compare
Choose a tag to compare
  • 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

28 Sep 07:29
Compare
Choose a tag to compare
  • feat: Hide the emoji panel when clicking an emoji.
  • feat: add html paste config and close #92
  • refactor: add icons in Translate action buttons
  • fix: cat not show bubble menu on Cmd+A text selection command, close #91

  • 优化:当点击 emoji 表情的时候,隐藏 emoji 面板
  • 优化:Html 粘贴添加更多的配置功能
  • 优化:为翻译面板的操作按钮添加统一的图标
  • 修复:通过快捷键 CMD+A 全选时,无法弹出选择操作浮动菜单的问题

v1.1.5

26 Sep 06:37
Compare
Choose a tag to compare
  • refactor: optimize textSelectionBubbleMenu only update at the mouseup event
  • refactor: update dependencies
  • fix: fixed the translated buttons would trigger form submission

  • 优化:优化文字选中弹出菜单仅在鼠标松开的时候进行弹出
  • 优化:更新相关依赖到最新版本
  • 修复:修复翻译的按钮会触发表单提交的问题

v1.1.4

25 Sep 06:47
Compare
Choose a tag to compare
  • feat: add ClassName extension for custom node class attribute
  • feat: add custom AI icon in bubble menu
  • refactor: refactor translate bubble menu
  • refactor: refactor ai bubble panel
  • refactor: add more common emojis

  • 新增:新增 ClassName 插件,用于自定义节点的 class 样式
  • 新增:添加自定义泡泡菜单的 AI ICON 的功能
  • 优化:重构 翻译 功能的交互逻辑
  • 优化:重构 AI 弹出菜单的交互细节
  • 优化:添加更多场景的 emoji 表情

v1.1.3

23 Sep 06:49
Compare
Choose a tag to compare
  • feat: add translate bubble menu items
  • feat: add "pasteAsText" config support
  • feat: add de and pt langs, thanks to @TobiasKrais
  • feat: add Emoji config support
  • fix: fix GiteeAiModel parse ai message error
  • refactor: optimize AiEditor.ts and Header.ts
  • refactor: optimize styles in Emoji.ts/Heading.ts/AbstractDropdownMenuButton.ts, thanks to @TobiasKrais
  • refactor: optimize ai panel position
  • chore: create npm-publish.yml
  • chore: remove comment code

  • 新增: 浮动菜单新增翻译功能,以及自定义翻译语言
  • 新增: 新增 "pasteAsText" 配置的功能,在粘贴时自动清除样式
  • 新增: 新增德语和葡萄牙语的配置,感谢 @TobiasKrais
  • 新增: 新增 emoji 自定义配置的功能
  • 修复: 修复 GiteeAiModel 在某些情况下解析错误的问题
  • 优化: 优化 AiEditor.ts 及 Header.ts 代码
  • 优化: 优化 Emoji.ts/Heading.ts/AbstractDropdownMenuButton.ts 的样式代码, @TobiasKrais
  • 优化: 优化 文字选中以及 ai 弹出菜单的位置
  • 优化: 创建 npm-publish.yml 用于自动发布的功能
  • 优化: 上传部分注释代码

v1.1.1

15 Sep 05:35
Compare
Choose a tag to compare
  • feat: Increase the indent to 2em instead of 10px
  • feat: add FontSize defaultValue config
  • feat: add "align" config with image from server response.
  • feat: add server response to config the image and video width
  • feat: add custom to set lineHeights support
  • feat: add "toolbarExcludeKeys" config
  • feat: add resize button in the image bubble menus
  • refactor: optimize AbstractDropdownMenuButton.ts height to "fit-content"
  • fix: fix the bubble menu is active in table or image
  • fix: AbstractDropdownMenuButton active index error when aieditor init
  • fix: TableBubbleMenu can not show when double-click the cell
  • fix:fix the image Bubble Menus position not correct.
  • doc:add line height config docs
  • doc:add "toolbarExcludeKeys" config

  • 新增: 增加缩进改为 2em,而不是 10px
  • 新增: 新增默认字号大小的设置的功能
  • 新增: 修复表格或图片的浮动菜单点击选中的问题
  • 新增: 新增支持图片上传时,服务器返回图片的对其方式
  • 新增: 新增图片或视频上传时,服务器返回图片的宽度和高度
  • 新增: 新增自定义行高设置的功能
  • 新增: 新增通过 "toolbarExcludeKeys" 配置自定义排除菜单的功能
  • 新增: 新增图片浮动菜单可以快速调整图片大小为 50% 75% 100% 的功能
  • 优化: 设置 AbstractDropdownMenuButton 的高度为 "fit-content"
  • 修复: 图片和表格的浮动菜单,点击时会处于 “选中” 状态的问题
  • 修复: AbstractDropdownMenuButton 在初始化时,默认选中不正确的问题
  • 修复: 表格的单元格双击选中时无法弹出表格操作菜单的问题
  • 修复:图片弹出的操作浮动菜单不是 100% 居中的问题
  • 文档: 添加自定义行高设置的相关文档
  • 文档: 添加 "toolbarExcludeKeys" 配置的相关文档

v1.1.0

10 Sep 01:19
Compare
Choose a tag to compare
  • feat: add "onClick" config support for ai menu to custom menu item click event.
  • feat: add commands() method for aieditor
  • fix: onCreateBefore for custom extensions
  • fix: remove console.log in gitee ai

  • 新增: 自定义 AI 菜单添加 "onClick" 配置的支持
  • 新增: AIEditor 对象添加 commands() 方法
  • 修复: onCreateBefore 自定义扩展不生效的问题
  • 修复: Gitee AI 有 console.log 打印的问题

v1.0.16

03 Sep 02:54
Compare
Choose a tag to compare

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" 类型并重构相关插件
修复: 修复星火大模型无法使用 v4.0 的问题
修复: 修复粘贴从网络复制的图片会出现显示 2 张的问题
修复: 修复行高回显不正确的问题
修复: 修复国际化配置不正确的问题 delete-table -> 删除表格

v1.0.14

12 Aug 03:51
Compare
Choose a tag to compare
  • feat: codeBlock add languages and prompts config
  • feat: add demos for svelte
  • fix: img align not effective if export to html
  • chore: upgrade dependencies
  • doc: update source-code document
  • doc: add svelte docs

  • 新增:codeBlock 代码块添加自定义代码语言和 prompt 提示词的功能
  • 新增:添加 svelte 框架使用的 demo 示例
  • 修复:图片对其方式导出为 html 时不生效的问题
  • 文档:添加和 svelte 框架集成的相关文档

v1.0.13

14 Jul 09:19
Compare
Choose a tag to compare
  • feat: add AIPanelMenus config support
  • optimize: update video attribute controls
  • fix: AI Menus init error
  • docs: add Japanese README

  • 新增:新增 AIPanelMenus 配置的支持,用于配置 AI 泡泡菜单
  • 优化:优化视频节点的控制属性
  • 修复:修复 AI 菜单初始化错误的问题
  • 文档:新增日文的 readme