Skip to content

v2.17.2

Compare
Choose a tag to compare
@JiHong88 JiHong88 released this 22 Jul 11:51
· 1778 commits to master since this release

Translation

Enhancement

  • The color picker has been modified to look natural when you change the color list.
  • Added The "insertImage" method to upload images outside the editor.
  • Added "imageUploadSizeLimit" option to limit image upload size.
  • Added "formats" option to change list of formatBlock.
  • Added "charCounter" option to show the current number of characters in the bottom bar.
  • Added "maxCharCount" option to limit the number of characters in the editor.
  • Added "minWidth" and "maxWidth" options.
  • When pasting images and videos, modified to convert to the format of the editor.
  • Modified to update the status of "imagesInfo" also when deleting an image by selecting a range.

Bugfix

  • Fixed a bug where the getContents method returned an empty value when there was no text in the editor.
  • Fixed a bug where pasted iframe tags did not resize correctly.
  • Fixed a bug that the history stack was not immediately updated when an image was deleted.
  • Fixed a bug where the link's controller was rendered in the wrong position when the link was in the heading tag.
  • Fixed a bug where attributes of HTML were copied when adding text by dragging drop.

Bugfix in v2.17.0

  • Fixed a bug that image caption was set z-index higher than toolbar (fixed in v2.17.1)
  • Fixed a bug that the image editing controller did not render when the image was inside the "A" tag. (fixed in v2.17.2)
  • Fixed A bug that caused an error when pasting the image tag contained in the "A" tag. (fixed in v2.17.2)

Maintenance

  • Modified to operate only backspace, delete, and enter keys when sizing module is active.
  • The getOffset method of the util object has been improved.