Skip to content

v2.16.1

Compare
Choose a tag to compare
@JiHong88 JiHong88 released this 30 Jun 17:55
· 1844 commits to master since this release

Translation

Enhancement

  • Table header, cell multiple selection, cell merge, cell split function are added to table plugin.
  • Improved arrow position of balloon toolbar and fixed width value to 'auto'.
  • Modified on onImageUpload event to also work when adding image as url.
  • Added the remainingFilesCount argument value to the omImageUpload event.
  • Modified the dialog to close when the ESC key is pressed.
  • Modified to be able to register function in controllersOn method.

Bugfix

  • Fixed a bug that the onChange event did not work when clearing all contents of the editor. #106(@davidkonrad)
  • Fixed a code that caused an error when there was no corresponding plugin when clicking an image or table.
  • Fixed bug that since 2.15.3, the currently selected value of font and font size list is not displayed.
  • Fixed a bug where the range selection did not work properly when removing text formatting in certain situations.
  • Fixed a bug where text formatting was not modified when there was only text node in a table cell.
  • Fixed bug a sticky toolbar location.
  • Fixed bug that H[1- 6] tag was not pasted.
  • A bug that caused the span tag to be removed when returning to the WYSIWYG mode in code view mode has been fixed. #102(@magoyo)

Maintenance

  • The mouseDown event has been added (only registered when there is a table plugin).
  • The audio tag have been added to the list of available tags. #103(@sudwebdesign)
  • A getOverlapRangeAtIndex method has been added to the Util object.
  • A nodeChange method updated and bug fixed.
  • Modified the names of most css classes in the editor.
  • Added TH, TD to format element.
  • The nodeChange method has been improved.
  • The eval function that was being used incorrectly has been deleted. #commitcomment-34106068(@sirlancelot)
  • Updated dependencies and language, icon file.