v0.9.19
What's Changed
- Toggling a code block crashes when the selection spans nested structures by @jorgemanrubia in #1110
- Pasting with the caret on a quote element crashes with Lexical error #211/#212 by @jorgemanrubia in #1109
- Preserve ordered list numbering offsets across load and save by @zoltanhosszu in #1112
- Fix file drop/paste crashes on node selections and code-block carets by @jorgemanrubia in #1107
- Pasting into a blank list item inside a blockquote crashes with Lexical error #66 by @jorgemanrubia in #1108
- Introduce STYLE.md by @samuelpecher in #1115
- Transfer autocapitalize value to contenteditable by @samuelpecher in #1116
- Fix list editing inside blockquotes by @jorgemanrubia in #1122
- Fix removing list formatting from a single list item by @jorgemanrubia in #1117
- Tear down prompt popover before Turbo caches the page by @jorgemanrubia in #1121
- Fix list corruption when inserting an image into a nested bullet by @jorgemanrubia in #1123
- Strip invalid child nodes from pasted lists by @jorgemanrubia in #1119
- Fix flaky deferred-preview system test (assert the swap) by @jorgemanrubia in #1129
- Fix Firefox-only attachment test flakes (valid, figure-filling fallback PNG) by @jorgemanrubia in #1128
- Pasting inline content onto a selected attachment crashes with Lexical error #99 by @jorgemanrubia in #1127
- Fix Lexical #211 crashes when inserting at a quote element point by @jorgemanrubia in #1126
- Add yarn release:alpha (publish under the alpha dist-tag) by @jorgemanrubia in #1132
- Make selection w/ Arrow Keys synchronous by @samuelpecher in #1088
- Dismiss prompt popover when the cursor moves away from the trigger by @jorgemanrubia in #1133
- Filter prompts by the word following an inserted trigger by @jorgemanrubia in #1135
- Abort in-flight uploads when their attachment is removed by @jorgemanrubia in #1134
- Group native multi-image uploads into a gallery (insertPendingAttachments batch) by @svara in #1111
- Fix mention insertion retroactively applying earlier formatting by @jorgemanrubia in #1137
- Allow dragging mentions to reorder them within a line by @jorgemanrubia in #1136
- Preserve plain text spacing and backslashes on paste by @jorgemanrubia in #1138
- Skip uploads into an empty node selection by @jorgemanrubia in #1139
- Fix prompt popover positioning after Turbo history navigation by @jorgemanrubia in #1144
- Release version 0.9.19 by @jorgemanrubia in #1150
New Contributors
Full Changelog: v0.9.18...v0.9.19