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