Skip to content

RoosterJs 7.7.0

Compare
Choose a tag to compare
@JiuqingSong JiuqingSong released this 26 Aug 22:53
· 3564 commits to master since this release
0ad3441

New API/options:

  1. Expose selection path related API so that it can be called outside editor
  • getHtmlWithSelectionPath
  • setHtmlWithSelectionPath
  1. Add a new insert node position option "DomEnd" which allows inserting a node at the end of DOM structure within editor

Bug fixes:

  1. Fix format issue when Cut and Paste in dark mode
  2. Fix an exception in HyperLink plugin when getTooltipCallback is not specified
  3. Fix Editor.insertContent() API, don't wrap with a DIV when there is only 1 top level node to insert