slate-dom@0.114.0
- #5849
0fde537b
Thanks @12joan! - Fix: Deleting backward by a line misses 1 character (belated changeset for https://github.com/ianstormtaylor/slate/pull/5827)
slate-react@0.114.0
-
#5850
22a3dda3
Thanks @zbeyens! - - UpdateRenderLeafProps
interface to addleafPosition
property containingstart
,end
,isFirst
, andisLast
when a text node is split by decorations.- Add optional
renderText
prop to<Editable />
component for customizing text node rendering.
- Add optional
-
#5848
2c62e017
Thanks @dpolugic! - Use equalityFn in useSlateSelector during render as well
slate-dom@0.112.2
- #5792
82165125
Thanks @zhi-zhi-zhi! - fix: additional fix for previous fix: Prevent ReactEditor.toDOMRange crash in setDomSelection #5741
slate-react@0.112.1
- #5795
f456dfbf
Thanks @12joan! - Ignore selectionchange events originating from input and textarea elements (addresses Chrome bug https://issues.chromium.org/issues/389368412)