Skip to content

RoosterJs 8.58.0 and RoosterJs Content Model 0.18.0

Compare
Choose a tag to compare
@JiuqingSong JiuqingSong released this 24 Oct 17:04
· 1142 commits to release since this release
f527296

New feature

  • Add font weight to FormatState (#2138)
  • Allow apply image editing change when mouse up (#2133)

Improvement

  • Remove some unnecessary code for Firefox and IE (#2145)

Bug fix

  • Improve keyboard event handling for image selection (#2156)
  • Remove max-height when paste image (#2158)

Content Model improvement

Engineering improvement

  • Enable eslint rule: prefer-const, no-var
  • Update readme file (#2141, #2142)
  • Dependencies version bump (#2134, #2148)
  • Other minor fix (#2147)

Interface changes

  • New member of interface StyleBasedFormatState and FormatState:
    • fontWeight: Font weight of current style
  • New member of type TableCellMetadataFormat
    • borderOverride: Indicate current cell border has been changed by user's action
  • New member of interface ImageEditOptions
    • applyChangesOnMouseUp: When pass true, image edit changes will be applied when mouse up. Otherwise it will only be applied when click away.