2020-11-17 05:40:37 +08:00
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits ](https://conventionalcommits.org ) for commit guidelines.
2023-08-11 11:32:03 +08:00
# [2.1.0-rc.14](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.13...v2.1.0-rc.14) (2023-08-11)
**Note:** Version bump only for package @tiptap/extension -link
2023-08-11 09:13:45 +08:00
# [2.1.0-rc.13](https://github.com/ueberdosis/tiptap/compare/v2.0.4...v2.1.0-rc.13) (2023-08-11)
### Bug Fixes
* **link:** Fix autolinking and pasting ([#4292](https://github.com/ueberdosis/tiptap/issues/4292)) ([a2ce734](https://github.com/ueberdosis/tiptap/commit/a2ce734d681039fd61d402987e0842ddef6af595))
# [2.1.0-rc.12](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.11...v2.1.0-rc.12) (2023-07-14)
# [2.1.0-rc.11](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.10...v2.1.0-rc.11) (2023-07-07)
# [2.1.0-rc.10](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.9...v2.1.0-rc.10) (2023-07-07)
### Bug Fixes
* do not use window.open for links in readonly mode ([#4073](https://github.com/ueberdosis/tiptap/issues/4073)) ([4bca77e](https://github.com/ueberdosis/tiptap/commit/4bca77e4e9c96596d584cf71b8d831dc2ab0a421))
* **extension-link:** fixes link going to wrong url ([#4078](https://github.com/ueberdosis/tiptap/issues/4078)) ([3053865](https://github.com/ueberdosis/tiptap/commit/30538654752ab3ded6e56c869745ccacc8cdeabc))
* **link:** Prevent auto-linking when typing URL inside inline code mark ([#4160](https://github.com/ueberdosis/tiptap/issues/4160)) ([b24df3a](https://github.com/ueberdosis/tiptap/commit/b24df3aa4c2f3fdb2ed6122d2d32fb7c4e07f2af))
# [2.1.0-rc.9](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.8...v2.1.0-rc.9) (2023-06-15)
# [2.1.0-rc.8](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.7...v2.1.0-rc.8) (2023-05-25)
# [2.1.0-rc.5](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.4...v2.1.0-rc.5) (2023-05-25)
### Bug Fixes
* **extension-link:** fix paste handling ([d19267e](https://github.com/ueberdosis/tiptap/commit/d19267ecefabf08e4bd27c52424ed83991ce7270))
# [2.1.0-rc.4](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.3...v2.1.0-rc.4) (2023-04-27)
### Bug Fixes
* **link:** fix links autolinking when not needed ([#3989](https://github.com/ueberdosis/tiptap/issues/3989)) ([71946c1](https://github.com/ueberdosis/tiptap/commit/71946c18accf8a2e8192951de870f84e25f58ed5))
# [2.1.0-rc.3](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.2...v2.1.0-rc.3) (2023-04-26)
# [2.1.0-rc.2](https://github.com/ueberdosis/tiptap/compare/v2.0.3...v2.1.0-rc.2) (2023-04-26)
### Bug Fixes
* **extension-link:** fix link not being kept when pasting url with link ([#3975](https://github.com/ueberdosis/tiptap/issues/3975)) ([e7d7d49](https://github.com/ueberdosis/tiptap/commit/e7d7d496376c8c11e24c342e20bd179a6ea7dcee))
# [2.1.0-rc.1](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.0...v2.1.0-rc.1) (2023-04-12)
# [2.1.0-rc.0](https://github.com/ueberdosis/tiptap/compare/v2.0.2...v2.1.0-rc.0) (2023-04-05)
### Bug Fixes
* Update peerDependencies to fix lerna version tasks ([#3914](https://github.com/ueberdosis/tiptap/issues/3914)) ([0c1bba3](https://github.com/ueberdosis/tiptap/commit/0c1bba3137b535776bcef95ff3c55e13f5a2db46))
2023-07-14 12:08:29 +08:00
# [2.1.0-rc.12](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.11...v2.1.0-rc.12) (2023-07-14)
**Note:** Version bump only for package @tiptap/extension -link
2023-07-07 22:22:50 +08:00
# [2.1.0-rc.11](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.10...v2.1.0-rc.11) (2023-07-07)
**Note:** Version bump only for package @tiptap/extension -link
2023-07-07 21:58:26 +08:00
# [2.1.0-rc.10](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.9...v2.1.0-rc.10) (2023-07-07)
### Bug Fixes
* do not use window.open for links in readonly mode ([#4073](https://github.com/ueberdosis/tiptap/issues/4073)) ([4bca77e](https://github.com/ueberdosis/tiptap/commit/4bca77e4e9c96596d584cf71b8d831dc2ab0a421))
* **extension-link:** fixes link going to wrong url ([#4078](https://github.com/ueberdosis/tiptap/issues/4078)) ([3053865](https://github.com/ueberdosis/tiptap/commit/30538654752ab3ded6e56c869745ccacc8cdeabc))
* **link:** Prevent auto-linking when typing URL inside inline code mark ([#4160](https://github.com/ueberdosis/tiptap/issues/4160)) ([b24df3a](https://github.com/ueberdosis/tiptap/commit/b24df3aa4c2f3fdb2ed6122d2d32fb7c4e07f2af))
2023-06-15 17:52:59 +08:00
# [2.1.0-rc.9](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.8...v2.1.0-rc.9) (2023-06-15)
**Note:** Version bump only for package @tiptap/extension -link
2023-05-26 00:59:12 +08:00
# [2.1.0-rc.8](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.7...v2.1.0-rc.8) (2023-05-25)
**Note:** Version bump only for package @tiptap/extension -link
2023-05-25 23:57:40 +08:00
# [2.1.0-rc.7](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.6...v2.1.0-rc.7) (2023-05-25)
**Note:** Version bump only for package @tiptap/extension -link
# [2.1.0-rc.6](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.5...v2.1.0-rc.6) (2023-05-25)
**Note:** Version bump only for package @tiptap/extension -link
2023-05-25 20:29:15 +08:00
# [2.1.0-rc.5](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.4...v2.1.0-rc.5) (2023-05-25)
### Bug Fixes
* **extension-link:** fix paste handling ([d19267e](https://github.com/ueberdosis/tiptap/commit/d19267ecefabf08e4bd27c52424ed83991ce7270))
2023-04-27 18:03:37 +08:00
# [2.1.0-rc.4](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.3...v2.1.0-rc.4) (2023-04-27)
### Bug Fixes
* **link:** fix links autolinking when not needed ([#3989](https://github.com/ueberdosis/tiptap/issues/3989)) ([71946c1](https://github.com/ueberdosis/tiptap/commit/71946c18accf8a2e8192951de870f84e25f58ed5))
2023-04-26 22:09:42 +08:00
# [2.1.0-rc.3](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.2...v2.1.0-rc.3) (2023-04-26)
**Note:** Version bump only for package @tiptap/extension -link
2023-04-26 20:19:13 +08:00
# [2.1.0-rc.2](https://github.com/ueberdosis/tiptap/compare/v2.0.3...v2.1.0-rc.2) (2023-04-26)
### Bug Fixes
* **extension-link:** fix link not being kept when pasting url with link ([#3975](https://github.com/ueberdosis/tiptap/issues/3975)) ([e7d7d49](https://github.com/ueberdosis/tiptap/commit/e7d7d496376c8c11e24c342e20bd179a6ea7dcee))
# [2.1.0-rc.1](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.0...v2.1.0-rc.1) (2023-04-12)
# [2.1.0-rc.0](https://github.com/ueberdosis/tiptap/compare/v2.0.2...v2.1.0-rc.0) (2023-04-05)
### Bug Fixes
* Update peerDependencies to fix lerna version tasks ([#3914](https://github.com/ueberdosis/tiptap/issues/3914)) ([0c1bba3](https://github.com/ueberdosis/tiptap/commit/0c1bba3137b535776bcef95ff3c55e13f5a2db46))
2023-04-12 22:01:57 +08:00
# [2.1.0-rc.1](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.0...v2.1.0-rc.1) (2023-04-12)
**Note:** Version bump only for package @tiptap/extension -link
2023-04-05 21:00:54 +08:00
# [2.1.0-rc.0](https://github.com/ueberdosis/tiptap/compare/v2.0.2...v2.1.0-rc.0) (2023-04-05)
**Note:** Version bump only for package @tiptap/extension -link
2023-04-13 20:00:40 +08:00
2023-04-13 18:58:21 +08:00
## [2.0.3](https://github.com/ueberdosis/tiptap/compare/v2.0.2...v2.0.3) (2023-04-13)
**Note:** Version bump only for package @tiptap/extension -link
2023-04-03 23:31:16 +08:00
## [2.0.2](https://github.com/ueberdosis/tiptap/compare/v2.0.1...v2.0.2) (2023-04-03)
**Note:** Version bump only for package @tiptap/extension -link
2023-03-30 18:42:00 +08:00
## [2.0.1](https://github.com/ueberdosis/tiptap/compare/v2.0.0...v2.0.1) (2023-03-30)
### Bug Fixes
* Update peerDependencies to fix lerna version tasks ([#3914](https://github.com/ueberdosis/tiptap/issues/3914)) ([0534f76](https://github.com/ueberdosis/tiptap/commit/0534f76401bf5399c01ca7f39d87f7221d91b4f7))
2023-02-28 18:11:02 +08:00
# [2.0.0-beta.220](https://github.com/ueberdosis/tiptap/compare/v2.0.0-beta.219...v2.0.0-beta.220) (2023-02-28)
**Note:** Version bump only for package @tiptap/extension -link
2023-02-28 04:42:53 +08:00
# [2.0.0-beta.219](https://github.com/ueberdosis/tiptap/compare/v2.0.0-beta.218...v2.0.0-beta.219) (2023-02-27)
**Note:** Version bump only for package @tiptap/extension -link
2023-02-19 00:42:09 +08:00
# [2.0.0-beta.218](https://github.com/ueberdosis/tiptap/compare/v2.0.0-beta.217...v2.0.0-beta.218) (2023-02-18)
### Bug Fixes
* **extension-link:** Click handler opens selected link instead of clicked link ([#3732](https://github.com/ueberdosis/tiptap/issues/3732)) ([6997bca](https://github.com/ueberdosis/tiptap/commit/6997bcad6b60f78122c605656500c63c96ea2faa))
2023-02-09 16:12:53 +08:00
# [2.0.0-beta.217](https://github.com/ueberdosis/tiptap/compare/v2.0.0-beta.216...v2.0.0-beta.217) (2023-02-09)
**Note:** Version bump only for package @tiptap/extension -link
2023-02-09 00:03:14 +08:00
# [2.0.0-beta.216](https://github.com/ueberdosis/tiptap/compare/v2.0.0-beta.215...v2.0.0-beta.216) (2023-02-08)
**Note:** Version bump only for package @tiptap/extension -link
2023-02-08 18:51:32 +08:00
# [2.0.0-beta.215](https://github.com/ueberdosis/tiptap/compare/v2.0.0-beta.214...v2.0.0-beta.215) (2023-02-08)
### Bug Fixes
* fix builds including prosemirror ([a380ec4](https://github.com/ueberdosis/tiptap/commit/a380ec41d198ebacc80cea9e79b0a8aa3092618a))
2023-02-08 18:13:13 +08:00
# [2.0.0-beta.214](https://github.com/ueberdosis/tiptap/compare/v2.0.0-beta.213...v2.0.0-beta.214) (2023-02-08)
**Note:** Version bump only for package @tiptap/extension -link
2023-02-07 16:42:41 +08:00
# [2.0.0-beta.213](https://github.com/ueberdosis/tiptap/compare/v2.0.0-beta.212...v2.0.0-beta.213) (2023-02-07)
**Note:** Version bump only for package @tiptap/extension -link
2023-02-03 08:47:24 +08:00
# [2.0.0-beta.212](https://github.com/ueberdosis/tiptap/compare/v2.0.0-beta.211...v2.0.0-beta.212) (2023-02-03)
**Note:** Version bump only for package @tiptap/extension -link
2023-02-03 01:13:23 +08:00
# [2.0.0-beta.211](https://github.com/ueberdosis/tiptap/compare/v2.0.0-beta.210...v2.0.0-beta.211) (2023-02-02)
**Note:** Version bump only for package @tiptap/extension -link
2023-02-03 00:39:06 +08:00
# [2.0.0-beta.210](https://github.com/ueberdosis/tiptap/compare/v2.0.0-beta.209...v2.0.0-beta.210) (2023-02-02)
### Features
* **pm:** new prosemirror package for dependency resolving ([f387ad3](https://github.com/ueberdosis/tiptap/commit/f387ad3dd4c2b30eaea33fb0ba0b42e0cd39263b))
2022-12-16 20:44:12 +08:00
# [2.0.0-beta.209](https://github.com/ueberdosis/tiptap/compare/v2.0.0-beta.208...v2.0.0-beta.209) (2022-12-16)
**Note:** Version bump only for package @tiptap/extension -link
2022-12-16 19:52:17 +08:00
# [2.0.0-beta.208](https://github.com/ueberdosis/tiptap/compare/v2.0.0-beta.207...v2.0.0-beta.208) (2022-12-16)
**Note:** Version bump only for package @tiptap/extension -link
2022-12-09 00:25:53 +08:00
# [2.0.0-beta.207](https://github.com/ueberdosis/tiptap/compare/v2.0.0-beta.206...v2.0.0-beta.207) (2022-12-08)
**Note:** Version bump only for package @tiptap/extension -link
2022-12-08 18:55:29 +08:00
# [2.0.0-beta.206](https://github.com/ueberdosis/tiptap/compare/v2.0.0-beta.205...v2.0.0-beta.206) (2022-12-08)
**Note:** Version bump only for package @tiptap/extension -link
2022-12-05 16:14:57 +08:00
# [2.0.0-beta.205](https://github.com/ueberdosis/tiptap/compare/v2.0.0-beta.204...v2.0.0-beta.205) (2022-12-05)
### Bug Fixes
* **link:** allow to unset target attribute ([#3425](https://github.com/ueberdosis/tiptap/issues/3425)) ([1c3568d](https://github.com/ueberdosis/tiptap/commit/1c3568dcd978a7eb784cde69d4e9962f612cbe35)), closes [#3276 ](https://github.com/ueberdosis/tiptap/issues/3276 )
2022-11-25 22:27:27 +08:00
# [2.0.0-beta.204](https://github.com/ueberdosis/tiptap/compare/v2.0.0-beta.203...v2.0.0-beta.204) (2022-11-25)
### Bug Fixes
* **core:** rename esm modules to esm.js ([c1a0c3a](https://github.com/ueberdosis/tiptap/commit/c1a0c3ae43baac9dd5ed90903d3a0d4eaeea7702))
2022-11-24 23:11:10 +08:00
# [2.0.0-beta.203](https://github.com/ueberdosis/tiptap/compare/v2.0.0-beta.202...v2.0.0-beta.203) (2022-11-24)
**Note:** Version bump only for package @tiptap/extension -link
2022-11-05 05:05:08 +08:00
# [2.0.0-beta.202](https://github.com/ueberdosis/tiptap/compare/v2.0.0-beta.201...v2.0.0-beta.202) (2022-11-04)
**Note:** Version bump only for package @tiptap/extension -link
2022-11-05 01:23:50 +08:00
# [2.0.0-beta.201](https://github.com/ueberdosis/tiptap/compare/v2.0.0-beta.200...v2.0.0-beta.201) (2022-11-04)
**Note:** Version bump only for package @tiptap/extension -link
2022-11-04 19:33:51 +08:00
# [2.0.0-beta.200](https://github.com/ueberdosis/tiptap/compare/v2.0.0-beta.199...v2.0.0-beta.200) (2022-11-04)
**Note:** Version bump only for package @tiptap/extension -link
2022-09-30 10:43:37 +08:00
# [2.0.0-beta.199](https://github.com/ueberdosis/tiptap/compare/v2.0.0-beta.198...v2.0.0-beta.199) (2022-09-30)
### Bug Fixes
* **extension/link:** :bug: fix last word value not being passed through when undefined ([#3258](https://github.com/ueberdosis/tiptap/issues/3258)) ([69923e2](https://github.com/ueberdosis/tiptap/commit/69923e2b0e1eff4e8bd6aab5f39c37f8ac8864cb))
2022-09-29 21:20:55 +08:00
# [2.0.0-beta.198](https://github.com/ueberdosis/tiptap/compare/v2.0.0-beta.197...v2.0.0-beta.198) (2022-09-29)
### Bug Fixes
* **link:** ensure text blocks exist before referencing them ([#3251](https://github.com/ueberdosis/tiptap/issues/3251)) ([539afce](https://github.com/ueberdosis/tiptap/commit/539afce4fd840941fc2335bf5843e6811b921674)), closes [#3250 ](https://github.com/ueberdosis/tiptap/issues/3250 )
2022-09-26 21:26:23 +08:00
# [2.0.0-beta.197](https://github.com/ueberdosis/tiptap/compare/v2.0.0-beta.196...v2.0.0-beta.197) (2022-09-26)
**Note:** Version bump only for package @tiptap/extension -link
2022-09-21 06:49:19 +08:00
# [2.0.0-beta.196](https://github.com/ueberdosis/tiptap/compare/v2.0.0-beta.195...v2.0.0-beta.196) (2022-09-20)
### Bug Fixes
* **types:** fix link and table type errors ([#3208](https://github.com/ueberdosis/tiptap/issues/3208)) ([ae13cf6](https://github.com/ueberdosis/tiptap/commit/ae13cf61ad0ead942515d8c597f96a4b4d026412))
2022-09-14 08:10:19 +08:00
# [2.0.0-beta.195](https://github.com/ueberdosis/tiptap/compare/v2.0.0-beta.194...v2.0.0-beta.195) (2022-09-14)
**Note:** Version bump only for package @tiptap/extension -link
2022-09-11 17:11:52 +08:00
# [2.0.0-beta.194](https://github.com/ueberdosis/tiptap/compare/v2.0.0-beta.193...v2.0.0-beta.194) (2022-09-11)
**Note:** Version bump only for package @tiptap/extension -link
2022-06-27 16:50:35 +08:00
# [2.0.0-beta.43](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-link@2.0.0-beta.42...@tiptap/extension-link@2.0.0-beta.43) (2022-06-27)
**Note:** Version bump only for package @tiptap/extension -link
2022-06-20 19:22:53 +08:00
# [2.0.0-beta.42](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-link@2.0.0-beta.41...@tiptap/extension-link@2.0.0-beta.42) (2022-06-20)
**Note:** Version bump only for package @tiptap/extension -link
2022-06-17 16:11:06 +08:00
# [2.0.0-beta.41](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-link@2.0.0-beta.39...@tiptap/extension-link@2.0.0-beta.41) (2022-06-17)
### Reverts
* Revert "Publish" ([9c38d27](https://github.com/ueberdosis/tiptap/commit/9c38d2713e6feac5645ad9c1bfc57abdbf054576))
2022-06-17 15:57:51 +08:00
# [2.0.0-beta.39](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-link@2.0.0-beta.39...@tiptap/extension-link@2.0.0-beta.39) (2022-06-17)
### Reverts
* Revert "Publish" ([9c38d27](https://github.com/ueberdosis/tiptap/commit/9c38d2713e6feac5645ad9c1bfc57abdbf054576))
2022-05-18 16:53:18 +08:00
# [2.0.0-beta.38](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-link@2.0.0-beta.37...@tiptap/extension-link@2.0.0-beta.38) (2022-05-18)
### Bug Fixes
* **extension-link:** :bug: fix auto link validation not working on paste ([3a3eb53](https://github.com/ueberdosis/tiptap/commit/3a3eb5311c6fbf1c1000a099d21bb47c71370375))
### Features
* **extension-link:** :sparkles: add validate option to link extension ([23e67ad](https://github.com/ueberdosis/tiptap/commit/23e67adfa730df7364bc31220d0ed0e8ea522593)), closes [#2779 ](https://github.com/ueberdosis/tiptap/issues/2779 )
2022-04-28 04:50:51 +08:00
# [2.0.0-beta.37](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-link@2.0.0-beta.36...@tiptap/extension-link@2.0.0-beta.37) (2022-04-27)
### Bug Fixes
* **extension-link:** restricts parsing `javascript:` pseudo-protocol ([947f311](https://github.com/ueberdosis/tiptap/commit/947f311c0ec9affdcaeb220d13d87c04c773f084))
2022-01-20 22:07:41 +08:00
# [2.0.0-beta.36](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-link@2.0.0-beta.35...@tiptap/extension-link@2.0.0-beta.36) (2022-01-20)
**Note:** Version bump only for package @tiptap/extension -link
2022-01-08 04:34:04 +08:00
# [2.0.0-beta.35](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-link@2.0.0-beta.34...@tiptap/extension-link@2.0.0-beta.35) (2022-01-07)
### Bug Fixes
* allow to remove autolinks with unsetLink ([ea10ffb](https://github.com/ueberdosis/tiptap/commit/ea10ffbc6a0f447c33680dcc6f6dc2fa6337c4c2))
2022-01-04 17:15:07 +08:00
# [2.0.0-beta.34](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-link@2.0.0-beta.33...@tiptap/extension-link@2.0.0-beta.34) (2022-01-04)
**Note:** Version bump only for package @tiptap/extension -link
2021-12-06 19:01:03 +08:00
# [2.0.0-beta.33](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-link@2.0.0-beta.32...@tiptap/extension-link@2.0.0-beta.33) (2021-12-06)
**Note:** Version bump only for package @tiptap/extension -link
2021-12-04 04:04:00 +08:00
# [2.0.0-beta.32](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-link@2.0.0-beta.31...@tiptap/extension-link@2.0.0-beta.32) (2021-12-03)
### Bug Fixes
* calculate correct autolink position when using leaf nodes in the same text block, fix [#2231 ](https://github.com/ueberdosis/tiptap/issues/2231 ) ([924b650](https://github.com/ueberdosis/tiptap/commit/924b6508f9211ba281b159676d4800748870b565))
2021-12-03 16:05:21 +08:00
# [2.0.0-beta.31](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-link@2.0.0-beta.30...@tiptap/extension-link@2.0.0-beta.31) (2021-12-03)
### Features
* Add support for autolink ([#2226](https://github.com/ueberdosis/tiptap/issues/2226)) ([3d68981](https://github.com/ueberdosis/tiptap/commit/3d68981b47d087fff40549d2143eb952fc9e0a50))
2021-12-03 04:07:43 +08:00
# [2.0.0-beta.30](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-link@2.0.0-beta.29...@tiptap/extension-link@2.0.0-beta.30) (2021-12-02)
**Note:** Version bump only for package @tiptap/extension -link
2021-12-02 22:12:39 +08:00
# [2.0.0-beta.29](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-link@2.0.0-beta.28...@tiptap/extension-link@2.0.0-beta.29) (2021-12-02)
### Bug Fixes
* remove some magic strings ([6c34dec](https://github.com/ueberdosis/tiptap/commit/6c34dec33ac39c9f037a0a72e4525f3fc6d422bf))
2021-11-09 23:51:34 +08:00
# [2.0.0-beta.28](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-link@2.0.0-beta.27...@tiptap/extension-link@2.0.0-beta.28) (2021-11-09)
**Note:** Version bump only for package @tiptap/extension -link
2021-11-09 23:24:45 +08:00
# [2.0.0-beta.27](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-link@2.0.0-beta.26...@tiptap/extension-link@2.0.0-beta.27) (2021-11-09)
**Note:** Version bump only for package @tiptap/extension -link
2021-11-09 23:18:12 +08:00
# [2.0.0-beta.26](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-link@2.0.0-beta.25...@tiptap/extension-link@2.0.0-beta.26) (2021-11-09)
**Note:** Version bump only for package @tiptap/extension -link
2021-10-31 19:09:28 +08:00
# [2.0.0-beta.25](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-link@2.0.0-beta.24...@tiptap/extension-link@2.0.0-beta.25) (2021-10-31)
**Note:** Version bump only for package @tiptap/extension -link
2021-10-27 00:38:50 +08:00
# [2.0.0-beta.24](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-link@2.0.0-beta.23...@tiptap/extension-link@2.0.0-beta.24) (2021-10-26)
**Note:** Version bump only for package @tiptap/extension -link
2021-10-15 02:53:30 +08:00
# [2.0.0-beta.23](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-link@2.0.0-beta.22...@tiptap/extension-link@2.0.0-beta.23) (2021-10-14)
**Note:** Version bump only for package @tiptap/extension -link
2021-10-14 18:19:36 +08:00
# [2.0.0-beta.22](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-link@2.0.0-beta.21...@tiptap/extension-link@2.0.0-beta.22) (2021-10-14)
**Note:** Version bump only for package @tiptap/extension -link
2021-10-08 21:08:08 +08:00
# [2.0.0-beta.21](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-link@2.0.0-beta.20...@tiptap/extension-link@2.0.0-beta.21) (2021-10-08)
### Features
* Integrate input rules and paste rules into the core ([#1997](https://github.com/ueberdosis/tiptap/issues/1997)) ([723b955](https://github.com/ueberdosis/tiptap/commit/723b955cecc5c92c8aad897ce16c60fb62976571))
2021-09-09 05:56:15 +08:00
# [2.0.0-beta.20](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-link@2.0.0-beta.19...@tiptap/extension-link@2.0.0-beta.20) (2021-09-08)
### Features
* add extendEmptyMarkRange option to mark commands ([#1859](https://github.com/ueberdosis/tiptap/issues/1859)) ([14e458e](https://github.com/ueberdosis/tiptap/commit/14e458ea7d7475a51ac00d6f67509dc769919d0b))
2021-07-26 17:42:13 +08:00
# [2.0.0-beta.19](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-link@2.0.0-beta.18...@tiptap/extension-link@2.0.0-beta.19) (2021-07-26)
**Note:** Version bump only for package @tiptap/extension -link
2021-06-08 06:05:18 +08:00
# [2.0.0-beta.18](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-link@2.0.0-beta.17...@tiptap/extension-link@2.0.0-beta.18) (2021-06-07)
**Note:** Version bump only for package @tiptap/extension -link
2021-05-19 01:29:35 +08:00
# [2.0.0-beta.17](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-link@2.0.0-beta.16...@tiptap/extension-link@2.0.0-beta.17) (2021-05-18)
**Note:** Version bump only for package @tiptap/extension -link
2021-05-13 20:51:00 +08:00
# [2.0.0-beta.16](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-link@2.0.0-beta.15...@tiptap/extension-link@2.0.0-beta.16) (2021-05-13)
**Note:** Version bump only for package @tiptap/extension -link
2021-05-07 17:11:27 +08:00
# [2.0.0-beta.15](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-link@2.0.0-beta.14...@tiptap/extension-link@2.0.0-beta.15) (2021-05-07)
### Features
* add editor.getAttributes, deprecate editor.getNodeAttributes and editor.getMarkAttributes ([072905c](https://github.com/ueberdosis/tiptap/commit/072905cb95e022a37f5bc937889999bfbb33ad88))
2021-05-07 16:06:42 +08:00
# [2.0.0-beta.14](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-link@2.0.0-beta.13...@tiptap/extension-link@2.0.0-beta.14) (2021-05-07)
### Bug Fixes
* fix a bug that messed up pasted link attributes, fix [#1284 ](https://github.com/ueberdosis/tiptap/issues/1284 ) ([7da647d](https://github.com/ueberdosis/tiptap/commit/7da647d99f1dcefabc653347a8e2abfae3bb972e))
* revert adding exports ([bc320d0](https://github.com/ueberdosis/tiptap/commit/bc320d0b4b80b0e37a7e47a56e0f6daec6e65d98))
2021-05-07 05:24:15 +08:00
# [2.0.0-beta.13](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-link@2.0.0-beta.12...@tiptap/extension-link@2.0.0-beta.13) (2021-05-06)
### Bug Fixes
* revert adding type: module ([f8d6475](https://github.com/ueberdosis/tiptap/commit/f8d6475e2151faea6f96baecdd6bd75880d50d2c))
2021-05-07 05:00:19 +08:00
# [2.0.0-beta.12](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-link@2.0.0-beta.11...@tiptap/extension-link@2.0.0-beta.12) (2021-05-06)
### Bug Fixes
* add exports to package.json ([1277fa4](https://github.com/ueberdosis/tiptap/commit/1277fa47151e9c039508cdb219bdd0ffe647f4ee))
2021-05-06 15:57:52 +08:00
# [2.0.0-beta.11](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-link@2.0.0-beta.10...@tiptap/extension-link@2.0.0-beta.11) (2021-05-06)
**Note:** Version bump only for package @tiptap/extension -link
2021-05-06 03:05:29 +08:00
# [2.0.0-beta.10](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-link@2.0.0-beta.9...@tiptap/extension-link@2.0.0-beta.10) (2021-05-05)
**Note:** Version bump only for package @tiptap/extension -link
2021-05-05 15:46:38 +08:00
# [2.0.0-beta.9](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-link@2.0.0-beta.8...@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 ](https://github.com/ueberdosis/tiptap/issues/1210 ) ([9e9401e](https://github.com/ueberdosis/tiptap/commit/9e9401e68b79d34070fb79c4f356841fa19fe436))
2021-04-24 05:10:36 +08:00
# [2.0.0-beta.8](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-link@2.0.0-beta.7...@tiptap/extension-link@2.0.0-beta.8) (2021-04-23)
**Note:** Version bump only for package @tiptap/extension -link
2021-04-22 20:54:48 +08:00
# [2.0.0-beta.7](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-link@2.0.0-beta.6...@tiptap/extension-link@2.0.0-beta.7) (2021-04-22)
**Note:** Version bump only for package @tiptap/extension -link
2021-04-21 21:31:11 +08:00
# [2.0.0-beta.6](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-link@2.0.0-beta.5...@tiptap/extension-link@2.0.0-beta.6) (2021-04-21)
2021-04-21 15:54:20 +08:00
**Note:** Version bump only for package @tiptap/extension -link
2021-04-21 21:31:11 +08:00
# [2.0.0-beta.5](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-link@2.0.0-beta.4...@tiptap/extension-link@2.0.0-beta.5) (2021-04-16)
2021-04-16 20:54:37 +08:00
**Note:** Version bump only for package @tiptap/extension -link
2021-04-21 21:31:11 +08:00
# [2.0.0-beta.4](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-link@2.0.0-beta.3...@tiptap/extension-link@2.0.0-beta.4) (2021-04-15)
2021-04-16 05:45:50 +08:00
**Note:** Version bump only for package @tiptap/extension -link
2021-04-21 21:31:11 +08:00
# [2.0.0-beta.3](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-link@2.0.0-beta.2...@tiptap/extension-link@2.0.0-beta.3) (2021-04-11)
2021-04-12 01:01:23 +08:00
### Bug Fixes
2021-04-21 21:31:11 +08:00
* fix a bug in link click handler, where we can’ t click on text selections. fix [#263 ](https://github.com/ueberdosis/tiptap/issues/263 ) ([33c30c0](https://github.com/ueberdosis/tiptap/commit/33c30c0d6df66190fd1d5073ccc43b1020b517f9))
2021-04-12 01:01:23 +08:00
2021-04-21 21:31:11 +08:00
# [2.0.0-beta.2](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-link@2.0.0-beta.1...@tiptap/extension-link@2.0.0-beta.2) (2021-04-07)
2021-04-08 00:35:17 +08:00
### Features
2021-04-21 21:31:11 +08:00
* add priority option to extensions ([bb1ae65](https://github.com/ueberdosis/tiptap/commit/bb1ae659a463e97a7ada15af711347b5c004897a))
2021-04-08 00:35:17 +08:00
2021-04-21 21:31:11 +08:00
# [2.0.0-beta.1](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-link@2.0.0-alpha.11...@tiptap/extension-link@2.0.0-beta.1) (2021-03-05)
2021-03-05 19:50:07 +08:00
**Note:** Version bump only for package @tiptap/extension -link
2021-04-21 21:31:11 +08:00
# [2.0.0-alpha.11](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-link@2.0.0-alpha.10...@tiptap/extension-link@2.0.0-alpha.11) (2021-02-16)
2021-02-17 02:09:18 +08:00
**Note:** Version bump only for package @tiptap/extension -link
2021-04-21 21:31:11 +08:00
# [2.0.0-alpha.10](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-link@2.0.0-alpha.9...@tiptap/extension-link@2.0.0-alpha.10) (2021-02-07)
2021-02-08 03:59:54 +08:00
**Note:** Version bump only for package @tiptap/extension -link
2021-04-21 21:31:11 +08:00
# [2.0.0-alpha.9](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-link@2.0.0-alpha.8...@tiptap/extension-link@2.0.0-alpha.9) (2021-02-05)
2021-02-06 04:19:00 +08:00
**Note:** Version bump only for package @tiptap/extension -link
2021-04-21 21:31:11 +08:00
# [2.0.0-alpha.8](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-link@2.0.0-alpha.7...@tiptap/extension-link@2.0.0-alpha.8) (2021-01-29)
2021-01-30 06:01:36 +08:00
**Note:** Version bump only for package @tiptap/extension -link
2021-04-21 21:31:11 +08:00
# [2.0.0-alpha.7](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-link@2.0.0-alpha.6...@tiptap/extension-link@2.0.0-alpha.7) (2021-01-29)
2021-01-29 16:58:57 +08:00
**Note:** Version bump only for package @tiptap/extension -link
2021-04-21 21:31:11 +08:00
# [2.0.0-alpha.6](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-link@2.0.0-alpha.5...@tiptap/extension-link@2.0.0-alpha.6) (2021-01-28)
2021-01-28 15:49:48 +08:00
**Note:** Version bump only for package @tiptap/extension -link
2021-04-21 21:31:11 +08:00
# [2.0.0-alpha.5](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-link@2.0.0-alpha.4...@tiptap/extension-link@2.0.0-alpha.5) (2020-12-18)
2020-12-18 22:49:27 +08:00
**Note:** Version bump only for package @tiptap/extension -link
2021-04-21 21:31:11 +08:00
# [2.0.0-alpha.4](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-link@2.0.0-alpha.3...@tiptap/extension-link@2.0.0-alpha.4) (2020-12-02)
2020-12-03 00:08:17 +08:00
**Note:** Version bump only for package @tiptap/extension -link
2021-04-21 21:31:11 +08:00
# [2.0.0-alpha.3](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-link@2.0.0-alpha.2...@tiptap/extension-link@2.0.0-alpha.3) (2020-11-19)
2020-11-20 04:38:43 +08:00
**Note:** Version bump only for package @tiptap/extension -link
2021-04-21 21:31:11 +08:00
# [2.0.0-alpha.2](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-link@2.0.0-alpha.1...@tiptap/extension-link@2.0.0-alpha.2) (2020-11-19)
2020-11-20 04:12:09 +08:00
**Note:** Version bump only for package @tiptap/extension -link
2021-04-21 21:31:11 +08:00
# [2.0.0-alpha.1](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-link@1.0.0-alpha.2...@tiptap/extension-link@2.0.0-alpha.1) (2020-11-18)
2020-11-19 01:29:09 +08:00
**Note:** Version bump only for package @tiptap/extension -link
2021-04-21 21:31:11 +08:00
# [1.0.0-alpha.2](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-link@1.0.0-alpha.1...@tiptap/extension-link@1.0.0-alpha.2) (2020-11-16)
2020-11-17 06:14:50 +08:00
**Note:** Version bump only for package @tiptap/extension -link
2020-11-17 05:40:37 +08:00
# 1.0.0-alpha.1 (2020-11-16)
### Reverts
2021-04-21 21:31:11 +08:00
* Revert "use global namespace" ([0c9ce26](https://github.com/ueberdosis/tiptap/commit/0c9ce26c02c07d88a757c01b0a9d7f9e2b0b7502))