Skip to content

RoosterJs Content Model 0.23.0

Compare
Choose a tag to compare
@JiuqingSong JiuqingSong released this 07 Jan 05:33
· 1061 commits to release since this release
5d48fd9

Content Model improvement

  • Better hide cursor for table and image selection (#2270)
  • Table Fidelity improvement: Width Attribute and Cellpadding attribute (#2284)
  • Adjust Selection on Cut/Copy first table cell (#2287)
  • Remove format of trailing space segment (#2288)
  • Set Deprecated font color to black instead of undefined (#2290)
  • Remove negative margins from Word (#2277)
  • Fix GetFormatState not returning Font size after paste (#2299)
  • Do not handle enter input on mac (#2301)
  • Support rem unit (#2300)
  • Add text align justify option (#2306)
  • Fix couple of issues in Word Desktop Paste (#2311)
  • Change borderLeft/Right to borderInlineStart/End (#2286)

Build a Standalone Editor based on Content Model

  • Port Paste API (#2280, #2281, #2282, #2304)
  • Decouple core package from roosterjs-editor-dom (#2283)
  • Stop using interface IEditor (#2291)
  • Create StandaloneEditor class (#2292)