Skip to content

v2.15.3

Compare
Choose a tag to compare
@JiHong88 JiHong88 released this 01 Jun 16:52
· 1917 commits to master since this release

Enhancement

  • Added imageUploadHeader option.
  • Fixed to remove the current line if there is image, video etc in the next line when using Delete key on blank line. #100(@DeZZar)
  • After selecting image and video components, component is moved down when enter key is pressed. #100(@DeZZar)
  • After selecting images and video components, the components are deleted when delete or backspace key is pressed. #100(@DeZZar)
  • When adding components such as table, image, and HR in the list, modified it to be added inside the LI tag.
  • Fixed to remove list and apply format tag when using format tag in list.

Bugfix

  • Fixed an error that was not working when editing the pasted image for the first time.
  • Fixed a bug where the enter key did not work when using pre, quotblock in figuare tag since v2.15.0.
  • Fixed bugs in list and format plugins and added exception handling.
  • Fixed a bug where the format tag inside was erased when the text node was modified when the format tag was in format tags such as p, div, h1-6, li.
  • And Several other bugs fixed.

Maintenance

  • Added insertComponent, getSelectedElementsAndComponents methods to core object.
  • Added ignoreNodeChange, getNodePath, getNodeFromPath methods to util object.
  • Updated core-nodeChange method.