Skip to content

Releases: Doist/typist

v4.0.4

06 Mar 10:52

Choose a tag to compare

4.0.4 (2024-03-06)

Bug Fixes

  • deps: update tiptap packages to v2.2.4 (#660) (b603996)

v4.0.3

06 Mar 10:03

Choose a tag to compare

4.0.3 (2024-03-06)

Bug Fixes

  • deps: update dependency hast-util-is-element to v3 (#683) (97c6428)

v4.0.2

08 Feb 16:20

Choose a tag to compare

4.0.2 (2024-02-08)

Bug Fixes

  • bold-and-italics: Disallow only whitespace in the markdown shortcuts (#651) (4c740dd)

v4.0.1

07 Feb 12:10

Choose a tag to compare

4.0.1 (2024-02-07)

Bug Fixes

  • deps: update tiptap packages to v2.2.1 (#643) (0abbe97)

v4.0.0

30 Jan 10:50

Choose a tag to compare

4.0.0 (2024-01-30)

⚠ BREAKING CHANGES

  • deps: update unified ecosystem dependencies (#395)

Bug Fixes

  • deps: update unified ecosystem dependencies (#395) (e97ad83)

v3.0.0

18 Jan 16:04

Choose a tag to compare

3.0.0 (2024-01-18)

⚠ BREAKING CHANGES

  • extensions: The smartToggleBulletList and
    smartToggleOrderedList commands were renamed to have the same name as
    the built-in toggle functions so that they can easily be used by the
    default keyboard shortcuts without having to change the
    addKeyboardShortcuts function.

The BulletList and OrderedList extensions now take an additional
option, smartToggle (default: false), that indicates whether hard
breaks should be replaced by paragraphs before toggling the
selection into a bullet/ordered list, or not.

Features

  • extensions: Overwrite built-in List/Ordered toggle functions with a smartToggle option (#620) (059da61)

v2.3.1

17 Jan 20:14

Choose a tag to compare

2.3.1 (2024-01-17)

Bug Fixes

  • commands: Restore built-in toggleBulletList and toggleOrderedList (#613) (4c4a0dc)

v2.3.0

17 Jan 19:54

Choose a tag to compare

2.3.0 (2024-01-17)

Features

  • commands: Add smartToggleBulletList and smartToggleOrderedList (#612) (e5dcc8b)

v2.2.1

11 Jan 14:51

Choose a tag to compare

2.2.1 (2024-01-11)

Bug Fixes

  • deps: update tiptap packages to v2.1.13 (#554) (e89007b)

v2.2.0

21 Nov 11:53

Choose a tag to compare

2.2.0 (2023-11-21)

Features