Releases: red-axe/am-editor
Releases · red-axe/am-editor
@aomao/[email protected]
- Text type links are not converted after pasting
- Wrong focus & blur issue with multiple engine instances
@aomao/[email protected]
-
Added options
- autoPrepend Whether to automatically add a blank line when you click the blank space in the editor header https://editor.aomao.com/config#autoprepend
- autoAppend Whether to automatically add a blank line when clicking on the blank space at the end of the editor https://editor.aomao.com/config#autoAppend
-
A table copied from a word document will have blank lines before and after the cells
@aomao/[email protected]
@aomao/[email protected]
- Double-click to enlarge the picture in editing state, and click to enlarge the picture when previewing #141
- After copying in the form, the next paste will carry the last copied content
@aomao/[email protected]
- Read-only state, pause dom mutation monitoring
- Code block copy lost cursor #132
- Optimized performance (paste)
@aomao/[email protected]
- Added iconFonts configuration option to solve the problem of loading icons in iconfont.cn address in limited network environment
- Execute the codeblock plugin at the selected position and put the selected text into the codeblock #126
- The code block is copied and then pasted without newlines
- Add Engine instance parameter to
onClick
onSelect
event of toolbar - Update related documentation
@aomao/[email protected]
- Cannot copy inside code blocks
- Can't parse empty table markdown
@aomao/[email protected]
Fixed
- Lost focus in card does not trigger blur event #118
- Cards cannot be dragged
- The mark style cannot be applied to blank cells in the table
- Add a type to the button button. When the form is embedded, the click will execute the submit behavior by default #121
- table move loses nearby columns/rows after merging columns/rows
- The difference between pasting markdown line breaks causes the parsing to fail
@aomao/[email protected]
Fixed
- Paste and copy occasional struct nesting errors
- Occasionally delete text errors in collaborative state
- Modifying the card value will not trigger the change event
- Optimize the cursor display of collaborators
- Clicking the copy button in the card toolbar does not work
@aomao/[email protected]
fix: scroll bar cannot scroll to cursor position in some cases
refactor: change event fires twice
refactor: click no longer add a new line when the editing area is not in the editing state