RoosterJs 7.7.0
New API/options:
- Expose selection path related API so that it can be called outside editor
- getHtmlWithSelectionPath
- setHtmlWithSelectionPath
- Add a new insert node position option "DomEnd" which allows inserting a node at the end of DOM structure within editor
Bug fixes:
- Fix format issue when Cut and Paste in dark mode
- Fix an exception in HyperLink plugin when getTooltipCallback is not specified
- Fix Editor.insertContent() API, don't wrap with a DIV when there is only 1 top level node to insert