Releases: JiHong88/suneditor
Releases · JiHong88/suneditor
v2.38.0
New feture
- The
printTemplate
option has been added. #696
Enhancement
- Adapt module export for Typescript 2.6. #700 (@DouglasOGarrido)
- Updated Typescript definitions. #701 (@Josef-Haupt)
- Modified the
anchor
module to can use the "tel:" and "sms:".
Bugfix
- Fiexed "Request-Headers" error at the
ImageGallery
. #702 (@verti4cal) - Added media component exception handling. #694
- Fixed a bug where tag would render when pasting text containing HTML tags. #691
- Fixed a bug that focusing on the editor when using the
core.setContents()
method. #686
v2.37.4
v2.37.3
v2.37.2
v2.37.1
v2.37.0
New feature
mathFontSize
option has been added. #653imageGalleryHeader
option has been added. #654tagsBlacklist
andpasteTagsBlacklist
options has been added. #664
Enhancement
- It has been improved to be able to select an internal header tag when entering a bookmark in the anchor module. #593
Bugfix
v2.36.5
New feature
- Added
_printClass
option to define the class of print and preview. #629
Bugfix
- Fixed a bug in which changing the
lang
option did not work with thesetOptions()
method. #639 - Fixed a bug in which activation/deactivation of the indent icon did not work properly. #646
- Fixed a bug when adding components such as images and videos from the horizontal line, a bug that was added at the wrong location. #642
- Katex has been modified to always operate in
LTR
mode. #621
Maintenance
- Modified the rendering difference between the
value
option and thecode view
mode. #639 - The focus effect of the horizontal line has been added.
v2.36.4
Bugfix
- Fixed a bug where the link of the image disappeared when returning to the WYSIWYG mode from the code view mode. #637
- Fixed a bug in which the size of the rotated image or video was not properly adjusted.
- When enviroment "shadowRoot", the location error of the toolbar and menu has been fixed.
Maintenance
- Added core.getGlobalScrollOffset method.
v2.36.2
Translation
- Hebrew (he) translation added. #620 (@tom-programming)
- Italian(it) translation fixed. #619 (@tom-programming)
Bugfix
- The "Cannot redefine property: SUNEDITOR" error has been fixed. #626
- Fixed a bug in which the responsive toolbar did not work properly when in "balloon" or "inline" mode. #632
- Fixed a bug where the image rotation value disappeared when returning to the Wiziwig mode from the code view mode. #631
- Katex has been modified to always operate in LTR mode. #621
- Fixed a bug that did not render correctly when copying and pasting Katex equations. #540
- Fixed a bug where the controller was not clicked when used in "shadowRoot".
Maintenance
- XSS attack vulnerability fixes