Releases: ianstormtaylor/slate
Releases · ianstormtaylor/slate
[email protected]
[email protected]
Patch Changes
- #5677
a9a70405
Thanks @WindrunnerMax! - fix unexpected event triggered when usingReactEditor.focus
[email protected]
Minor Changes
- #5676
ec9e5f0a
Thanks @ivan-sysoi! - Changed behaviour of ReactEditor.findDocumentOrShadowRoot. It returns shadow root or document without checking for the existence of the getSelection method.
[email protected]
[email protected]
Minor Changes
- #5654
2a8b4e95
Thanks @alex-starostin! - Make capitalizing work for iOS
[email protected]
Minor Changes
- #5648
0bb7be54
Thanks @MahmoudElsayad! - Fix Safari selection inside Shadow DOM.
[email protected]
Minor Changes
- #5621
d271c4be
Thanks @felixfeng33! - Add ashouldMergeNodesRemovePrevNode
editor method to control whenTransforms.mergeNodes
should remove the previous node rather than carrying out a merge operation.
Patch Changes
- #5620
4470f370
Thanks @JohnCosta27! - MakingnormalizeNode
capable of normalizing erronous nodes, making slate more resilient.