Skip to content

Releases: ianstormtaylor/slate

[email protected]

12 Aug 11:54
c3a4e1e
Compare
Choose a tag to compare

Minor Changes

[email protected]

16 Jul 09:28
6548197
Compare
Choose a tag to compare

Patch Changes

[email protected]

08 Jul 17:52
5838e36
Compare
Choose a tag to compare

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]

25 Jun 11:11
97c88db
Compare
Choose a tag to compare

Minor Changes

Patch Changes

  • #5664 0016f984 Thanks @12joan! - Fix: state.isDraggingInternally is stale if a drop handler outside the editor causes the dragged DOM element to unmount

[email protected]

04 Jun 15:50
f3be9f1
Compare
Choose a tag to compare

Minor Changes

[email protected]

15 May 22:50
9ee604e
Compare
Choose a tag to compare

Minor Changes

[email protected]

21 Apr 20:22
b48f1d6
Compare
Choose a tag to compare

Minor Changes

  • #5621 d271c4be Thanks @felixfeng33! - Add a shouldMergeNodesRemovePrevNode editor method to control when Transforms.mergeNodes should remove the previous node rather than carrying out a merge operation.

Patch Changes

  • #5620 4470f370 Thanks @JohnCosta27! - Making normalizeNode capable of normalizing erronous nodes, making slate more resilient.

[email protected]

07 Feb 12:09
b04b7e0
Compare
Choose a tag to compare

Minor Changes

[email protected]

07 Feb 12:09
b04b7e0
Compare
Choose a tag to compare

Patch Changes

  • #5541 c2ae1eda Thanks @12joan! - Do not move selection outside inline node when composition starts

[email protected]

24 Jan 14:12
f5253cd
Compare
Choose a tag to compare

Patch Changes

  • #5593 54594d0f Thanks @12joan! - Fix: Calling ReactEditor.focus doesn't update useFocused when running in @testing-library/react