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

fix(deps): update tiptap monorepo to ^2.10.4 #2260

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 9, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@tiptap/core (source) ^2.9.1 -> ^2.10.4 age adoption passing confidence
@tiptap/extension-image (source) ^2.9.1 -> ^2.10.4 age adoption passing confidence
@tiptap/extension-link (source) ^2.9.1 -> ^2.10.4 age adoption passing confidence
@tiptap/extension-placeholder (source) ^2.9.1 -> ^2.10.4 age adoption passing confidence
@tiptap/pm (source) ^2.9.1 -> ^2.10.4 age adoption passing confidence
@tiptap/react (source) ^2.9.1 -> ^2.10.4 age adoption passing confidence
@tiptap/starter-kit (source) ^2.9.1 -> ^2.10.4 age adoption passing confidence

Release Notes

ueberdosis/tiptap (@​tiptap/core)

v2.10.4

Compare Source

v2.10.3

Compare Source

What's Changed
  • fix(link): change type HTMLLinkElement to HTMLAnchorElement (#​5858)
  • fix(character-count): setting content larger than limit should truncate #​5851 (#​5862)
  • fix(list-keymap): prevent selection deletions at the end of list items from joining lists (#​5863)
  • fix(code): more robust regex for text enclosed in backticks #​4467 (#​4468)
  • fix(core): update types to match prosemirror-view #​5867
  • fix(react): useIsomorphicLayoutEffect instead to support SSR #​5872

Full Changelog: ueberdosis/tiptap@v2.10.2...v2.10.3

v2.10.2

Compare Source

Patch Changes
  • e7f143d: This reverts typings that were causing issues for users #​5859

v2.10.1

Compare Source

What's Changed

Full Changelog: ueberdosis/tiptap@v2.10.0...v2.10.1

v2.10.0

Compare Source

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 #​3872
ueberdosis/tiptap (@​tiptap/extension-image)

v2.10.4

Compare Source

v2.10.3

Compare Source

What's Changed
  • fix(link): change type HTMLLinkElement to HTMLAnchorElement (#​5858)
  • fix(character-count): setting content larger than limit should truncate #​5851 (#​5862)
  • fix(list-keymap): prevent selection deletions at the end of list items from joining lists (#​5863)
  • fix(code): more robust regex for text enclosed in backticks #​4467 (#​4468)
  • fix(core): update types to match prosemirror-view #​5867
  • fix(react): useIsomorphicLayoutEffect instead to support SSR #​5872

Full Changelog: ueberdosis/tiptap@v2.10.2...v2.10.3

v2.10.2

Compare Source

v2.10.1

Compare Source

v2.10.0

Compare Source

ueberdosis/tiptap (@​tiptap/extension-link)

v2.10.4

Compare Source

v2.10.3

Compare Source

What's Changed
  • fix(link): change type HTMLLinkElement to HTMLAnchorElement (#​5858)
  • fix(character-count): setting content larger than limit should truncate #​5851 (#​5862)
  • fix(list-keymap): prevent selection deletions at the end of list items from joining lists (#​5863)
  • fix(code): more robust regex for text enclosed in backticks #​4467 (#​4468)
  • fix(core): update types to match prosemirror-view #​5867
  • fix(react): useIsomorphicLayoutEffect instead to support SSR #​5872

Full Changelog: ueberdosis/tiptap@v2.10.2...v2.10.3

v2.10.2

Compare Source

What's Changed

Full Changelog: ueberdosis/tiptap@v2.10.1...v2.10.2

v2.10.1

Compare Source

What's Changed

Full Changelog: ueberdosis/tiptap@v2.10.0...v2.10.1

v2.10.0

Compare Source

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.
ueberdosis/tiptap (@​tiptap/extension-placeholder)

v2.10.4

Compare Source

v2.10.3

Compare Source

What's Changed
  • fix(link): change type HTMLLinkElement to HTMLAnchorElement (#​5858)
  • fix(character-count): setting content larger than limit should truncate #​5851 (#​5862)
  • fix(list-keymap): prevent selection deletions at the end of list items from joining lists (#​5863)
  • fix(code): more robust regex for text enclosed in backticks #​4467 (#​4468)
  • fix(core): update types to match prosemirror-view #​5867
  • fix(react): useIsomorphicLayoutEffect instead to support SSR #​5872

Full Changelog: ueberdosis/tiptap@v2.10.2...v2.10.3

v2.10.2

Compare Source

What's Changed

Full Changelog: ueberdosis/tiptap@v2.10.1...v2.10.2

v2.10.1

Compare Source

What's Changed

Full Changelog: ueberdosis/tiptap@v2.10.0...v2.10.1

v2.10.0

Compare Source

ueberdosis/tiptap (@​tiptap/pm)

v2.10.4

Compare Source

v2.10.3

Compare Source

What's Changed
  • fix(link): change type HTMLLinkElement to HTMLAnchorElement (#​5858)
  • fix(character-count): setting content larger than limit should truncate #​5851 (#​5862)
  • fix(list-keymap): prevent selection deletions at the end of list items from joining lists (#​5863)
  • fix(code): more robust regex for text enclosed in backticks #​4467 (#​4468)
  • fix(core): update types to match prosemirror-view #​5867
  • fix(react): useIsomorphicLayoutEffect instead to support SSR #​5872

Full Changelog: ueberdosis/tiptap@v2.10.2...v2.10.3

v2.10.2

Compare Source

What's Changed

Full Changelog: ueberdosis/tiptap@v2.10.1...v2.10.2

v2.10.1

Compare Source

What's Changed

Full Changelog: ueberdosis/tiptap@v2.10.0...v2.10.1

v2.10.0

Compare Source

ueberdosis/tiptap (@​tiptap/react)

v2.10.4

Compare Source

v2.10.3

Compare Source

What's Changed
  • fix(link): change type HTMLLinkElement to HTMLAnchorElement (#​5858)
  • fix(character-count): setting content larger than limit should truncate #​5851 (#​5862)
  • fix(list-keymap): prevent selection deletions at the end of list items from joining lists (#​5863)
  • fix(code): more robust regex for text enclosed in backticks #​4467 (#​4468)
  • fix(core): update types to match prosemirror-view #​5867
  • fix(react): useIsomorphicLayoutEffect instead to support SSR #​5872

Full Changelog: ueberdosis/tiptap@v2.10.2...v2.10.3

v2.10.2

Compare Source

Patch Changes

v2.10.1

Compare Source

Patch Changes

v2.10.0

Compare Source

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 #​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]
ueberdosis/tiptap (@​tiptap/starter-kit)

v2.10.4

Compare Source

v2.10.3

Compare Source

What's Changed
  • fix(link): change type HTMLLinkElement to HTMLAnchorElement (#​5858)
  • fix(character-count): setting content larger than limit should truncate #​5851 (#​5862)
  • fix(list-keymap): prevent selection deletions at the end of list items from joining lists (#​5863)
  • fix(code): more robust regex for text enclosed in backticks #​4467 (#​4468)
  • fix(core): update types to match prosemirror-view #​5867
  • fix(react): useIsomorphicLayoutEffect instead to support SSR #​5872

Full Changelog: ueberdosis/tiptap@v2.10.2...v2.10.3

v2.10.2

Compare Source

What's Changed

Full Changelog: ueberdosis/tiptap@v2.10.1...v2.10.2

v2.10.1

Compare Source

What's Changed

Full Changelog: ueberdosis/tiptap@v2.10.0...v2.10.1

v2.10.0

Compare Source

Patch Changes

Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies label Dec 9, 2024
@coolify-skkuding
Copy link

coolify-skkuding bot commented Dec 9, 2024

The preview deployment is ready. 🟢

Open Preview | Open Build Logs

Last updated at: 2024-12-19 15:09:20 CET

@renovate renovate bot force-pushed the renovate/tiptap-monorepo branch from b806439 to 9665d10 Compare December 19, 2024 15:00
@renovate renovate bot changed the title fix(deps): update tiptap monorepo to ^2.10.3 fix(deps): update tiptap monorepo to ^2.10.4 Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants