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 (next) #5653

Open
wants to merge 1 commit into
base: next
Choose a base branch
from

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Sep 24, 2024

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 next, this PR will be updated.

⚠️⚠️⚠️⚠️⚠️⚠️

next is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, run changeset pre exit on next.

⚠️⚠️⚠️⚠️⚠️⚠️

Releases

@tiptap/[email protected]

Major Changes

  • 37913d5: Fix getPos type in NodeViewRendererProps to potentially be undefined

    Breaking change: Types may flag uses of getPos where an undefined possibility isn't handled.
    Why this change was made: To ensure the type reflects the real functionality of this function.
    How to update: Ensure that the return value of getPos exists before making use of the value.

  • 12bb31a: insertContent and insertContentAt commands should not split text nodes like paragraphs into multiple nodes when the inserted content is at the beginning of the text to avoid empty nodes being created

Minor Changes

  • 893e44e: Previously, only a json representation of the node could be inserted into the editor. This change allows for the insertion of Prosemirror Nodes and Fragments directly into the editor through the insertContentAt, setContent and insertContent commands.

Patch Changes

  • 48cba54: preserve existing node attributes when running setNode
  • f323e5b: Addresses a bug with insertContentAt's simulatedPasteRules option where it could only accept text and not Prosemirror Node and Content
  • d2f366d: Updates the types of addOptions and addStorage to have the parent be possibly undefined which is the most accurate typing
  • 53673fb: feat: add once to EventEmitters
  • 2178118: Add Node linebreakReplacement support and enable on hard-break nodes
  • c50eb4b: Improve handling of selections with updateAttributes. Should no longer modify parent nodes of the same type.

@tiptap/[email protected]

Patch Changes

  • 830e683: Add element: HTMLElement to shouldShow options within the BubbleMenu options.

@tiptap/[email protected]

Patch Changes

  • 2178118: Add Node linebreakReplacement support and enable on hard-break nodes

@tiptap/[email protected]

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.

@tiptap/[email protected]

Patch Changes

  • 8837156: Fix backspace behavior when selection is not collapsed

@tiptap/[email protected]

Patch Changes

  • 6b2df67: add zero-width space to resolve cursor selection issue

@tiptap/[email protected]

Patch Changes

@tiptap/[email protected]

Patch Changes

@tiptap/[email protected]

Patch Changes

@tiptap/[email protected]

Patch Changes

@tiptap/[email protected]

Patch Changes

@tiptap/[email protected]

@tiptap/[email protected]

@tiptap/[email protected]

@tiptap/[email protected]

@tiptap/[email protected]

@tiptap/[email protected]

@tiptap/[email protected]

@tiptap/[email protected]

@tiptap/[email protected]

@tiptap/[email protected]

@tiptap/[email protected]

@tiptap/[email protected]

@tiptap/[email protected]

@tiptap/[email protected]

@tiptap/[email protected]

@tiptap/[email protected]

@tiptap/[email protected]

@tiptap/[email protected]

@tiptap/[email protected]

@tiptap/[email protected]

@tiptap/[email protected]

@tiptap/[email protected]

@tiptap/[email protected]

@tiptap/[email protected]

@tiptap/[email protected]

@tiptap/[email protected]

@tiptap/[email protected]

@tiptap/[email protected]

@tiptap/[email protected]

@tiptap/[email protected]

@tiptap/[email protected]

@tiptap/[email protected]

@tiptap/[email protected]

@tiptap/[email protected]

@tiptap/[email protected]

@tiptap/[email protected]

@tiptap/[email protected]

@tiptap/[email protected]

@tiptap/[email protected]

@tiptap/[email protected]

@tiptap/[email protected]

@tiptap/[email protected]

@tiptap/[email protected]

[email protected]

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.

Copy link

netlify bot commented Sep 24, 2024

Deploy Preview for tiptap-embed ready!

Name Link
🔨 Latest commit 3356864
🔍 Latest deploy log https://app.netlify.com/sites/tiptap-embed/deploys/67320633de1c000008e7453f
😎 Deploy Preview https://deploy-preview-5653--tiptap-embed.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@github-actions github-actions bot force-pushed the changeset-release/next branch 3 times, most recently from ce73be5 to 2863bf7 Compare September 26, 2024 13:19
@github-actions github-actions bot force-pushed the changeset-release/next branch 4 times, most recently from 2a06603 to 5fcabe5 Compare November 6, 2024 12:58
@github-actions github-actions bot force-pushed the changeset-release/next branch 6 times, most recently from 168e7d7 to 75d98eb Compare November 11, 2024 13:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Triage open
Development

Successfully merging this pull request may close these issues.

0 participants