v2.30.1
Translation
Hotfix (v2.30.0)
- Fixed a bug where images could not be modified.
- Fixed a bug that the
fullScreen
function did not work properly while usingtoolbarContainer
.
New feature
- The
linkProtocol
option was added. #398 (@trembacz) - The "uploadHandler" argument has been added to the
[image,video,audio]UploadBefore
event. #378- If it returns
undefined
, it waits until "uploadHandler" is executed. - Please check to the READMD.md file for details.
- If it returns
- The
[image,video,audio]UploadMultiple
option was added. - The "closureFreeFormat" format was added. #397
- Added related methods: isClosureFreeFormatElement, getClosureFreeFormatElement
Enhancement
- Fixed the style of
<span>
to be maintained when pasting. #400 - Updated to allow drag and drop in the editor (Not working in IE). #304
- Fix to add a new line when the "selection" object is in an uneditable area.
Bugfix
- Fixed a bug where the delete button of the file input did not work in the "audio" plugin.
- Fixed a bug where editor's focus was not maintained when the controller clicking.
- Fixed a bug where the event function was not properly called when pasting an image file. #384
- Fixed a bug where the shape was not retained when pasting "Katex". #395 #399
- Fixed a bug that was not deleted by selecting all when there were tables, images, etc. at the top or bottom of the editor.
- Fixed a bug where external CSS files were not applied when preview or printing.
- Fixed a bug where the layout of the image gallery was broken in IE and Safari browsers.
- Fixed a bug where an error was displayed when clicking an empty space in the image gallery was fixed.
Maintenance
- Speed up HTML consistency checking.