chore: add previous changesets

This commit is contained in:
Nick the Sick 2024-07-13 11:36:39 +02:00
parent c15f89bb7e
commit fcf5eeec0f
No known key found for this signature in database
GPG Key ID: F575992F156E5BCC
5 changed files with 15 additions and 6 deletions

View File

@ -1,5 +0,0 @@
---
"@tiptap/core": patch
---
CI build testing

View File

@ -0,0 +1,5 @@
---
"@tiptap/core": patch
---
When `parseOptions.whitespace === 'full' or parseOptions.whitespace === true` setting content will no longer strip whitespaces on setContent

View File

@ -59,7 +59,6 @@
"@tiptap/vue-3": "2.4.0" "@tiptap/vue-3": "2.4.0"
}, },
"changesets": [ "changesets": [
"brown-gorillas-draw",
"clever-mice-search", "clever-mice-search",
"cuddly-socks-beg", "cuddly-socks-beg",
"curvy-windows-know", "curvy-windows-know",

View File

@ -0,0 +1,5 @@
---
"@tiptap/core": patch
---
Faster performance for checking if a node is empty and if something is a fragment

View File

@ -0,0 +1,5 @@
---
"@tiptap/extension-collaboration": minor
---
Add `ySyncOptions` property to `@tiptap/extension-collaboration` to allow passing options directly to y-prosemirror's plugin