Skip to content

v2.6.3

Compare
Choose a tag to compare
@JiHong88 JiHong88 released this 31 Oct 04:42
· 2289 commits to master since this release

Enhancement

  • Added Sticky Toolbar mode.
    Added related options "stickToolbar".
  • When the "height" option is set to "auto", the length is increased without scroll.
    Added related options "minHeight", "maxHeight".
  • Added The "resizingBar" options, you can show or hide "resizingBar"
  • The submenu has been modified to calculate the location according to the screen size.

Bugfix

  • Fixed a bug a prevented the ability to modify image captions and video frames when you returned to WYSIWYG mode in Code view mode
  • Fixed a bug where IDs were added to "suneditor" even though there was no ID in "textarea" when creating editor.
    IDs are not created if there is no ID value.
  • Fixed a bug where checkboxes and radio buttons were not checked when a label was clicked when there was more than one editor.
  • Fixed a bug where button blurring was applied to also other editors when using code view when was more than one editor.

Maintenance

  • Added "Impact" font to default font array.
  • Modified context: context.tool.bar -> context.element.toolbar.
  • Modified option: videoX, videoY -> videoWidth, videoHeight.
  • Modified context: context.element.resizebar -> resizingBar
  • Changed event: editor mouseup event -> click event
  • Added variable: core._variable.minResizingSize
    Minimum size of editing area (65px)