Skip to content

RoosterJs 7.2.4 - RoosterJs 7.2.6

Compare
Choose a tag to compare
@JiuqingSong JiuqingSong released this 13 Mar 22:12
· 3647 commits to master since this release
60aa561
  1. Split Format state into 4 parts:
  • Pendable format (B/I/U/Strikethrough/superscript/subscript)
  • Element based format (Bullet, numbering. quote, link, image, header)
  • Style based format (font name, font size, colors)
  • (deprecated) Editor managed state (canundo, canredo)
  1. Add functions to get format state of 1.1, 1.2, 1.3, so that user only need to get subset of the format state when need. This is to save the call to getComputedStyles()
  2. Don't call getComputedStyles() when initialize editor if default format already contains everything
  3. Fix dts tool to support multiple extends
  4. Allow Hyperlink onLinkClick to fall back to default handling to reduce redundant code
  5. Fix a bug that auto link can't be triggered by ENTER key
  6. Ctrl+Click to a hyperlink needs to check mouse button