Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publish a new pre-release version #5458

Merged
merged 2 commits into from
Aug 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/dry-cycles-sleep.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gorgeous-rice-yell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/link-href-parsing-fix.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/loud-rockets-film.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ordered-list-type-attr.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/perfect-dryers-glow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/real-buckets-develop.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/rotten-beers-protect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/three-snakes-wink.md

This file was deleted.

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

## 2.6.0

### Minor Changes

- 86a8553: Add `getContent` to nodePasteRules to allow specifying inner content to a created node
- 222f2ac: Add the ability to add new attributes to a splitted list item
- e31673d: This PR significantly improves the performance of React NodeViews in a couple of ways:

- It now uses useSyncExternalStore to synchronize changes between React & the editor instance
- It dramatically reduces the number of re-renders by re-using instances of React portals that have already been initialized and unaffected by the change made in the editor

We were seeing performance problems with React NodeViews because a change to one of them would cause a re-render to all instances of node views. For an application that heavily relies on node views in React, this was quite expensive.
This should dramatically cut down on the number of instances that have to re-render, and, making each of those re-renders much less costly.

### Patch Changes

- @tiptap/[email protected]

## 2.5.9

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.5.9",
"version": "2.6.0",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
Expand Down Expand Up @@ -32,10 +32,10 @@
"dist"
],
"devDependencies": {
"@tiptap/pm": "^2.5.9"
"@tiptap/pm": "^2.6.0"
},
"peerDependencies": {
"@tiptap/pm": "^2.5.9"
"@tiptap/pm": "^2.6.0"
},
"repository": {
"type": "git",
Expand Down
9 changes: 9 additions & 0 deletions packages/extension-blockquote/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 2.6.0

### Patch Changes

- Updated dependencies [86a8553]
- Updated dependencies [222f2ac]
- Updated dependencies [e31673d]
- @tiptap/[email protected]

## 2.5.9

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.5.9",
"version": "2.6.0",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
Expand Down Expand Up @@ -29,10 +29,10 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^2.5.9"
"@tiptap/core": "^2.6.0"
},
"peerDependencies": {
"@tiptap/core": "^2.5.9"
"@tiptap/core": "^2.6.0"
},
"repository": {
"type": "git",
Expand Down
9 changes: 9 additions & 0 deletions packages/extension-bold/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 2.6.0

### Patch Changes

- Updated dependencies [86a8553]
- Updated dependencies [222f2ac]
- Updated dependencies [e31673d]
- @tiptap/[email protected]

## 2.5.9

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.5.9",
"version": "2.6.0",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
Expand Down Expand Up @@ -29,10 +29,10 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^2.5.9"
"@tiptap/core": "^2.6.0"
},
"peerDependencies": {
"@tiptap/core": "^2.5.9"
"@tiptap/core": "^2.6.0"
},
"repository": {
"type": "git",
Expand Down
10 changes: 10 additions & 0 deletions packages/extension-bubble-menu/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 2.6.0

### Patch Changes

- Updated dependencies [86a8553]
- Updated dependencies [222f2ac]
- Updated dependencies [e31673d]
- @tiptap/[email protected]
- @tiptap/[email protected]

## 2.5.9

### Patch Changes
Expand Down
10 changes: 5 additions & 5 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.5.9",
"version": "2.6.0",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
Expand Down Expand Up @@ -38,12 +38,12 @@
},
"sideEffects": false,
"devDependencies": {
"@tiptap/core": "^2.5.9",
"@tiptap/pm": "^2.5.9"
"@tiptap/core": "^2.6.0",
"@tiptap/pm": "^2.6.0"
},
"peerDependencies": {
"@tiptap/core": "^2.5.9",
"@tiptap/pm": "^2.5.9"
"@tiptap/core": "^2.6.0",
"@tiptap/pm": "^2.6.0"
},
"scripts": {
"clean": "rm -rf dist",
Expand Down
9 changes: 9 additions & 0 deletions packages/extension-bullet-list/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 2.6.0

### Patch Changes

- Updated dependencies [86a8553]
- Updated dependencies [222f2ac]
- Updated dependencies [e31673d]
- @tiptap/[email protected]

## 2.5.9

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.5.9",
"version": "2.6.0",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
Expand Down Expand Up @@ -29,10 +29,10 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^2.5.9"
"@tiptap/core": "^2.6.0"
},
"peerDependencies": {
"@tiptap/core": "^2.5.9"
"@tiptap/core": "^2.6.0"
},
"repository": {
"type": "git",
Expand Down
10 changes: 10 additions & 0 deletions packages/extension-character-count/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 2.6.0

### Patch Changes

- Updated dependencies [86a8553]
- Updated dependencies [222f2ac]
- Updated dependencies [e31673d]
- @tiptap/[email protected]
- @tiptap/[email protected]

## 2.5.9

### Patch Changes
Expand Down
10 changes: 5 additions & 5 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.5.9",
"version": "2.6.0",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
Expand Down Expand Up @@ -29,12 +29,12 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^2.5.9",
"@tiptap/pm": "^2.5.9"
"@tiptap/core": "^2.6.0",
"@tiptap/pm": "^2.6.0"
},
"peerDependencies": {
"@tiptap/core": "^2.5.9",
"@tiptap/pm": "^2.5.9"
"@tiptap/core": "^2.6.0",
"@tiptap/pm": "^2.6.0"
},
"repository": {
"type": "git",
Expand Down
11 changes: 11 additions & 0 deletions packages/extension-code-block-lowlight/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 2.6.0

### Patch Changes

- Updated dependencies [86a8553]
- Updated dependencies [222f2ac]
- Updated dependencies [e31673d]
- @tiptap/[email protected]
- @tiptap/[email protected]
- @tiptap/[email protected]

## 2.5.9

### Patch Changes
Expand Down
14 changes: 7 additions & 7 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.5.9",
"version": "2.6.0",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
Expand Down Expand Up @@ -29,15 +29,15 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^2.5.9",
"@tiptap/extension-code-block": "^2.5.9",
"@tiptap/pm": "^2.5.9",
"@tiptap/core": "^2.6.0",
"@tiptap/extension-code-block": "^2.6.0",
"@tiptap/pm": "^2.6.0",
"lowlight": "^2 || ^3"
},
"peerDependencies": {
"@tiptap/core": "^2.5.9",
"@tiptap/extension-code-block": "^2.5.9",
"@tiptap/pm": "^2.5.9",
"@tiptap/core": "^2.6.0",
"@tiptap/extension-code-block": "^2.6.0",
"@tiptap/pm": "^2.6.0",
"lowlight": "^2 || ^3",
"highlight.js": "^11"
},
Expand Down
10 changes: 10 additions & 0 deletions packages/extension-code-block/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 2.6.0

### Patch Changes

- Updated dependencies [86a8553]
- Updated dependencies [222f2ac]
- Updated dependencies [e31673d]
- @tiptap/[email protected]
- @tiptap/[email protected]

## 2.5.9

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/extension-code-block/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tiptap/extension-code-block",
"description": "code block extension for tiptap",
"version": "2.5.9",
"version": "2.6.0",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
Expand Down Expand Up @@ -29,12 +29,12 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^2.5.9",
"@tiptap/pm": "^2.5.9"
"@tiptap/core": "^2.6.0",
"@tiptap/pm": "^2.6.0"
},
"peerDependencies": {
"@tiptap/core": "^2.5.9",
"@tiptap/pm": "^2.5.9"
"@tiptap/core": "^2.6.0",
"@tiptap/pm": "^2.6.0"
},
"repository": {
"type": "git",
Expand Down
Loading