Skip to content

Commit 090c5a4

Browse files
committed
Publish
- @tiptap/core@2.0.0-beta.181 - @tiptap/extension-bubble-menu@2.0.0-beta.61 - @tiptap/extension-character-count@2.0.0-beta.31 - @tiptap/extension-code-block-lowlight@2.0.0-beta.73 - @tiptap/extension-code-block@2.0.0-beta.42 - @tiptap/extension-collaboration@2.0.0-beta.38 - @tiptap/extension-dropcursor@2.0.0-beta.29 - @tiptap/extension-floating-menu@2.0.0-beta.56 - @tiptap/extension-focus@2.0.0-beta.45 - @tiptap/extension-gapcursor@2.0.0-beta.39 - @tiptap/extension-history@2.0.0-beta.26 - @tiptap/extension-horizontal-rule@2.0.0-beta.36 - @tiptap/extension-link@2.0.0-beta.43 - @tiptap/extension-mention@2.0.0-beta.102 - @tiptap/extension-placeholder@2.0.0-beta.53 - @tiptap/extension-table@2.0.0-beta.54 - @tiptap/extension-task-item@2.0.0-beta.37 - @tiptap/extension-youtube@2.0.0-beta.6 - @tiptap/html@2.0.0-beta.180 - @tiptap/react@2.0.0-beta.114 - @tiptap/starter-kit@2.0.0-beta.190 - @tiptap/suggestion@2.0.0-beta.97 - @tiptap/vue-2@2.0.0-beta.84 - @tiptap/vue-3@2.0.0-beta.96
1 parent 163de4e commit 090c5a4

48 files changed

Lines changed: 256 additions & 40 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

packages/core/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.0.0-beta.181](https://github.com/ueberdosis/tiptap/compare/@tiptap/core@2.0.0-beta.180...@tiptap/core@2.0.0-beta.181) (2022-06-27)
7+
8+
9+
### Bug Fixes
10+
11+
* **core:** fix focus command passing through editor state instead of existing transaction ([5b0b7d9](https://github.com/ueberdosis/tiptap/commit/5b0b7d91023c87e9ddb85ff3a776273d12a22d16))
12+
13+
14+
### Features
15+
16+
* **core:** add nodePasteRule to core ([15123ee](https://github.com/ueberdosis/tiptap/commit/15123ee092261fe86352d491121804607e08e031))
17+
18+
19+
20+
21+
622
# [2.0.0-beta.180](https://github.com/ueberdosis/tiptap/compare/@tiptap/core@2.0.0-beta.179...@tiptap/core@2.0.0-beta.180) (2022-06-20)
723

824
**Note:** Version bump only for package @tiptap/core

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tiptap/core",
33
"description": "headless rich text editor",
4-
"version": "2.0.0-beta.180",
4+
"version": "2.0.0-beta.181",
55
"homepage": "https://tiptap.dev",
66
"keywords": [
77
"tiptap",

packages/extension-bubble-menu/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.0.0-beta.61](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-bubble-menu@2.0.0-beta.60...@tiptap/extension-bubble-menu@2.0.0-beta.61) (2022-06-27)
7+
8+
**Note:** Version bump only for package @tiptap/extension-bubble-menu
9+
10+
11+
12+
13+
614
# [2.0.0-beta.60](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-bubble-menu@2.0.0-beta.59...@tiptap/extension-bubble-menu@2.0.0-beta.60) (2022-06-20)
715

816
**Note:** Version bump only for package @tiptap/extension-bubble-menu

packages/extension-bubble-menu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tiptap/extension-bubble-menu",
33
"description": "bubble-menu extension for tiptap",
4-
"version": "2.0.0-beta.60",
4+
"version": "2.0.0-beta.61",
55
"homepage": "https://tiptap.dev",
66
"keywords": [
77
"tiptap",

packages/extension-character-count/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.0.0-beta.31](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-character-count@2.0.0-beta.30...@tiptap/extension-character-count@2.0.0-beta.31) (2022-06-27)
7+
8+
**Note:** Version bump only for package @tiptap/extension-character-count
9+
10+
11+
12+
13+
614
# [2.0.0-beta.30](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-character-count@2.0.0-beta.29...@tiptap/extension-character-count@2.0.0-beta.30) (2022-06-20)
715

816
**Note:** Version bump only for package @tiptap/extension-character-count

packages/extension-character-count/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tiptap/extension-character-count",
33
"description": "font family extension for tiptap",
4-
"version": "2.0.0-beta.30",
4+
"version": "2.0.0-beta.31",
55
"homepage": "https://tiptap.dev",
66
"keywords": [
77
"tiptap",

packages/extension-code-block-lowlight/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.0.0-beta.73](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-code-block-lowlight@2.0.0-beta.72...@tiptap/extension-code-block-lowlight@2.0.0-beta.73) (2022-06-27)
7+
8+
**Note:** Version bump only for package @tiptap/extension-code-block-lowlight
9+
10+
11+
12+
13+
614
# [2.0.0-beta.72](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-code-block-lowlight@2.0.0-beta.71...@tiptap/extension-code-block-lowlight@2.0.0-beta.72) (2022-06-20)
715

816
**Note:** Version bump only for package @tiptap/extension-code-block-lowlight

packages/extension-code-block-lowlight/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tiptap/extension-code-block-lowlight",
33
"description": "code block extension for tiptap",
4-
"version": "2.0.0-beta.72",
4+
"version": "2.0.0-beta.73",
55
"homepage": "https://tiptap.dev",
66
"keywords": [
77
"tiptap",
@@ -25,7 +25,7 @@
2525
"lowlight": ">=1.20.0"
2626
},
2727
"dependencies": {
28-
"@tiptap/extension-code-block": "^2.0.0-beta.41",
28+
"@tiptap/extension-code-block": "^2.0.0-beta.42",
2929
"@types/lowlight": "^0.0.3",
3030
"prosemirror-model": "1.18.1",
3131
"prosemirror-state": "1.4.1",

packages/extension-code-block/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.0.0-beta.42](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-code-block@2.0.0-beta.41...@tiptap/extension-code-block@2.0.0-beta.42) (2022-06-27)
7+
8+
**Note:** Version bump only for package @tiptap/extension-code-block
9+
10+
11+
12+
13+
614
# [2.0.0-beta.41](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-code-block@2.0.0-beta.40...@tiptap/extension-code-block@2.0.0-beta.41) (2022-06-20)
715

816
**Note:** Version bump only for package @tiptap/extension-code-block

packages/extension-code-block/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tiptap/extension-code-block",
33
"description": "code block extension for tiptap",
4-
"version": "2.0.0-beta.41",
4+
"version": "2.0.0-beta.42",
55
"homepage": "https://tiptap.dev",
66
"keywords": [
77
"tiptap",

0 commit comments

Comments
 (0)