7.0.6 (2025-01-07)
7.0.5 (2025-01-07)
7.0.4 (2024-12-11)
7.0.3 (2024-12-02)
7.0.2 (2024-09-30)
7.0.1 (2024-09-19)
- Destroy React renderer and dropdown on Escape (4f8d5be)
7.0.0 (2024-08-28)
- 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.
6.0.11 (2024-08-23)
6.0.10 (2024-08-21)
6.0.9 (2024-08-20)
6.0.8 (2024-08-16)
6.0.7 (2024-08-14)
6.0.6 (2024-08-12)
6.0.5 (2024-08-09)
6.0.4 (2024-08-02)
6.0.3 (2024-05-13)
6.0.2 (2024-04-15)
6.0.1 (2024-04-15)
6.0.0 (2024-04-11)
- Use a wildcard export for ProseMirror model, state and view (#733)
5.0.1 (2024-04-11)
5.0.0 (2024-03-20)
- This option was unused and was not intended for consumer use. However, its removal technically constitutes a breaking change, so we have marked it accordingly.
4.0.5 (2024-03-06)
4.0.4 (2024-03-06)
4.0.3 (2024-03-06)
4.0.2 (2024-02-08)
4.0.1 (2024-02-07)
4.0.0 (2024-01-30)
- deps: update unified ecosystem dependencies (#395)
3.0.0 (2024-01-18)
- extensions: The
smartToggleBulletList
andsmartToggleOrderedList
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 theaddKeyboardShortcuts
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.
- extensions: Overwrite built-in List/Ordered toggle functions with a
smartToggle
option (#620) (059da61)
2.3.1 (2024-01-17)
2.3.0 (2024-01-17)
2.2.1 (2024-01-11)
2.2.0 (2023-11-21)
2.1.3 (2023-11-03)
2.1.2 (2023-10-19)
2.1.1 (2023-10-03)
2.1.0 (2023-09-28)
2.0.3 (2023-09-25)
2.0.2 (2023-09-14)
2.0.1 (2023-09-14)
2.0.0 (2023-09-13)
- commands: With the introduction of
insertMarkdownContentAt
, the API forinsertMarkdownContent
was changed to match the Tiptap's implementation ofinsertContent
/insertContentAt
, which theinsertMarkdown*
commands draw inspiration from.
1.5.0 (2023-09-12)
1.4.12 (2023-09-08)
1.4.11 (2023-09-08)
1.4.10 (2023-09-05)
1.4.9 (2023-09-05)
1.4.8 (2023-08-28)
1.4.7 (2023-08-24)
1.4.6 (2023-08-24)
1.4.5 (2023-08-23)
1.4.4 (2023-08-04)
1.4.3 (2023-08-04)
1.4.2 (2023-08-04)
1.4.1 (2023-08-04)
1.4.0 (2023-06-20)
1.3.2 (2023-06-19)
1.3.1 (2023-06-13)
1.3.0 (2023-06-12)
1.2.9 (2023-06-01)
1.2.8 (2023-05-30)
- This version was published by mistake because we were unware that a
revert:
commit would publish a new version. There's no difference betweenv1.2.7
andv1.2.8
, the distributed code is exactly the same.
1.2.7 (2023-05-22)
1.2.6 (2023-04-18)
1.2.5 (2023-04-10)
1.2.4 (2023-04-04)
1.2.3 (2023-04-04)
1.2.2 (2023-04-02)
1.2.1 (2023-04-01)
1.2.0 (2023-03-17)
1.1.2 (2023-03-06)
1.1.1 (2023-03-03)
1.1.0 (2023-03-02)
1.0.19 (2023-02-23)
1.0.18 (2023-02-23)
1.0.17 (2023-02-23)
1.0.16 (2023-02-22)
1.0.15 (2023-02-14)
1.0.14 (2023-02-13)
1.0.13 (2023-02-13)
1.0.12 (2023-01-06)
- html-serializer: Disables tokenizers if marks/nodes are not found in the editor schema (#86) (0ed4a9b)
1.0.11 (2022-12-21)
1.0.10 (2022-12-19)
1.0.9 (2022-12-19)
1.0.8 (2022-12-19)
1.0.7 (2022-12-14)
1.0.6 (2022-12-13)
1.0.5 (2022-12-12)
1.0.4 (2022-12-12)
1.0.3 (2022-12-08)
1.0.2 (2022-12-02)
insertMarkdownContent
didn't insert Markdown correctly in plain-text documents (#13) (74cc623)- deps: update dependency prosemirror-codemark to v0.4.2 (#34) (58938a1)
- deps: update dependency prosemirror-model to v1.18.2 (#25) (5d1fc1b)
- deps: update dependency prosemirror-model to v1.18.3 (#30) (54bfd56)
- deps: update dependency prosemirror-view to v1.29.1 (#26) (9f86a5e)
- deps: update tiptap packages to v2.0.0-beta.202 (#9) (ce43f74)
- deps: update tiptap packages to v2.0.0-beta.203 (#35) (2188bc6)
- deps: update tiptap packages to v2.0.0-beta.204 (#38) (cb5b359)
1.0.1 (2022-11-08)
- Initial Typist implementation (19451ab)