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
enum DelimiterClasses: Class names for entity Delimiter
addDelimiters: Adds delimiters to the element provided
getDelimiterFromElement: Retrieves Delimiter information from a provided element.
New color utility
parseColor: Parse color string to r/g/b value.
New experimental features
DeleteTableWithBackspace: Delete table with Backspace key with the whole was selected with table selector
InlineEntityReadOnlyDelimiters: Add entities around a Read Only Inline entity to prevent cursor to be hidden when cursor is next of it
New members of interface StyleBasedFormatState and FormatState
textAlign: Text Align
direction: Direction of the element ('ltr' or 'rtl')
New member of interface Snapshot
knownColors: Known colors for dark mode
New members of interface DarkColorHandler
getKnownColorsCopy: Get a copy of known colors
findLightColorFromDarkColor: Find related light mode color from dark mode color
New Content Edit feature (under TableFeatureSettings interface)
deleteTableWithBackspace: Requires ExperimentalFeatures.DeleteTableWithBackspace, delete a table selected with the table selector pressing Backspace key