lexical_mark 1.3.0
lexical_mark: ^1.3.0 copied to clipboard
Mark nodes (annotations and comment ranges) for lexical_core, wire-compatible with Lexical's @lexical/mark.
Changelog #
1.3.0 #
No library changes. The packages version in lockstep — they are one library
split for pay-for-what-you-use, not a set of independent projects — so this
release keeps the set on one version. See lexical_core for what changed.
1.2.0 #
No library changes. The packages version in lockstep — they are one library split for pay-for-what-you-use, not a set of independent projects — so this release keeps the set on one version.
1.1.0 #
Turning a selection into a comment range and back: $markSelection,
$removeMark, $getMarkedText, $getMarkIdsAtSelection and the two commands
behind them. Marking a range that already carries a mark adds the identifier to
the mark that is there rather than stacking a second one, so the common case
stays flat; a mark left with no identifiers is unwrapped, because otherwise
every resolved comment would leave an element in the document forever.
1.0.0 #
First stable release; semantic versioning applies from here. Marks: overlapping, id-carrying highlights for comments and suggestions.
The entries below record how it got here.
0.1.0-dev.1 #
First development release. Node types verified as a fixed point against fixtures generated from Lexical 0.48.0.