Skip to content

Latest commit

 

History

History
488 lines (254 loc) · 24.6 KB

CHANGELOG.md

File metadata and controls

488 lines (254 loc) · 24.6 KB

6.0.2 (2024-04-15)

Bug Fixes

  • rich-text-link: Change openOnClick default to whenNotEditable (#744) (db729d4)

6.0.1 (2024-04-15)

Bug Fixes

  • deps: update tiptap packages to v2.3.0 (#736) (bbf77a8)

6.0.0 (2024-04-11)

⚠ BREAKING CHANGES

  • Use a wildcard export for ProseMirror model, state and view (#733)

Code Refactoring

  • Use a wildcard export for ProseMirror model, state and view (#733) (496e976)

5.0.1 (2024-04-11)

Bug Fixes

  • deps: update tiptap packages to v2.2.5 (#732) (f1fc6d3)

5.0.0 (2024-03-20)

⚠ BREAKING CHANGES

  • 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.

Miscellaneous Chores

  • Remove unused onImageNodeDelete option (#702) (ebd0678)

4.0.5 (2024-03-06)

Bug Fixes

  • Prevent extra blank lines on list items (#685) (b538ebe)

4.0.4 (2024-03-06)

Bug Fixes

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

4.0.3 (2024-03-06)

Bug Fixes

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

4.0.2 (2024-02-08)

Bug Fixes

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

4.0.1 (2024-02-07)

Bug Fixes

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

4.0.0 (2024-01-30)

⚠ BREAKING CHANGES

  • deps: update unified ecosystem dependencies (#395)

Bug Fixes

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

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)

2.3.1 (2024-01-17)

Bug Fixes

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

2.3.0 (2024-01-17)

Features

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

2.2.1 (2024-01-11)

Bug Fixes

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

2.2.0 (2023-11-21)

Features

2.1.3 (2023-11-03)

Bug Fixes

  • deps: update tiptap packages to v2.1.12 (#488) (63c619c)

2.1.2 (2023-10-19)

Bug Fixes

  • Change emDelimiter to * to fix having only part of word in italic (#490) (7496ff2)

2.1.1 (2023-10-03)

Bug Fixes

  • deps: update tiptap packages to v2.1.11 (#462) (80d86e7)

2.1.0 (2023-09-28)

Features

  • add support for Node v20 and npm v10 (#465) (8e3c1b3)

2.0.3 (2023-09-25)

Bug Fixes

  • deps: update tiptap packages to v2.1.10 (#447) (9ed0371)

2.0.2 (2023-09-14)

Bug Fixes

  • Update ProseMirror imports to @tiptap/pm/* packages (#443) (48e42e8)

2.0.1 (2023-09-14)

Bug Fixes

  • commands: Buggy insertMarkdownContentAt implementation (#442) (b9667f9)

2.0.0 (2023-09-13)

⚠ BREAKING CHANGES

  • commands: With the introduction of insertMarkdownContentAt, the API for insertMarkdownContent was changed to match the Tiptap's implementation of insertContent/insertContentAt, which the insertMarkdown* commands draw inspiration from.

Features

  • commands: Add insertMarkdownContentAt command (#439) (e87b892)

1.5.0 (2023-09-12)

Features

1.4.12 (2023-09-08)

Bug Fixes

  • Hyperlink a text selection when pasting a valid URL (#435) (999455e)

1.4.11 (2023-09-08)

Bug Fixes

  • Remove handlePaste escape when clipboard holds multiple types (#434) (4395051)

1.4.10 (2023-09-05)

Bug Fixes

  • deps: update tiptap packages to v2.1.8 (#427) (c3f34bb)

1.4.9 (2023-09-05)

Bug Fixes

  • rich-text-kit: Allow the ListKeymap extension to be configured (#426) (7d789bb)

1.4.8 (2023-08-28)

Bug Fixes

  • rich-text-link: Markdown pasting broken with conflicting linkOnPaste option (#411) (2df2ba9)

1.4.7 (2023-08-24)

Bug Fixes

  • deps: update tiptap packages to v2.1.7 (#407) (0df2f58)

1.4.6 (2023-08-24)

Bug Fixes

  • deps: revert update gfm strikethrough and autolink literal packages to v1 (#408) (c231d95)

1.4.5 (2023-08-23)

Bug Fixes

  • deps: update tiptap packages to v2.1.6 (#398) (08d1f6a)

1.4.4 (2023-08-04)

Bug Fixes

  • deps: update gfm autolink literal packages to v2 (major) (#378) (d5b0e37)

1.4.3 (2023-08-04)

Bug Fixes

  • deps: update gfm strikethrough packages to v2 (major) (#379) (6b99f9d)

1.4.2 (2023-08-04)

Bug Fixes

  • deps: update dependency unist-util-remove to v4 (#380) (31d7f63)

1.4.1 (2023-08-04)

Bug Fixes

  • deps: update tiptap packages to v2.0.4 (#374) (83c8049)

1.4.0 (2023-06-20)

Features

  • Allow all marks to coexist with the Code mark (#309) (ac06735)

1.3.2 (2023-06-19)

Bug Fixes

  • Extra paragraph node inserted above an Horizontal Rule (#313) (3852309)

1.3.1 (2023-06-13)

Bug Fixes

  • Add support for literal autolinks (GFM based) (#303) (4537091)

1.3.0 (2023-06-12)

Features

  • Add the PasteHTMLTableAsString extension (#290) (ee90014)

1.2.9 (2023-06-01)

Bug Fixes

  • html-serializer: Don't share instances between editors (#275) (3aba8c7)

1.2.8 (2023-05-30)

Notes

  • This version was published by mistake because we were unware that a revert: commit would publish a new version. There's no difference between v1.2.7 and v1.2.8, the distributed code is exactly the same.

1.2.7 (2023-05-22)

Bug Fixes

  • paste-markdown: Incorrect paste behaviour when HTML source is VSCode (#260) (3326796)

1.2.6 (2023-04-18)

Bug Fixes

  • deps: update tiptap packages to v2.0.3 (#226) (a1953b0)

1.2.5 (2023-04-10)

Bug Fixes

  • deps: update tiptap packages to v2.0.2 (#212) (200b339)

1.2.4 (2023-04-04)

Bug Fixes

  • deps: update tiptap packages to v2.0.1 (#201) (e31cb2f)

1.2.3 (2023-04-04)

Bug Fixes

  • deps: update tiptap packages to v2.0.0 (#198) (fe4aa82)

1.2.2 (2023-04-02)

Bug Fixes

  • deps: update tiptap packages to v2.0.0-rc.2 (#195) (8753f13)

1.2.1 (2023-04-01)

Bug Fixes

  • deps: update tiptap packages to v2.0.0-rc.1 (#192) (26d090a)

1.2.0 (2023-03-17)

Features

  • serializers: Add get* functions for reusable singular instances (#88) (b2c77c3)

1.1.2 (2023-03-06)

Bug Fixes

  • deps: update tiptap packages to v2.0.0-beta.220 (#158) (c7fc3d8)

1.1.1 (2023-03-03)

Bug Fixes

  • Invalid hasCodeMarkBefore check in canInsertSuggestion utility function (#156) (21826c5)

1.1.0 (2023-03-02)

Features

  • Disallow suggestions inside inline code marks and code blocks (#154) (7d75314)

1.0.19 (2023-02-23)

Bug Fixes

  • deps: update tiptap packages to v2.0.0-beta.218 (#148) (0e9e179)

1.0.18 (2023-02-23)

Bug Fixes

  • deps: Migrate ProseMirror dependencies to @tiptap/pm package (#151) (d2a8eae)

1.0.17 (2023-02-23)

Bug Fixes

  • markdown-serializer: Override Turndown escaping behaviour with custom rules (#102) (6950afb)

1.0.16 (2023-02-22)

Bug Fixes

  • Replace usage of useEvent with useCallback (#98) (3b175f7)

1.0.15 (2023-02-14)

Bug Fixes

  • deps: update tiptap packages to v2.0.0-beta.217 (#136) (eebba15)

1.0.14 (2023-02-13)

Bug Fixes

  • deps: update tiptap packages to v2.0.0-beta.216 (#135) (3d31a2e)

1.0.13 (2023-02-13)

Bug Fixes

  • deps: update tiptap packages to v2.0.0-beta.215 (#129) (af22d22)

1.0.12 (2023-01-06)

Bug Fixes

  • html-serializer: Disables tokenizers if marks/nodes are not found in the editor schema (#86) (0ed4a9b)

1.0.11 (2022-12-21)

Bug Fixes

  • deps: update tiptap packages to v2.0.0-beta.209 (#75) (97a41c5)

1.0.10 (2022-12-19)

Bug Fixes

  • Add required ProseMirror dependencies to package (#73) (cd605c0)

1.0.9 (2022-12-19)

Bug Fixes

  • rich-text-link: More lenient regex for input/paste rule (#72) (98e363f)

1.0.8 (2022-12-19)

Bug Fixes

  • factories: Allow alphanumeric IDs for suggestion nodes in createSuggestionExtension (#66) (a1726a6)

1.0.7 (2022-12-14)

Bug Fixes

  • deps: update tiptap packages to v2.0.0-beta.207 (#63) (da9889f)

1.0.6 (2022-12-13)

Bug Fixes

  • deps: update tiptap packages to v2.0.0-beta.206 (#59) (27e0f26)

1.0.5 (2022-12-12)

Bug Fixes

  • Remove unused Tippy.js peer dependency (#56) (85f87a5)

1.0.4 (2022-12-12)

Bug Fixes

  • deps: update tiptap packages to v2.0.0-beta.205 (#54) (2074402)

1.0.3 (2022-12-08)

Bug Fixes

  • docs: correct the render function name (#50) (45dd681)

1.0.2 (2022-12-02)

Bug Fixes

  • 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)

Bug Fixes

  • Add support for query params in RichTextLink extension (#4) (9fac158)

1.0.0 (2022-11-04)

Features

  • Initial Typist implementation (19451ab)

Bug Fixes

  • deps: update tiptap packages to v2.0.0-beta.200 (#3) (6e977a9)