Skip to content

Releases: red-axe/am-editor

@aomao/[email protected]

07 Oct 15:17
Compare
Choose a tag to compare

What's Changed

  • fix: method getFileSize to support byte by @r4ggj in #260
  • feat: markdown语法支持生成mermaid图表 by @kim-xie in #262
  • feat: add onSelectStart and onSelectEnd events
  • refactor: Toolbar popup mode pops up after selection is complete

New Contributors

Full Changelog: https://github.com/red-axe/am-editor/compare/@aomao/[email protected]...@aomao/[email protected]

@aomao/[email protected]

07 Sep 06:05
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/red-axe/am-editor/compare/@aomao/[email protected]...@aomao/[email protected]

@aomao/[email protected]

31 Aug 08:15
Compare
Choose a tag to compare

What's Changed

  • fix: 🐞 修复连续复制heading锚点错误 by @jonsam-ng in #241
  • fix: 复制上传图片失败 #240

New Contributors

Full Changelog: https://github.com/red-axe/am-editor/compare/@aomao/[email protected]...@aomao/[email protected]

@aomao/[email protected]

27 Aug 12:21
Compare
Choose a tag to compare

修复

  • 粘贴后记录的光标位置错误
  • 卡片工具栏tip气泡边界显示问题
  • 光标变化后选中的marks未更新
  • 卡片重复渲染后resizeModel实例丢失 #236
  • plugin-table 出现横向滚动条时,进行调整行高度时,操作条 宽度 多出14px;
  • plugin-table 复制表格内容的时候未把text写入到剪贴板
  • plugin-heading 设置 showAnchor: false 无效 #235

What's Changed

  • fix: table 出现横向滚动条时,进行调整行高度时,操作条 宽度 多出14px; 选中行头部,移入 加号 时,操作条移出 表单 优化 by @SmartWuJun in #223
  • feat: 添加多功能代码块插件 by @myprelude in #229

Full Changelog: https://github.com/red-axe/am-editor/compare/@aomao/[email protected]...@aomao/[email protected]

@aomao/[email protected]

03 Aug 01:12
Compare
Choose a tag to compare

Fixed

  • event pressing the delete key incorrectly triggers the keydown:backspace event
  • Events in table context menu are repeatedly bound

@aomao/[email protected]

29 Jul 14:48
Compare
Choose a tag to compare

Improvements

  • table: the right-click menu increases the maximum number of rows/columns to 100
  • lightblock: add markdown command ::: tip
  • image: When the image is pasted, the height and width of the image are preferentially obtained from the img attribute and css
  • markdown: use import instead of require to import related parsing libraries, and require cannot be used when using vite build
  • The onBeforeRender option adds a third parameter engine instance

Fixed

  • table: The change event is not triggered after the cell is aligned up and down
  • table: scrollbar position not updated with browser scrolling after maximization
  • table: wrongly executed paste command in read-only state
  • card: upload type of card, after the upload is successful, execute undo -> redo, the status after successful upload is not restored
  • The data-id of most nodes is not generated correctly, resulting in some abnormal operations

@aomao/[email protected]

22 Jul 11:57
Compare
Choose a tag to compare

Fixed

  • request cannot successfully set data using FormData #211

Improvements

@aomao/[email protected]

19 Jul 10:57
Compare
Choose a tag to compare

Fixed

  • markdown executes the markdown command at the beginning of a line, the content after the line will be deleted
  • table adds a div package to the html of the exported table, otherwise it will overflow at 100% width
  • card lazy loading card causes undo-redo exception

@aomao/[email protected]

12 Jul 04:58
Compare
Choose a tag to compare

Fixed

  • toolbar global is not defind
  • change.insert: pasting under the root node results in a disordered structure
  • add engine to peerDependencies #202

@aomao/[email protected]

05 Jul 05:51
Compare
Choose a tag to compare

Fixed

  • mark: complex nested wraps lead to structural errors
  • inline: Insert inline nodes to cause nesting of inline nodes #199
  • getFiles: set multiple to calculate the number of files wrong #201