tiptap/packages/extension-link/CHANGELOG.md
Philipp Kühn 5f6e81ebe7 Publish
- @tiptap/core@2.0.0-beta.53
 - @tiptap/extension-link@2.0.0-beta.15
 - @tiptap/html@2.0.0-beta.53
 - @tiptap/starter-kit@2.0.0-beta.50
2021-05-07 11:11:27 +02:00

7.2 KiB
Raw Blame History

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2.0.0-beta.15 (2021-05-07)

Features

  • add editor.getAttributes, deprecate editor.getNodeAttributes and editor.getMarkAttributes (072905c)

2.0.0-beta.14 (2021-05-07)

Bug Fixes

  • fix a bug that messed up pasted link attributes, fix #1284 (7da647d)
  • revert adding exports (bc320d0)

2.0.0-beta.13 (2021-05-06)

Bug Fixes

  • revert adding type: module (f8d6475)

2.0.0-beta.12 (2021-05-06)

Bug Fixes

  • add exports to package.json (1277fa4)

2.0.0-beta.11 (2021-05-06)

Note: Version bump only for package @tiptap/extension-link

2.0.0-beta.10 (2021-05-05)

Note: Version bump only for package @tiptap/extension-link

2.0.0-beta.9 (2021-05-05)

Features

  • add linkOnPaste option for adding a link to the current selection if the pasted content only contains an url, fix #1210 (9e9401e)

2.0.0-beta.8 (2021-04-23)

Note: Version bump only for package @tiptap/extension-link

2.0.0-beta.7 (2021-04-22)

Note: Version bump only for package @tiptap/extension-link

2.0.0-beta.6 (2021-04-21)

Note: Version bump only for package @tiptap/extension-link

2.0.0-beta.5 (2021-04-16)

Note: Version bump only for package @tiptap/extension-link

2.0.0-beta.4 (2021-04-15)

Note: Version bump only for package @tiptap/extension-link

2.0.0-beta.3 (2021-04-11)

Bug Fixes

  • fix a bug in link click handler, where we cant click on text selections. fix #263 (33c30c0)

2.0.0-beta.2 (2021-04-07)

Features

  • add priority option to extensions (bb1ae65)

2.0.0-beta.1 (2021-03-05)

Note: Version bump only for package @tiptap/extension-link

2.0.0-alpha.11 (2021-02-16)

Note: Version bump only for package @tiptap/extension-link

2.0.0-alpha.10 (2021-02-07)

Note: Version bump only for package @tiptap/extension-link

2.0.0-alpha.9 (2021-02-05)

Note: Version bump only for package @tiptap/extension-link

2.0.0-alpha.8 (2021-01-29)

Note: Version bump only for package @tiptap/extension-link

2.0.0-alpha.7 (2021-01-29)

Note: Version bump only for package @tiptap/extension-link

2.0.0-alpha.6 (2021-01-28)

Note: Version bump only for package @tiptap/extension-link

2.0.0-alpha.5 (2020-12-18)

Note: Version bump only for package @tiptap/extension-link

2.0.0-alpha.4 (2020-12-02)

Note: Version bump only for package @tiptap/extension-link

2.0.0-alpha.3 (2020-11-19)

Note: Version bump only for package @tiptap/extension-link

2.0.0-alpha.2 (2020-11-19)

Note: Version bump only for package @tiptap/extension-link

2.0.0-alpha.1 (2020-11-18)

Note: Version bump only for package @tiptap/extension-link

1.0.0-alpha.2 (2020-11-16)

Note: Version bump only for package @tiptap/extension-link

1.0.0-alpha.1 (2020-11-16)

Reverts

  • Revert "use global namespace" (0c9ce26)