@lexical/table
Advanced tools
Changelog
0.1.17 (April 6, 2022)
Changelog
0.1.16 (March 17, 2022)
Changelog
0.1.15 (March 16, 2022)
Changelog
0.1.14 (March 04, 2022)
Changelog
0.1.13 (March 02, 2022)
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.