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
Remove duplicated Table ID when select table (#964)
Maintain list style type when a style type is already applied (#960)
Fix a bug that dark mode color not applied when there is already data color specified (#959)
Engineering improvement
Publish a new package roosterjs-editor-types-compatible to export enums rather than const enum so it can work in isolatedModules mode, and go back to publish const enum from existing roosterjs-editor-types package to keep smaller bundle size (#929, #949, #950, #956, #957, #958, #961)
Make the source code inline into source map in package roosterjs-color-utils to support better compatibility (#935)
Interface changes
New compatible enum types are added. All of them have the same values with original const enum types. For more information, please refre to Work with isolatedModules
New ExterimentalFeatures member:
AdaptiveHandlesResizer: Provide a circular resize handles that adaptive the number od handles to the size of the image
ListItemAlignment: Align list elements elements to left, center and right using setAlignment API