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 stable version #5843

Merged
merged 1 commit into from
Nov 20, 2024
Merged

Publish a new stable version #5843

merged 1 commit into from
Nov 20, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Nov 19, 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 main, this PR will be updated.

Releases

@tiptap/core@2.10.0

Minor Changes

  • 7619215: 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

  • 7619215: preserve existing node attributes when running setNode
  • 7619215: Addresses a bug with insertContentAt's simulatedPasteRules option where it could only accept text and not Prosemirror Node and Content
  • 7619215: Updates the types of addOptions and addStorage to have the parent be possibly undefined which is the most accurate typing
  • 7619215: feat: add once to EventEmitters
  • 7619215: Add Node linebreakReplacement support and enable on hard-break nodes
  • 7619215: Improve handling of selections with updateAttributes. Should no longer modify parent nodes of the same type.
  • 2ea807d: getMarkRange would greedily match more content than it should have if it was the same type of mark, now it will match only the mark at the position getMarkRange should be handled differently for link #3872

@tiptap/extension-bubble-menu@2.10.0

Patch Changes

  • 7619215: Add element: HTMLElement to shouldShow options within the BubbleMenu options.
  • 7619215: Fixes an issue where the bubble and flaoting menus on blur would remount
  • 1959eb5: Fix a potential null pointer exception

@tiptap/extension-floating-menu@2.10.0

Patch Changes

  • 7619215: Fixes an issue where the bubble and flaoting menus on blur would remount

@tiptap/extension-font-family@2.10.0

Patch Changes

  • 38abfdf: Font-family extension: Prevent removal of quotes in parseHTML

@tiptap/extension-hard-break@2.10.0

Patch Changes

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

@tiptap/extension-link@2.10.0

Patch Changes

  • 7619215: 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/extension-list-keymap@2.10.0

Patch Changes

  • 7619215: Fix backspace behavior when selection is not collapsed

@tiptap/extension-mention@2.10.0

Patch Changes

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

@tiptap/extension-table@2.10.0

Patch Changes

@tiptap/react@2.10.0

Patch Changes

  • 5eee480: React 19 changes how refs works, it will double mount them, all that we needed to do though was to use the JSX transform instead of createElement directly [Bug]: React 19 messes with "Mentions" example #5846
  • 7619215: 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.
  • 7619215: Fixes an issue where the bubble and flaoting menus on blur would remount
  • 7619215: React 19 is now allowed as a peer dep, we did not have to make any changes for React 19
  • Updated dependencies [7619215]
  • Updated dependencies [7619215]
  • Updated dependencies [1959eb5]
    • @tiptap/extension-bubble-menu@2.10.0
    • @tiptap/extension-floating-menu@2.10.0

@tiptap/starter-kit@2.10.0

Patch Changes

  • Updated dependencies [7619215]
  • Updated dependencies [7619215]
  • Updated dependencies [7619215]
  • Updated dependencies [7619215]
  • Updated dependencies [7619215]
  • Updated dependencies [7619215]
  • Updated dependencies [7619215]
  • Updated dependencies [2ea807d]
    • @tiptap/core@2.10.0
    • @tiptap/extension-hard-break@2.10.0
    • @tiptap/extension-blockquote@2.10.0
    • @tiptap/extension-bold@2.10.0
    • @tiptap/extension-bullet-list@2.10.0
    • @tiptap/extension-code@2.10.0
    • @tiptap/extension-code-block@2.10.0
    • @tiptap/extension-document@2.10.0
    • @tiptap/extension-dropcursor@2.10.0
    • @tiptap/extension-gapcursor@2.10.0
    • @tiptap/extension-heading@2.10.0
    • @tiptap/extension-history@2.10.0
    • @tiptap/extension-horizontal-rule@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-strike@2.10.0
    • @tiptap/extension-text@2.10.0
    • @tiptap/extension-text-style@2.10.0
    • @tiptap/pm@2.10.0

@tiptap/vue-2@2.10.0

Patch Changes

  • 7619215: Pin vue-ts-types to a working version for vue-2
  • 7619215: Fixes an issue where the bubble and flaoting menus on blur would remount
  • Updated dependencies [7619215]
  • Updated dependencies [7619215]
  • Updated dependencies [1959eb5]
    • @tiptap/extension-bubble-menu@2.10.0
    • @tiptap/extension-floating-menu@2.10.0

@tiptap/vue-3@2.10.0

Patch Changes

  • 7619215: Fix editor destruction before transition end if editor is nested
  • 7619215: Fixes an issue where the bubble and flaoting menus on blur would remount
  • Updated dependencies [7619215]
  • Updated dependencies [7619215]
  • Updated dependencies [1959eb5]
    • @tiptap/extension-bubble-menu@2.10.0
    • @tiptap/extension-floating-menu@2.10.0

@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

  • 7619215: 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 Nov 19, 2024

Deploy Preview for tiptap-embed ready!

Name Link
🔨 Latest commit 55f5e96
🔍 Latest deploy log https://app.netlify.com/sites/tiptap-embed/deploys/673db04fa362a6000836fb14
😎 Deploy Preview https://deploy-preview-5843--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.

Copy link
Contributor

@nperez0111 nperez0111 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good bot

@nperez0111 nperez0111 merged commit 4b2de33 into main Nov 20, 2024
4 checks passed
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.

1 participant