Skip to content

Releases: Doist/typist

v7.0.4

11 Dec 14:16
Compare
Choose a tag to compare

7.0.4 (2024-12-11)

Bug Fixes

  • Check table element before pasting it as a string (#977) (954568e)

v7.0.3

02 Dec 12:13
Compare
Choose a tag to compare

7.0.3 (2024-12-02)

Bug Fixes

  • deps: update tiptap packages to v2.10.3 (#920) (0328b9d)

v7.0.2

30 Sep 14:35
Compare
Choose a tag to compare

7.0.2 (2024-09-30)

Bug Fixes

  • deps: update tiptap packages to v2.7.2 (#909) (910d1e1)

v7.0.1

19 Sep 14:49
Compare
Choose a tag to compare

7.0.1 (2024-09-19)

Bug Fixes

  • Destroy React renderer and dropdown on Escape (4f8d5be)

v7.0.0

28 Aug 15:30
Compare
Choose a tag to compare

7.0.0 (2024-08-28)

⚠ BREAKING CHANGES

  • Fix TypeScript types for the Suggestion plugin
    command function (allowing for generic override).

Although this was not causing any issues for us due to the convoluted
implementation, the same fix was recently applied to Tiptap, and this
aligns our suggestion factory function implementation with the original
one. Unfortunately, this comes as a breaking change (examples were also
updated to reflect the required changes).

Additionally, other smaller TypeScript types were refactored for
consistency and clarity, but these are safe changes.

Code Refactoring

  • General improvements for TypeScript types (#883) (b235eaf)

v6.0.11

23 Aug 12:27
Compare
Choose a tag to compare

6.0.11 (2024-08-23)

Bug Fixes

  • deps: update tiptap packages to v2.6.6 (#882) (691e909)

v6.0.10

21 Aug 08:47
Compare
Choose a tag to compare

6.0.10 (2024-08-21)

Bug Fixes

  • deps: update tiptap packages to v2.6.5 (#881) (b72cf19)

v6.0.9

20 Aug 15:25
Compare
Choose a tag to compare

6.0.9 (2024-08-20)

Bug Fixes

  • deps: update tiptap packages to v2.6.4 (#875) (a28caac)

v6.0.8

16 Aug 19:34
Compare
Choose a tag to compare

6.0.8 (2024-08-16)

Bug Fixes

  • Empty list items returns incorrectly formatted Markdown (#874) (9c8bcb5)

v6.0.7

14 Aug 08:36
Compare
Choose a tag to compare

6.0.7 (2024-08-14)

Bug Fixes

  • deps: update tiptap packages to v2.6.2 (#872) (f75fb41)