Skip to content

Releases: red-axe/am-editor

@aomao/[email protected]

19 Apr 05:39
Compare
Choose a tag to compare
  • Text type links are not converted after pasting
  • Wrong focus & blur issue with multiple engine instances

@aomao/[email protected]

16 Apr 11:19
Compare
Choose a tag to compare

@aomao/[email protected]

15 Apr 09:24
Compare
Choose a tag to compare
  • If the image is selected and saved, there will be more resizer characters #143
  • The range is not preserved after the editor loses focus, so the next command execution will be in the wrong position #142

@aomao/[email protected]

15 Apr 05:35
Compare
Choose a tag to compare
  • 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]

13 Apr 14:45
Compare
Choose a tag to compare
  • Read-only state, pause dom mutation monitoring
  • Code block copy lost cursor #132
  • Optimized performance (paste)

@aomao/[email protected]

09 Apr 16:34
Compare
Choose a tag to compare
  • 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]

01 Apr 10:18
Compare
Choose a tag to compare
  • Cannot copy inside code blocks
  • Can't parse empty table markdown

@aomao/[email protected]

29 Mar 08:07
Compare
Choose a tag to compare

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]

15 Mar 15:08
Compare
Choose a tag to compare

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]

11 Mar 12:48
Compare
Choose a tag to compare

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