Skip to content

Commit

Permalink
chore(release): release v2.7.0 (#5560)
Browse files Browse the repository at this point in the history
  • Loading branch information
nperez0111 committed Sep 17, 2024
1 parent 4bfbc9b commit a170cf4
Show file tree
Hide file tree
Showing 126 changed files with 359 additions and 326 deletions.
5 changes: 0 additions & 5 deletions .changeset/chatty-pumas-cross.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fresh-steaks-kneel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/khaki-tips-judge.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lovely-bears-wonder.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mean-pets-unite.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/metal-shrimps-press.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nine-pianos-move.md

This file was deleted.

80 changes: 0 additions & 80 deletions .changeset/pre.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/purple-bobcats-grab.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rare-trainers-reflect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rich-waves-study.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/shaggy-dolphins-applaud.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shaggy-readers-heal.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slow-lies-promise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sweet-ants-lick.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tender-items-visit.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thirty-islands-cough.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warm-bananas-call.md

This file was deleted.

15 changes: 15 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Change Log

## 2.7.0

### Minor Changes

- 97ea55f: Fixes #5490. The `preventClearDocument` meta tag can now be used to prevent the `clearDocument` plugin in the core keymap extension from modifying transactions that appear to clear the document (but might be clearing it for other reasons).
- 9e18d24: Added `onPaste` and `onDrop` options to the editor allowing for easier event binding for both cases
- 97ea55f: An object can now be passed to `enableCoreExtensions` to allow disabling only specific core extensions.

### Patch Changes

- f805333: fix: check for schema's nesting rules on contentCheck
- 07fa49d: Copy over node attributes on node toggling (for example to keep text styles while toggling a headline)
- 7f24a66: Update the Typescript types for NodeViews, bringing them inline with there actual implementation
- a22767e: Merging inline style attributes now can properly merge conflicting style attribute names, resulting in cleaner HTML output and correctness

## 2.7.0-pre.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tiptap/core",
"description": "headless rich text editor",
"version": "2.7.0-pre.0",
"version": "2.7.0",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
Expand Down Expand Up @@ -32,7 +32,7 @@
"dist"
],
"devDependencies": {
"@tiptap/pm": "^2.7.0-pre.0"
"@tiptap/pm": "^2.7.0"
},
"peerDependencies": {
"@tiptap/pm": "^2.7.0-pre.0"
Expand Down
2 changes: 2 additions & 0 deletions packages/extension-blockquote/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Change Log

## 2.7.0

## 2.7.0-pre.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/extension-blockquote/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tiptap/extension-blockquote",
"description": "blockquote extension for tiptap",
"version": "2.7.0-pre.0",
"version": "2.7.0",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
Expand Down Expand Up @@ -29,7 +29,7 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^2.7.0-pre.0"
"@tiptap/core": "^2.7.0"
},
"peerDependencies": {
"@tiptap/core": "^2.7.0-pre.0"
Expand Down
2 changes: 2 additions & 0 deletions packages/extension-bold/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Change Log

## 2.7.0

## 2.7.0-pre.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/extension-bold/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tiptap/extension-bold",
"description": "bold extension for tiptap",
"version": "2.7.0-pre.0",
"version": "2.7.0",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
Expand Down Expand Up @@ -29,7 +29,7 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^2.7.0-pre.0"
"@tiptap/core": "^2.7.0"
},
"peerDependencies": {
"@tiptap/core": "^2.7.0-pre.0"
Expand Down
2 changes: 2 additions & 0 deletions packages/extension-bubble-menu/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Change Log

## 2.7.0

## 2.7.0-pre.0

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/extension-bubble-menu/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tiptap/extension-bubble-menu",
"description": "bubble-menu extension for tiptap",
"version": "2.7.0-pre.0",
"version": "2.7.0",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
Expand Down Expand Up @@ -38,8 +38,8 @@
},
"sideEffects": false,
"devDependencies": {
"@tiptap/core": "^2.7.0-pre.0",
"@tiptap/pm": "^2.7.0-pre.0"
"@tiptap/core": "^2.7.0",
"@tiptap/pm": "^2.7.0"
},
"peerDependencies": {
"@tiptap/core": "^2.7.0-pre.0",
Expand Down
2 changes: 2 additions & 0 deletions packages/extension-bullet-list/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Change Log

## 2.7.0

## 2.7.0-pre.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/extension-bullet-list/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tiptap/extension-bullet-list",
"description": "bullet list extension for tiptap",
"version": "2.7.0-pre.0",
"version": "2.7.0",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
Expand Down Expand Up @@ -29,7 +29,7 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^2.7.0-pre.0"
"@tiptap/core": "^2.7.0"
},
"peerDependencies": {
"@tiptap/core": "^2.7.0-pre.0"
Expand Down
2 changes: 2 additions & 0 deletions packages/extension-character-count/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Change Log

## 2.7.0

## 2.7.0-pre.0

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/extension-character-count/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tiptap/extension-character-count",
"description": "font family extension for tiptap",
"version": "2.7.0-pre.0",
"version": "2.7.0",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
Expand Down Expand Up @@ -29,8 +29,8 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^2.7.0-pre.0",
"@tiptap/pm": "^2.7.0-pre.0"
"@tiptap/core": "^2.7.0",
"@tiptap/pm": "^2.7.0"
},
"peerDependencies": {
"@tiptap/core": "^2.7.0-pre.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/extension-code-block-lowlight/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 2.7.0

### Patch Changes

- 9907eb3: Add support for lowlight v3 aliases

## 2.7.0-pre.0

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/extension-code-block-lowlight/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tiptap/extension-code-block-lowlight",
"description": "code block extension for tiptap",
"version": "2.7.0-pre.0",
"version": "2.7.0",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
Expand Down Expand Up @@ -29,9 +29,9 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^2.7.0-pre.0",
"@tiptap/extension-code-block": "^2.7.0-pre.0",
"@tiptap/pm": "^2.7.0-pre.0",
"@tiptap/core": "^2.7.0",
"@tiptap/extension-code-block": "^2.7.0",
"@tiptap/pm": "^2.7.0",
"lowlight": "^2 || ^3"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit a170cf4

Please sign in to comment.