Open github-actions[bot] opened 22 hours ago
Name | Link |
---|---|
Latest commit | 2f648b60e51f9415edf1c85ddaba9daeba43ee48 |
Latest deploy log | https://app.netlify.com/sites/tiptap-embed/deploys/673a29b5cceb5200085a2428 |
Deploy Preview | https://deploy-preview-5836--tiptap-embed.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to develop, this PR will be updated.
Releases
@tiptap/core@2.10.0
Minor Changes
Node
s andFragment
s directly into the editor through theinsertContentAt
,setContent
andinsertContent
commands.Patch Changes
insertContentAt
'ssimulatedPasteRules
option where it could only accept text and not ProsemirrorNode
andContent
addOptions
andaddStorage
to have the parent be possibly undefined which is the most accurate typingonce
to EventEmitterslinebreakReplacement
support and enable on hard-break nodesupdateAttributes
. Should no longer modify parent nodes of the same type.@tiptap/extension-bubble-menu@2.10.0
Patch Changes
element: HTMLElement
toshouldShow
options within the BubbleMenu options.@tiptap/extension-floating-menu@2.10.0
Patch Changes
@tiptap/extension-font-family@2.10.0
Patch Changes
@tiptap/extension-hard-break@2.10.0
Patch Changes
linebreakReplacement
support and enable on hard-break nodes@tiptap/extension-link@2.10.0
Patch Changes
validate
option now applies to both auto-linking and XSS mitigation. While, the newshouldAutoLink
option is used to disable auto linking on an otherwise valid url.@tiptap/extension-list-keymap@2.10.0
Patch Changes
@tiptap/extension-mention@2.10.0
Patch Changes
@tiptap/extension-table@2.10.0
Patch Changes
@tiptap/react@2.10.0
Patch Changes
@tiptap/starter-kit@2.10.0
Patch Changes
@tiptap/vue-2@2.10.0
Patch Changes
@tiptap/vue-3@2.10.0
Patch Changes
@tiptap/extension-blockquote@2.10.0
@tiptap/extension-bold@2.10.0
@tiptap/extension-bullet-list@2.10.0
@tiptap/extension-character-count@2.10.0
@tiptap/extension-code@2.10.0
@tiptap/extension-code-block@2.10.0
@tiptap/extension-code-block-lowlight@2.10.0
@tiptap/extension-collaboration@2.10.0
@tiptap/extension-collaboration-cursor@2.10.0
@tiptap/extension-color@2.10.0
@tiptap/extension-document@2.10.0
@tiptap/extension-dropcursor@2.10.0
@tiptap/extension-focus@2.10.0
@tiptap/extension-gapcursor@2.10.0
@tiptap/extension-heading@2.10.0
@tiptap/extension-highlight@2.10.0
@tiptap/extension-history@2.10.0
@tiptap/extension-horizontal-rule@2.10.0
@tiptap/extension-image@2.10.0
@tiptap/extension-italic@2.10.0
@tiptap/extension-list-item@2.10.0
@tiptap/extension-ordered-list@2.10.0
@tiptap/extension-paragraph@2.10.0
@tiptap/extension-placeholder@2.10.0
@tiptap/extension-strike@2.10.0
@tiptap/extension-subscript@2.10.0
@tiptap/extension-superscript@2.10.0
@tiptap/extension-table-cell@2.10.0
@tiptap/extension-table-header@2.10.0
@tiptap/extension-table-row@2.10.0
@tiptap/extension-task-item@2.10.0
@tiptap/extension-task-list@2.10.0
@tiptap/extension-text@2.10.0
@tiptap/extension-text-align@2.10.0
@tiptap/extension-text-style@2.10.0
@tiptap/extension-typography@2.10.0
@tiptap/extension-underline@2.10.0
@tiptap/extension-youtube@2.10.0
@tiptap/html@2.10.0
@tiptap/pm@2.10.0
@tiptap/suggestion@2.10.0
tiptap-demos@2.5.1
Patch Changes
validate
option now applies to both auto-linking and XSS mitigation. While, the newshouldAutoLink
option is used to disable auto linking on an otherwise valid url.