2020-11-16 19:58:29 +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.
2021-04-21 21:31:11 +08:00
# [2.0.0-beta.35](https://github.com/ueberdosis/tiptap/compare/@tiptap/core@2.0.0-beta.34...@tiptap/core@2.0.0-beta.35) (2021-04-21)
2021-04-21 15:54:20 +08:00
### Features
2021-04-21 21:31:11 +08:00
* add editor prop to KeyboardShortcutCommand ([e0c2460](https://github.com/ueberdosis/tiptap/commit/e0c2460a960c739ac4b543f0f185653cb41599e3))
* add name to extension context ([12f60ab](https://github.com/ueberdosis/tiptap/commit/12f60abb731edd080cb9a70e8e34ae721e37f80e))
2021-04-21 15:54:20 +08:00
2021-04-21 21:31:11 +08:00
# [2.0.0-beta.34](https://github.com/ueberdosis/tiptap/compare/@tiptap/core@2.0.0-beta.33...@tiptap/core@2.0.0-beta.34) (2021-04-20)
2021-04-20 23:21:53 +08:00
### Bug Fixes
2021-04-21 21:31:11 +08:00
* fix a bug when dragging node views ([4e6d43b](https://github.com/ueberdosis/tiptap/commit/4e6d43bbfb488d2987f71ad15732af8d25b9897a))
2021-04-20 23:21:53 +08:00
2021-04-21 21:31:11 +08:00
# [2.0.0-beta.33](https://github.com/ueberdosis/tiptap/compare/@tiptap/core@2.0.0-beta.32...@tiptap/core@2.0.0-beta.33) (2021-04-20)
2021-04-20 17:50:54 +08:00
### Bug Fixes
2021-04-21 21:31:11 +08:00
* fix extension option merging ([aa002a0](https://github.com/ueberdosis/tiptap/commit/aa002a012bfe888c03da5cd32f98b40965a5fa7b))
2021-04-20 17:50:54 +08:00
2021-04-21 21:31:11 +08:00
# [2.0.0-beta.32](https://github.com/ueberdosis/tiptap/compare/@tiptap/core@2.0.0-beta.31...@tiptap/core@2.0.0-beta.32) (2021-04-16)
2021-04-16 20:54:37 +08:00
### Features
2021-04-21 21:31:11 +08:00
* add coordsAtPos and posToClientRect helper methods ([8dab614](https://github.com/ueberdosis/tiptap/commit/8dab6144a661e4c90f33d9d2f300882009eadd46))
* remove resize event handler ([9f64015](https://github.com/ueberdosis/tiptap/commit/9f64015157a83032d0d80bc0353efb529b56a342))
2021-04-16 20:54:37 +08:00
2021-04-21 21:31:11 +08:00
# [2.0.0-beta.31](https://github.com/ueberdosis/tiptap/compare/@tiptap/core@2.0.0-beta.30...@tiptap/core@2.0.0-beta.31) (2021-04-15)
2021-04-16 06:19:17 +08:00
### Bug Fixes
2021-04-21 21:31:11 +08:00
* fix type for emitUpdate, fix [#276 ](https://github.com/ueberdosis/tiptap/issues/276 ) ([4137e00](https://github.com/ueberdosis/tiptap/commit/4137e00d987c152b883022525056df94ad033be7))
2021-04-16 06:19:17 +08:00
2021-04-21 21:31:11 +08:00
# [2.0.0-beta.30](https://github.com/ueberdosis/tiptap/compare/@tiptap/core@2.0.0-beta.29...@tiptap/core@2.0.0-beta.30) (2021-04-15)
2021-04-16 05:45:50 +08:00
**Note:** Version bump only for package @tiptap/core
2021-04-21 21:31:11 +08:00
# [2.0.0-beta.29](https://github.com/ueberdosis/tiptap/compare/@tiptap/core@2.0.0-beta.28...@tiptap/core@2.0.0-beta.29) (2021-04-12)
2021-04-12 18:41:59 +08:00
### Bug Fixes
2021-04-21 21:31:11 +08:00
* fix adding mark only with insertContent(), fix [#264 ](https://github.com/ueberdosis/tiptap/issues/264 ) ([0a63123](https://github.com/ueberdosis/tiptap/commit/0a6312382f38af5b8fdf7f94fc4b6c1de1a15e25))
2021-04-12 18:41:59 +08:00
2021-04-21 21:31:11 +08:00
# [2.0.0-beta.28](https://github.com/ueberdosis/tiptap/compare/@tiptap/core@2.0.0-beta.27...@tiptap/core@2.0.0-beta.28) (2021-04-12)
2021-04-12 17:16:59 +08:00
### Features
2021-04-21 21:31:11 +08:00
* add parentConfig to extension context for more extendable extensions, fix [#259 ](https://github.com/ueberdosis/tiptap/issues/259 ) ([5e1ec5d](https://github.com/ueberdosis/tiptap/commit/5e1ec5d2a66be164f505d631f97861ab9344ba96))
2021-04-12 17:16:59 +08:00
2021-04-21 21:31:11 +08:00
# [2.0.0-beta.27](https://github.com/ueberdosis/tiptap/compare/@tiptap/core@2.0.0-beta.26...@tiptap/core@2.0.0-beta.27) (2021-04-09)
2021-04-09 19:22:27 +08:00
### Bug Fixes
2021-04-21 21:31:11 +08:00
* add scrollIntoView for insertContent ([e7fe724](https://github.com/ueberdosis/tiptap/commit/e7fe7248af44df66fe322045953f8df186d82bec))
2021-04-09 19:22:27 +08:00
2021-04-21 21:31:11 +08:00
# [2.0.0-beta.26](https://github.com/ueberdosis/tiptap/compare/@tiptap/core@2.0.0-beta.25...@tiptap/core@2.0.0-beta.26) (2021-04-09)
2021-04-09 16:07:07 +08:00
### Bug Fixes
2021-04-21 21:31:11 +08:00
* fix a bug when detecting changes within node views ([708ac94](https://github.com/ueberdosis/tiptap/commit/708ac94cebce2ed9304ae7e87eb4c3251758f903))
2021-04-09 16:07:07 +08:00
2021-04-21 21:31:11 +08:00
# [2.0.0-beta.25](https://github.com/ueberdosis/tiptap/compare/@tiptap/core@2.0.0-beta.24...@tiptap/core@2.0.0-beta.25) (2021-04-09)
2021-04-09 14:24:24 +08:00
### Bug Fixes
2021-04-21 21:31:11 +08:00
* fixed type for Content ([39147f5](https://github.com/ueberdosis/tiptap/commit/39147f5b02388b68ddea91d40bd2e846597f813b))
2021-04-09 14:24:24 +08:00
2021-04-21 21:31:11 +08:00
# [2.0.0-beta.24](https://github.com/ueberdosis/tiptap/compare/@tiptap/core@2.0.0-beta.23...@tiptap/core@2.0.0-beta.24) (2021-04-08)
2021-04-09 06:14:04 +08:00
### Bug Fixes
2021-04-21 21:31:11 +08:00
* improve drag position for node views even more ([d2c5b71](https://github.com/ueberdosis/tiptap/commit/d2c5b71c28b04ff64715ff6562e7dcb01cfd7ec8))
2021-04-09 06:14:04 +08:00
2021-04-21 21:31:11 +08:00
# [2.0.0-beta.23](https://github.com/ueberdosis/tiptap/compare/@tiptap/core@2.0.0-beta.22...@tiptap/core@2.0.0-beta.23) (2021-04-08)
2021-04-09 05:55:51 +08:00
### Bug Fixes
2021-04-21 21:31:11 +08:00
* improve drag position for node views ([5e5b8db](https://github.com/ueberdosis/tiptap/commit/5e5b8db6eb707aa570b462caf184401189228b02))
2021-04-09 05:55:51 +08:00
2021-04-21 21:31:11 +08:00
# [2.0.0-beta.22](https://github.com/ueberdosis/tiptap/compare/@tiptap/core@2.0.0-beta.21...@tiptap/core@2.0.0-beta.22) (2021-04-08)
2021-04-09 05:08:39 +08:00
**Note:** Version bump only for package @tiptap/core
2021-04-21 21:31:11 +08:00
# [2.0.0-beta.21](https://github.com/ueberdosis/tiptap/compare/@tiptap/core@2.0.0-beta.20...@tiptap/core@2.0.0-beta.21) (2021-04-08)
2021-04-08 15:15:09 +08:00
**Note:** Version bump only for package @tiptap/core
2021-04-21 21:31:11 +08:00
# [2.0.0-beta.20](https://github.com/ueberdosis/tiptap/compare/@tiptap/core@2.0.0-beta.19...@tiptap/core@2.0.0-beta.20) (2021-04-07)
2021-04-08 03:32:38 +08:00
### Features
2021-04-21 21:31:11 +08:00
* add resetAttributes() command, deprecate resetNodeAttributes() ([3334d93](https://github.com/ueberdosis/tiptap/commit/3334d930f30bd4acb5c314b4ec1934b6a1e0b712))
2021-04-08 03:32:38 +08:00
2021-04-21 21:31:11 +08:00
# [2.0.0-beta.19](https://github.com/ueberdosis/tiptap/compare/@tiptap/core@2.0.0-beta.18...@tiptap/core@2.0.0-beta.19) (2021-04-07)
2021-04-08 03:18:49 +08:00
### Features
2021-04-21 21:31:11 +08:00
* add updateAttributes() command, deprecate updateNodeAttributes(), fix [#254 ](https://github.com/ueberdosis/tiptap/issues/254 ) ([aac32b4](https://github.com/ueberdosis/tiptap/commit/aac32b4df6a1dfd93500e09d3433fcd8acad5fbe))
2021-04-08 03:18:49 +08:00
2021-04-21 21:31:11 +08:00
# [2.0.0-beta.18](https://github.com/ueberdosis/tiptap/compare/@tiptap/core@2.0.0-beta.17...@tiptap/core@2.0.0-beta.18) (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.17](https://github.com/ueberdosis/tiptap/compare/@tiptap/core@2.0.0-beta.16...@tiptap/core@2.0.0-beta.17) (2021-04-07)
2021-04-07 22:08:33 +08:00
### Bug Fixes
2021-04-21 21:31:11 +08:00
* remove debug log ([beb96c5](https://github.com/ueberdosis/tiptap/commit/beb96c5cbfdb81869763e23f82f5ab270c30f0ea))
2021-04-07 22:08:33 +08:00
2021-04-21 21:31:11 +08:00
# [2.0.0-beta.16](https://github.com/ueberdosis/tiptap/compare/@tiptap/core@2.0.0-beta.15...@tiptap/core@2.0.0-beta.16) (2021-04-07)
2021-04-07 18:01:33 +08:00
### Features
2021-04-21 21:31:11 +08:00
* add insertContent() command, deprecate insertText(), insertHTML() and insertNode() ([b8d9b7d](https://github.com/ueberdosis/tiptap/commit/b8d9b7d4c70b38fb9eec3c079be8243d30166e5e))
2021-04-07 18:01:33 +08:00
2021-04-21 21:31:11 +08:00
# [2.0.0-beta.15](https://github.com/ueberdosis/tiptap/compare/@tiptap/core@2.0.0-beta.14...@tiptap/core@2.0.0-beta.15) (2021-04-06)
2021-04-07 01:11:40 +08:00
**Note:** Version bump only for package @tiptap/core
2021-04-21 21:31:11 +08:00
# [2.0.0-beta.14](https://github.com/ueberdosis/tiptap/compare/@tiptap/core@2.0.0-beta.13...@tiptap/core@2.0.0-beta.14) (2021-04-04)
2021-04-04 15:52:29 +08:00
**Note:** Version bump only for package @tiptap/core
2021-04-21 21:31:11 +08:00
# [2.0.0-beta.13](https://github.com/ueberdosis/tiptap/compare/@tiptap/core@2.0.0-beta.12...@tiptap/core@2.0.0-beta.13) (2021-04-02)
2021-04-03 03:59:12 +08:00
**Note:** Version bump only for package @tiptap/core
2021-04-21 21:31:11 +08:00
# [2.0.0-beta.12](https://github.com/ueberdosis/tiptap/compare/@tiptap/core@2.0.0-beta.11...@tiptap/core@2.0.0-beta.12) (2021-04-01)
2021-04-02 01:11:11 +08:00
**Note:** Version bump only for package @tiptap/core
2021-04-21 21:31:11 +08:00
# [2.0.0-beta.11](https://github.com/ueberdosis/tiptap/compare/@tiptap/core@2.0.0-beta.10...@tiptap/core@2.0.0-beta.11) (2021-04-01)
2021-04-01 22:29:08 +08:00
**Note:** Version bump only for package @tiptap/core
2021-04-21 21:31:11 +08:00
# [2.0.0-beta.10](https://github.com/ueberdosis/tiptap/compare/@tiptap/core@2.0.0-beta.9...@tiptap/core@2.0.0-beta.10) (2021-03-31)
2021-03-31 20:17:14 +08:00
**Note:** Version bump only for package @tiptap/core
2021-04-21 21:31:11 +08:00
# [2.0.0-beta.9](https://github.com/ueberdosis/tiptap/compare/@tiptap/core@2.0.0-beta.8...@tiptap/core@2.0.0-beta.9) (2021-03-28)
2021-03-29 03:33:02 +08:00
**Note:** Version bump only for package @tiptap/core
2021-04-21 21:31:11 +08:00
# [2.0.0-beta.8](https://github.com/ueberdosis/tiptap/compare/@tiptap/core@2.0.0-beta.7...@tiptap/core@2.0.0-beta.8) (2021-03-28)
2021-03-29 03:12:41 +08:00
**Note:** Version bump only for package @tiptap/core
2021-04-21 21:31:11 +08:00
# [2.0.0-beta.7](https://github.com/ueberdosis/tiptap/compare/@tiptap/core@2.0.0-beta.6...@tiptap/core@2.0.0-beta.7) (2021-03-28)
2021-03-29 02:22:10 +08:00
**Note:** Version bump only for package @tiptap/core
2021-04-21 21:31:11 +08:00
# [2.0.0-beta.6](https://github.com/ueberdosis/tiptap/compare/@tiptap/core@2.0.0-beta.5...@tiptap/core@2.0.0-beta.6) (2021-03-24)
2021-03-25 05:55:37 +08:00
**Note:** Version bump only for package @tiptap/core
2021-04-21 21:31:11 +08:00
# [2.0.0-beta.5](https://github.com/ueberdosis/tiptap/compare/@tiptap/core@2.0.0-beta.4...@tiptap/core@2.0.0-beta.5) (2021-03-18)
2021-03-18 20:59:02 +08:00
**Note:** Version bump only for package @tiptap/core
2021-04-21 21:31:11 +08:00
# [2.0.0-beta.4](https://github.com/ueberdosis/tiptap/compare/@tiptap/core@2.0.0-beta.3...@tiptap/core@2.0.0-beta.4) (2021-03-18)
2021-03-18 18:42:20 +08:00
**Note:** Version bump only for package @tiptap/core
2021-04-21 21:31:11 +08:00
# [2.0.0-beta.3](https://github.com/ueberdosis/tiptap/compare/@tiptap/core@2.0.0-beta.2...@tiptap/core@2.0.0-beta.3) (2021-03-16)
2021-03-17 05:30:06 +08:00
**Note:** Version bump only for package @tiptap/core
2021-04-21 21:31:11 +08:00
# [2.0.0-beta.2](https://github.com/ueberdosis/tiptap/compare/@tiptap/core@2.0.0-beta.1...@tiptap/core@2.0.0-beta.2) (2021-03-09)
2021-03-09 16:56:07 +08:00
**Note:** Version bump only for package @tiptap/core
2021-04-21 21:31:11 +08:00
# [2.0.0-beta.1](https://github.com/ueberdosis/tiptap/compare/@tiptap/core@2.0.0-alpha.22...@tiptap/core@2.0.0-beta.1) (2021-03-05)
2021-03-05 19:50:07 +08:00
**Note:** Version bump only for package @tiptap/core
2021-04-21 21:31:11 +08:00
# [2.0.0-alpha.22](https://github.com/ueberdosis/tiptap/compare/@tiptap/core@2.0.0-alpha.21...@tiptap/core@2.0.0-alpha.22) (2021-02-28)
2021-03-01 06:56:21 +08:00
**Note:** Version bump only for package @tiptap/core
2021-04-21 21:31:11 +08:00
# [2.0.0-alpha.21](https://github.com/ueberdosis/tiptap/compare/@tiptap/core@2.0.0-alpha.20...@tiptap/core@2.0.0-alpha.21) (2021-02-26)
2021-02-27 02:04:50 +08:00
**Note:** Version bump only for package @tiptap/core
2021-04-21 21:31:11 +08:00
# [2.0.0-alpha.20](https://github.com/ueberdosis/tiptap/compare/@tiptap/core@2.0.0-alpha.19...@tiptap/core@2.0.0-alpha.20) (2021-02-26)
2021-02-27 01:59:00 +08:00
**Note:** Version bump only for package @tiptap/core
2021-04-21 21:31:11 +08:00
# [2.0.0-alpha.19](https://github.com/ueberdosis/tiptap/compare/@tiptap/core@2.0.0-alpha.18...@tiptap/core@2.0.0-alpha.19) (2021-02-18)
2021-02-19 00:38:58 +08:00
**Note:** Version bump only for package @tiptap/core
2021-04-21 21:31:11 +08:00
# [2.0.0-alpha.18](https://github.com/ueberdosis/tiptap/compare/@tiptap/core@2.0.0-alpha.17...@tiptap/core@2.0.0-alpha.18) (2021-02-16)
2021-02-17 06:07:32 +08:00
**Note:** Version bump only for package @tiptap/core
2021-04-21 21:31:11 +08:00
# [2.0.0-alpha.17](https://github.com/ueberdosis/tiptap/compare/@tiptap/core@2.0.0-alpha.16...@tiptap/core@2.0.0-alpha.17) (2021-02-16)
2021-02-17 02:09:18 +08:00
**Note:** Version bump only for package @tiptap/core
2021-04-21 21:31:11 +08:00
# [2.0.0-alpha.16](https://github.com/ueberdosis/tiptap/compare/@tiptap/core@2.0.0-alpha.15...@tiptap/core@2.0.0-alpha.16) (2021-02-07)
2021-02-08 03:59:54 +08:00
**Note:** Version bump only for package @tiptap/core
2021-04-21 21:31:11 +08:00
# [2.0.0-alpha.15](https://github.com/ueberdosis/tiptap/compare/@tiptap/core@2.0.0-alpha.14...@tiptap/core@2.0.0-alpha.15) (2021-02-05)
2021-02-06 04:19:00 +08:00
**Note:** Version bump only for package @tiptap/core
2021-04-21 21:31:11 +08:00
# [2.0.0-alpha.14](https://github.com/ueberdosis/tiptap/compare/@tiptap/core@2.0.0-alpha.13...@tiptap/core@2.0.0-alpha.14) (2021-01-29)
2021-01-30 06:01:36 +08:00
**Note:** Version bump only for package @tiptap/core
2021-04-21 21:31:11 +08:00
# [2.0.0-alpha.13](https://github.com/ueberdosis/tiptap/compare/@tiptap/core@2.0.0-alpha.12...@tiptap/core@2.0.0-alpha.13) (2021-01-29)
2021-01-29 16:58:57 +08:00
**Note:** Version bump only for package @tiptap/core
2021-04-21 21:31:11 +08:00
# [2.0.0-alpha.12](https://github.com/ueberdosis/tiptap/compare/@tiptap/core@2.0.0-alpha.11...@tiptap/core@2.0.0-alpha.12) (2021-01-28)
2021-01-28 16:12:38 +08:00
**Note:** Version bump only for package @tiptap/core
2021-04-21 21:31:11 +08:00
# [2.0.0-alpha.11](https://github.com/ueberdosis/tiptap/compare/@tiptap/core@2.0.0-alpha.10...@tiptap/core@2.0.0-alpha.11) (2021-01-28)
2021-01-28 15:49:48 +08:00
### Bug Fixes
2021-04-21 21:31:11 +08:00
* don’ t merge classes ([dba0c1a](https://github.com/ueberdosis/tiptap/commit/dba0c1ac15e9beda3ebd027c67c969a4fe7ae7c7))
2021-01-28 15:49:48 +08:00
2021-04-21 21:31:11 +08:00
# [2.0.0-alpha.10](https://github.com/ueberdosis/tiptap/compare/@tiptap/core@2.0.0-alpha.9...@tiptap/core@2.0.0-alpha.10) (2021-01-06)
2021-01-06 20:46:52 +08:00
**Note:** Version bump only for package @tiptap/core
2021-04-21 21:31:11 +08:00
# [2.0.0-alpha.9](https://github.com/ueberdosis/tiptap/compare/@tiptap/core@2.0.0-alpha.8...@tiptap/core@2.0.0-alpha.9) (2020-12-18)
2020-12-19 06:04:50 +08:00
**Note:** Version bump only for package @tiptap/core
2021-04-21 21:31:11 +08:00
# [2.0.0-alpha.8](https://github.com/ueberdosis/tiptap/compare/@tiptap/core@2.0.0-alpha.7...@tiptap/core@2.0.0-alpha.8) (2020-12-18)
2020-12-18 22:49:27 +08:00
**Note:** Version bump only for package @tiptap/core
2021-04-21 21:31:11 +08:00
# [2.0.0-alpha.7](https://github.com/ueberdosis/tiptap/compare/@tiptap/core@2.0.0-alpha.6...@tiptap/core@2.0.0-alpha.7) (2020-12-02)
2020-12-03 00:08:17 +08:00
**Note:** Version bump only for package @tiptap/core
2021-04-21 21:31:11 +08:00
# [2.0.0-alpha.6](https://github.com/ueberdosis/tiptap/compare/@tiptap/core@2.0.0-alpha.5...@tiptap/core@2.0.0-alpha.6) (2020-11-19)
2020-11-20 04:12:09 +08:00
**Note:** Version bump only for package @tiptap/core
2021-04-21 21:31:11 +08:00
# [2.0.0-alpha.5](https://github.com/ueberdosis/tiptap/compare/@tiptap/core@2.0.0-alpha.4...@tiptap/core@2.0.0-alpha.5) (2020-11-18)
2020-11-19 01:29:09 +08:00
**Note:** Version bump only for package @tiptap/core
2021-04-21 21:31:11 +08:00
# [2.0.0-alpha.4](https://github.com/ueberdosis/tiptap/compare/@tiptap/core@2.0.0-alpha.3...@tiptap/core@2.0.0-alpha.4) (2020-11-16)
2020-11-17 05:40:37 +08:00
**Note:** Version bump only for package @tiptap/core
2021-04-21 21:31:11 +08:00
# [2.0.0-alpha.3](https://github.com/ueberdosis/tiptap/compare/@tiptap/core@2.0.0-alpha.2...@tiptap/core@2.0.0-alpha.3) (2020-11-16)
2020-11-16 23:59:24 +08:00
### Reverts
2021-04-21 21:31:11 +08:00
* Revert "use global namespace" ([0c9ce26](https://github.com/ueberdosis/tiptap/commit/0c9ce26c02c07d88a757c01b0a9d7f9e2b0b7502))
2020-11-16 23:59:24 +08:00
2021-04-21 21:31:11 +08:00
# [2.0.0-alpha.2](https://github.com/ueberdosis/tiptap/compare/@tiptap/core@2.0.0-alpha.1...@tiptap/core@2.0.0-alpha.2) (2020-11-16)
2020-11-16 22:57:49 +08:00
**Note:** Version bump only for package @tiptap/core
2021-04-21 21:31:11 +08:00
# [2.0.0-alpha.1](https://github.com/ueberdosis/tiptap/compare/@tiptap/core@2.0.0-alpha.0...@tiptap/core@2.0.0-alpha.1) (2020-11-16)
2020-11-16 19:58:29 +08:00
**Note:** Version bump only for package @tiptap/core