Releases: ianstormtaylor/slate
Releases · ianstormtaylor/slate
[email protected]
Patch Changes
- #5015
9ae37287
Thanks @tithanayut! - Fix deleteBackward behavior for Thai script where deleting N character(s) backward should delete
N code point(s) instead of an entire grapheme cluster
[email protected]
Minor Changes
- #4999
fe13a8f9
Thanks @alexandercampbell! - Add new Slate.Scrubber interface to allow scrubbing end user data from exception
text. The default behavior remains unchanged.
[email protected]
Minor Changes
- #4999
fe13a8f9
Thanks @alexandercampbell! - Add new Slate.Scrubber interface to allow scrubbing end user data from exception
text. The default behavior remains unchanged.
[email protected]
[email protected]
Patch Changes
- #5007
92c5730a
Thanks @jasonphillips! - Revert #4876 & #4910 to restore original decorations behavior
[email protected]
Minor Changes
- #4981
cb8a5515
Thanks @BitPhinix! - AddReactEditor.isComposing(editor)
to get the currentisComposing
state
[email protected]
Patch Changes
- #4979
6afa9f6a
Thanks @BitPhinix! - Unset isComposing on keydown with isCompsing false
[email protected]
Minor Changes
- #4974
3b7a1bf7
Thanks @dylans! - Added types for options and common string literals, thanks @JoshuaKGoldberg
[email protected]
Patch Changes
- #4965
a4536e2a
Thanks @BitPhinix! - Fix triple click handling in nested blocks
[email protected]
Patch Changes
- #4957
c1e3fbaa
Thanks @BitPhinix! - Don't treat events with non-selection target range as native