@lexical/table
Advanced tools
Changelog
0.1.12 (February 28, 2022)
Changelog
0.1.11 (February 24, 2022)
null | RangeSelection | GridSelection | NodeSelection
.editor.setReadOnly(boolean)
and editor.isReadOnly()
to find the read only mode.editor.registerListener('readonly', value => {... })
to react to read only mode changes.initialEditorState
prop on either the PlainTextPlugin or RichTextPlugin to initialize editor state.Changelog
0.1.10 (February 22, 2022)
null | RangeSelection | NodeSelection
. Upgrade note: selection !== null
-> $isRangeSelection(selection)
.static convertDOM(): DOMConversionMap | null
.createEditor({onError})
errors will now throw by default. Also, removed registerListener('error')
.Changelog
0.1.9 (February 18, 2022)
registerListener('mutation', Class<LexicalNode>, Map<NodeKey, NodeMutation>)
to track created/destroyed nodes. NodeMutation = 'created' | 'destroyed'
$log()
.@lexical/table
package.