Skip to content

RoosterJs Content Model 0.27.0

Compare
Choose a tag to compare
@JiuqingSong JiuqingSong released this 04 Mar 22:15
· 698 commits to release since this release
7daf1ba

New features from old editor

  • Handle enter on expanded range (#2420)
  • Handle tab key for paragraph (#2436)
  • Port Table edit plugin (#2358)
  • Port ShortcutPlugin (#2427)

Improvement

  • Remove list margins attributes (#2425)
  • Outdent indented empty paragraph when pressing Backspace (#2429)
  • Support adding options for exportContent (#2443)
  • Set RootFontSize to SanitizingContext (#2445)
  • Split contentDiv into physicalRoot and logicalRoot (#2441)
  • Take snapshot before paste (#2440)
  • Improve Entity State related API (#2444)
  • Add option to configure the default paste type (#2457)
  • Remove Bg Color from block on Merge Paste (#2458)

Bug fix

  • Fix selection on context menu after image selection click (#2423)
  • Fix insertNode: Do not reselect if updateCursor is false (#2431)
  • Fix #2435: AttributeSanitizers are not applied to the child elements (#2442)
  • Fix dispose plugin issus in EditorAdapter (#2452)
  • Fix #2202: Delete first entity causes second entity to be reloaded in Content Model editor (#2450)
  • Fix bugs related to default format and decorator format (#2459)

Code clean up

  • Rename StandaloneEditor to Editor (#2416)