Bugfixes
- Fixed that editor cannot replace popup element when custom popup component is updated. Thanks for @PaulSchult. (#2029)
- Fixed the unexpected dragging custom block element in wysiwyg. Thanks for @z-950. (#2049)
- Fixed that the user cannot disable initial focus with
autofocus
option on markdowntab
mode. Thanks for @zhousg. (#2085) - Fixed that the editor cannot execute markdown
list
command below the heading text. (#2102) - Fixed that
Heading
state remains when changed to Paragraph in WYSIWYG mode. (#2103) - Fixed that the editor fails to render content if table syntax is wrong. (#2104)
- Fixed the wrong escape with link, image url when converting. (#2105)
- Fixed
onLoad
event is not triggered in react wrapper. (#2107) - Fixed overflowing text in viewer. (#2133)
- Fixed that the "Link Text" popup field is no filled with the current selected text when clicking 'link' button. (#2142)
- Fixed the broken converting to markdown when the node has double quote string attribute value. (#2143)