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
Change parameter type and return type of addDelimiters()
New API:
addDelimiterBefore
addDelimiterAfter
Change parameter type of API getDelimiterFromElement
New experimental feature
ReusableContentModel: Reuse existing DOM structure if possible when convert Content Model back to DOM tree
New member in interface ElementBasedFormatState and FormatState:
isCodeInline: Whether the text is in Code element
New parmater of DarkColorHandler.parseColorValue():
isDarkMode: Whether current content is in dark mode. When set to true, if the color value is not in dark var format, we will treat is as a dark mode color and try to find a matched dark mode color.
New parameter of core API TransformColor:
fromDarkMode: Whether the given content is already in dark mode
New content editor features:
moveBetweenDelimitersFeature: Content edit feature to move the cursor from Delimiters around Entities when using Right or Left Arrow Keys
removeEntityBetweenDelimiters: Content edit Feature to trigger a Delete Entity Operation when one of the Delimiter is about to be removed with DELETE or Backspace