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
EntityOperation.AddShadowRoot: Notify plugins that editor has attached shadow root for an entity.
EntityOperation.RemoveShadowRoot: Notify plugins that editor has removed the shadow root of an entity
New EntityOperationEvent interface member
EntityOperationEvent.contentForShadowEntity: A document fragment for entity based on Shadow DOM. This property is only available for NewEntity operation.
New EntityPluginState interface member
EntityPluginState.shadowEntityCache: Cache for the hydrated content of shadow DOM entity
New format API
setListItemStyle: Set the Style of a List Item provided, with the styles that the inline child elements have.
API return value change:
IEditor.runAsync: change return value from void to a disposer function