v2.35.0
Translation
New feature
- You can enter "nonbreaking space character". #554
Windows:Ctrl + Shift + Space
Mac:Option(⌥) + Shift + Space
- The
textTags
option has been added. #526 - A
bookmark button
has been added to the link plugin. #593 - The
linkRel
option has been added. #583 - The
fullScreenOffset
option has been added. - Added setIframeContents, blur method to the core. #527
Enhancement
- Empty array values are allowed in the
buttonList
. #571 Save
button shortcut has been added.
Bugfix
- A bug that the
responsive toolbar
was operating based on the width of the window, not the width of the toolbar, has been fixed.
You need to readjust the responsive size of the buttonList. - Fixed an error that occurs by accessing scrollTop when the 'wysiwyg' instance is null. #590 (@2dubbing)
- Fixed a bug where the position of the controller was not updated when sorting in the resizing controller.
- Fixed a bug in certain situations, a bug where
links
were inserted in the wrong location. #584 - Fixed a bug that was inserted at the wrong position when inserting a component below the list. #585
- Fixed a bug when pasting from Microsoft Word, a bug in which characters such as internal styles were pasted. #462 (@wxjzeke)
- Fixed a bug in which a span tag was added when deleting the component below the header tag with the backspace key. #573
- The KaTeX style issue has been fixed. #540
- Fixed a bug that did not apply when overriding
defaultTag
in thesetOptions
method. #564 - Fixed a bug where the responsive toolbar list did not work when calling the
setOptions
method. - Fixed a bug where
<div>
was added instead ofdefaultTag
at line breaks in theHeader
tag. - Fixed a bug where the percentage size image modification did not work properly.
- Fixed error of the Type. (plugins, buttonList)
Maintenance
- "dir" argument has been added to the core.isEdgePoint method.
- Removed the
core.eventStop
method. - Added
options
property to the core.