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 #5769

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

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Oct 25, 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 develop, this PR will be updated.

Releases

@tiptap/[email protected]

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

  • 3c82af3: 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.
  • ddd3d71: React 19 is now allowed as a peer dep, we did not have to make any changes for React 19
  • Updated dependencies [830e683]

@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 Oct 25, 2024

Deploy Preview for tiptap-embed ready!

Name Link
🔨 Latest commit 2634ea5
🔍 Latest deploy log https://app.netlify.com/sites/tiptap-embed/deploys/673318c9662d670008cefa43
😎 Deploy Preview https://deploy-preview-5769--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/develop branch 13 times, most recently from 3928b44 to 52116b6 Compare November 1, 2024 16:01
@github-actions github-actions bot force-pushed the changeset-release/develop branch 12 times, most recently from 556c9d2 to 0edb6f9 Compare November 11, 2024 08:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: <col> element missing min-width (or width) style when column hasn't been resized
0 participants