Am Editor Versions Save

A rich text editor that supports collaborative editing and allows for the free use of front-end common libraries such as React and Vue to extend and define plugins.

@aomao/[email protected]

1 year ago

What's Changed

New Contributors

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

@aomao/[email protected]

1 year ago

What's Changed

New Contributors

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

@aomao/[email protected]

1 year ago

What's Changed

New Contributors

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

@aomao/[email protected]

1 year ago

修复

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

What's Changed

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

@aomao/[email protected]

1 year ago

Fixed

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

@aomao/[email protected]

1 year ago

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]

1 year ago

Fixed

  • request cannot successfully set data using FormData #211

Improvements

@aomao/[email protected]

1 year ago

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]

1 year ago

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]

1 year ago

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