Skip to content

Commit

Permalink
revert: "chore(release): publish a new pre-release version (#5769)"
Browse files Browse the repository at this point in the history
This reverts commit 177868a.
  • Loading branch information
nperez0111 committed Nov 17, 2024
1 parent 38abfdf commit 7619215
Show file tree
Hide file tree
Showing 128 changed files with 411 additions and 535 deletions.
5 changes: 5 additions & 0 deletions .changeset/chatty-monkeys-hear.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@tiptap/extension-list-keymap": patch
---

Fix backspace behavior when selection is not collapsed
5 changes: 5 additions & 0 deletions .changeset/chatty-pianos-learn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@tiptap/core": patch
---

preserve existing node attributes when running setNode
5 changes: 5 additions & 0 deletions .changeset/five-flowers-eat.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@tiptap/vue-3": patch
---

Fix editor destruction before transition end if editor is nested
5 changes: 5 additions & 0 deletions .changeset/five-mice-turn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@tiptap/extension-bubble-menu": patch
---

Add `element: HTMLElement` to `shouldShow` options within the BubbleMenu options.
5 changes: 5 additions & 0 deletions .changeset/fresh-coats-relate.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@tiptap/core": minor
---

Previously, only a json representation of the node could be inserted into the editor. This change allows for the insertion of Prosemirror `Node`s and `Fragment`s directly into the editor through the `insertContentAt`, `setContent` and `insertContent` commands.
5 changes: 5 additions & 0 deletions .changeset/funny-otters-protect.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@tiptap/core": patch
---

Addresses a bug with `insertContentAt`'s `simulatedPasteRules` option where it could only accept text and not Prosemirror `Node` and `Content`
5 changes: 5 additions & 0 deletions .changeset/happy-vans-smash.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@tiptap/core": patch
---

Updates the types of `addOptions` and `addStorage` to have the parent be possibly undefined which is the most accurate typing
5 changes: 5 additions & 0 deletions .changeset/lemon-berries-change.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@tiptap/core": patch
---

feat: add `once` to EventEmitters
5 changes: 5 additions & 0 deletions .changeset/long-pears-wash.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@tiptap/react": patch
---

This changes useEditorState to use the useLayoutEffect hook instead of the useEffect hook, so that state that might render to the page can be committed in one pass instead of two.
5 changes: 5 additions & 0 deletions .changeset/mean-moose-bow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@tiptap/vue-2": patch
---

Pin vue-ts-types to a working version for vue-2
9 changes: 9 additions & 0 deletions .changeset/pink-avocados-stare.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
"@tiptap/extension-floating-menu": patch
"@tiptap/extension-bubble-menu": patch
"@tiptap/react": patch
"@tiptap/vue-2": patch
"@tiptap/vue-3": patch
---

Fixes an issue where the bubble and flaoting menus on blur would remount
5 changes: 5 additions & 0 deletions .changeset/polite-buttons-wash.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@tiptap/react": patch
---

React 19 is now allowed as a peer dep, we did not have to make any changes for React 19
5 changes: 5 additions & 0 deletions .changeset/serious-coins-fail.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@tiptap/extension-mention": patch
---

add zero-width space to resolve cursor selection issue
6 changes: 6 additions & 0 deletions .changeset/shy-pigs-exercise.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@tiptap/core": patch
"@tiptap/extension-hard-break": patch
---

Add Node `linebreakReplacement` support and enable on hard-break nodes
5 changes: 5 additions & 0 deletions .changeset/swift-keys-collect.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@tiptap/core": patch
---

Improve handling of selections with `updateAttributes`. Should no longer modify parent nodes of the same type.
5 changes: 5 additions & 0 deletions .changeset/two-rats-watch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@tiptap/extension-table": patch
---

enforce cellMinWidth even on column not resized by the user, fixes #5435
6 changes: 6 additions & 0 deletions .changeset/witty-olives-protect.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@tiptap/extension-link": patch
"tiptap-demos": patch
---

The link extension's `validate` option now applies to both auto-linking and XSS mitigation. While, the new `shouldAutoLink` option is used to disable auto linking on an otherwise valid url.
6 changes: 0 additions & 6 deletions demos/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
# Change Log

## 2.5.1

### Patch Changes

- 444e6e5: The link extension's `validate` option now applies to both auto-linking and XSS mitigation. While, the new `shouldAutoLink` option is used to disable auto linking on an otherwise valid url.

## 2.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion demos/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tiptap-demos",
"version": "2.5.1",
"version": "2.5.0",
"private": true,
"type": "module",
"scripts": {
Expand Down
Loading

0 comments on commit 7619215

Please sign in to comment.