Skip to content

RoosterJs 7.12.0

Compare
Choose a tag to compare
@JiuqingSong JiuqingSong released this 03 Jun 18:31
· 3480 commits to master since this release
752e133

New API and parameters:

  • Region API
  • VList API
  • Editor.useExperimentFeatures()
  • Add parameter "skipTags" for ContentTraverser
  • Add parameter "skipTags" for getLeafSibling(), getNextLeafSibling(), getPreviousLeafSibling()
  • add Parameter "isFromEndOfRange" for Position, make Position normalization smart
  • toArray()

Bug fixes:

  • Explicit NaN checks for getTd()
  • Add null check in ContentTraverser
  • Skip Empty DIV/SPAN when traverse
  • Fix checkXss to use getAttribute() for insertLink
  • Check actual selected node for queryElements()
  • Fix null reference bug when paste content from Word Online
  • Fix potential null in tableFeatures