Releases: red-axe/am-editor
Releases · red-axe/am-editor
@aomao/[email protected]
What's Changed
- fix: method getFileSize to support byte by @r4ggj in #260
- feat: markdown语法支持生成mermaid图表 by @kim-xie in #262
- feat: add
onSelectStart
andonSelectEnd
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]
What's Changed
- fix: 🐞 修复连续复制heading锚点错误 by @jonsam-ng in #241
- feat: 添加标签插件 by @myprelude in #243
- fix: 修复聚焦的问题 by @myprelude in #245
- fix: 修改antd版本 by @myprelude in #250
New Contributors
- @jonsam-ng made their first contribution in #241
Full Changelog: https://github.com/red-axe/am-editor/compare/@aomao/[email protected]...@aomao/[email protected]
@aomao/[email protected]
What's Changed
- fix: 🐞 修复连续复制heading锚点错误 by @jonsam-ng in #241
- fix: 复制上传图片失败 #240
New Contributors
- @jonsam-ng made their first contribution in #241
Full Changelog: https://github.com/red-axe/am-editor/compare/@aomao/[email protected]...@aomao/[email protected]
@aomao/[email protected]
修复
- 粘贴后记录的光标位置错误
- 卡片工具栏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]
Fixed
event
pressing the delete key incorrectly triggers the keydown:backspace event- Events in
table
context menu are repeatedly bound
@aomao/[email protected]
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]
Fixed
request
cannot successfully set data using FormData #211
Improvements
lightblock
adds highlight plugin https://editor.aomao.com/plugin/plugin-lightblock #209table
Adddata-table-no-border
flag when table is converted to html #212
@aomao/[email protected]
Fixed
markdown
executes the markdown command at the beginning of a line, the content after the line will be deletedtable
adds a div package to the html of the exported table, otherwise it will overflow at 100% widthcard
lazy loading card causes undo-redo exception
@aomao/[email protected]
Fixed
toolbar
global is not defindchange.insert
: pasting under the root node results in a disordered structure- add engine to peerDependencies #202