slate-react@0.65.3
Patch Changes
-
#4175
bde6e804Thanks @gyh9457! - Fixed a bug in the memoization logic for the leaves of text nodes. -
#4394
01889807Thanks @jaked! - fix bug where decorate is not called on immediate children of editor -
#4049
6c844227Thanks @ulion! - Fix ios chrome ime double input issue. -
#4427
3f69a9f3Thanks @ben10code! - Fix crash when unmounting an editor rendered within a React portal. The issue was arising at unmount time, becausegetRootNodereturned the dettached portal node and it is not an instance ofDocumentorShadowRoot. As a fix,getDocumentOrShadowRoothas been refactored to return a root node instead of throwing. In sum, this patch fixes a regression bug introduced by #3749 -
#4369
c217dbb5Thanks @thesunny! - Scroll when inserting new text will now scroll parent scrollables -
#4333
e0776c5cThanks @dylans! - Allow setFragmentData to work without copy/paste or DnD data structure -
#4421
237edc6eThanks @jaked! - fix decorate bug (#4277) without adding extra layers of render tree -
#4347
46c8871cThanks @aiwenar! - Re-render leaf when new properties were added to it -
#4352
4b373dc2Thanks @hueyhe! - Do not display placeholder when composing