You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix an issue when set content with Colgroup (#872, #916)
Engineering improvement
Use "enum" instead of "const enum" by default to be compatible with "isolatedModule" mode. This will increase bundle size. To keep a smaller bundle size, we publish "@size-optimized" version to keep using "const enum" (#911)
Finished the strict mode improvement for roosterjs-editor-dom package (#883, #892)
Prepare strict mode for roosterjs-editor-core package (#902)
Interface change
Replace "const enum" with "enum" for @latest version, but keep them in @size-optimized version
New enum TableOperation member:
MergeCells: Merge all selected cells
New parameter of TableResize constructor:
Parameter onShowHelperElement: An optional callback to allow customize helper element of table resizing