v2.19.1
Translation
Enhancement
- Fix usage when the Editor is rendered in a popup window. #126 (@lorefnon)
- Fixed the link generation after selecting the text range.
- Added "iframe", "pullPage", "iframeCSSFileName" options.
- Added "position" option.
- Added "codeMirror" option.
- Added "onPaste" and "showInline" event to functions.
- The "formats" option has been modified to use custom tag as well.
Bugfix
- Fixed a bug where paste (ctrl + v) was empty when cutting or copying text wrapped with the return line (shift + enter) in Firefox. #128 (@sudwebdesign)
- A bug that did not apply negative values to the sticky toolbar option has been fixed.
Maintenance
- The class name of suneditor-contents has been modified.
- float-left, right, center, none -> __se__float-xxx
- solid, dotted, dashed -> __se__xxx
- The addDocEvent, removeDocEvent methods, _wd, and _ww objects have been added to core.
- The getOffset method in util has been modified.