Skip to content

Update all non-major dependencies #5

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

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented May 29, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@tiptap/core (source) ^2.0.0-beta.141 -> ^2.12.0 age adoption passing confidence
@tiptap/extension-table (source) ^2.0.0-beta.43 -> ^2.12.0 age adoption passing confidence
@tiptap/extension-table-cell (source) ^2.0.0-beta.20 -> ^2.12.0 age adoption passing confidence
@tiptap/extension-table-header (source) ^2.0.0-beta.22 -> ^2.12.0 age adoption passing confidence
@tiptap/extension-table-row (source) ^2.0.0-beta.19 -> ^2.12.0 age adoption passing confidence
typescript (source) ^4.5.2 -> ^4.9.5 age adoption passing confidence

Release Notes

ueberdosis/tiptap (@​tiptap/core)

v2.12.0

Compare Source

v2.11.9

Compare Source

v2.11.8

Compare Source

Patch Changes
  • 8147cc7: Fixes a bug where you could not unregister multiple plugins.

v2.11.7

Compare Source

Patch Changes
  • e23882d: Clone dragged node before dragging to get correct drag preview image

v2.11.6

Compare Source

Patch Changes
  • 826cfe7: Export focusEvents plugin key

v2.11.5

Compare Source

v2.11.4

Compare Source

v2.11.3

Compare Source

Patch Changes
  • a44a7c3: fix(core): do not reset marks, or nodes when using IME on mobile devices
  • fa63c47: Focus synchronously only if on iOS or Android #​4448

v2.11.2

Compare Source

Patch Changes

v2.11.1

Compare Source

v2.11.0

Compare Source

Minor Changes
  • 8c619c6: Add rewriteUnknownContent helper, which can strip your editor JSON of content which is invalid within the current editor's schema
Patch Changes
  • 283e606: Fixed an issue on Android where the focus command would cause the keyboard to flash
  • ca6269e: Added support for drag-and-drop between multiple editors
  • e0dfecc: Updates the typings to be inline with prosemirror-view #​5867
  • 722ec00: Use an AllSelection for the selectAll command #​5516
  • b7ef150: Fixed an issue with nodeviews preventing any drag events in child nodes of the nodeview wrapper element

v2.10.4

Compare Source

v2.10.3

Compare Source

Patch Changes

v2.10.2

Compare Source

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

v2.10.1

Compare Source

Patch Changes
  • 87d63d8: Update TypeScript types to allow options to be optional

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

v2.9.1

Compare Source

v2.9.0

Compare Source

Patch Changes
  • ffb51d3: insertContentAt, setContent, and insertContent commands now respect the editor's pre-defined parseOptions configuration if the command does not specify it's own parseOptions
  • 873a67c: This allows the Editor isntance to unregister multiple plugins in a single editor state replacement
  • d96f679: Fixed an issue while updating attributes on a NodePos that was not a text
  • e606c06: Updates the typings of DecorationsWithTypes to be more accurate to the prosemirror implementation even though it is not completely exposed as an API
  • a2eea24: Added role and aria-label attributes to the contenteditable field for better screenreader support and mouseless controls
  • d96f679: Fixed issues with NodePos child positions causing wrong positions when used on non-text atoms
  • 4efd227: Fixed an issue with getMarkRange not returning the correct range when cursor is at the start of the specified mark

v2.8.0

Compare Source

Minor Changes
  • 6834a7f: Bundling of packages no longer includes tiptap dependency type definitions
Patch Changes
  • 8ee534d: This refactors the onDrop and onPaste event callbacks to be Tiptap extensions rather than separate Prosemirror plugins which was forcing the editor to recreate the view on initialization.

v2.7.4

Compare Source

Patch Changes
  • 7ef401d: This plugs a memory leak where there is a circular reference between the view's DOM node and the editor instance, to resolve this, before destroying the view we need to delete the reference to the editor instance on the DOM node #​5654

v2.7.3

Compare Source

Patch Changes
  • f76515a: Update the typing for NodeViewProps to be an interface rather than a concrete type #​5632
  • d57ee51: filter rendered extensionAttributes (#​5588)

v2.7.2

Compare Source

v2.7.1

Compare Source

Patch Changes
  • 888f574: Fixed Slice import in DropPlugin

v2.7.0

Compare Source

Minor Changes
  • 97ea55f: Fixes #​5490. The preventClearDocument meta tag can now be used to prevent the clearDocument plugin in the core keymap extension from modifying transactions that appear to clear the document (but might be clearing it for other reasons).
  • 9e18d24: Added onPaste and onDrop options to the editor allowing for easier event binding for both cases
  • 97ea55f: An object can now be passed to enableCoreExtensions to allow disabling only specific core extensions.
Patch Changes
  • f805333: fix: check for schema's nesting rules on contentCheck
  • 07fa49d: Copy over node attributes on node toggling (for example to keep text styles while toggling a headline)
  • 7f24a66: Update the Typescript types for NodeViews, bringing them inline with there actual implementation
  • a22767e: Merging inline style attributes now can properly merge conflicting style attribute names, resulting in cleaner HTML output and correctness

v2.6.6

Compare Source

Patch Changes

v2.6.5

Compare Source

Patch Changes

v2.6.4

Compare Source

Patch Changes

v2.6.3

Compare Source

Patch Changes

v2.6.2

Compare Source

Patch Changes

v2.6.1

Compare Source

Patch Changes

v2.6.0

Compare Source

Minor Changes
  • 86a8553: Add getContent to nodePasteRules to allow specifying inner content to a created node

  • 222f2ac: Add the ability to add new attributes to a splitted list item

  • e31673d: This PR significantly improves the performance of React NodeViews in a couple of ways:

    • It now uses useSyncExternalStore to synchronize changes between React & the editor instance
    • It dramatically reduces the number of re-renders by re-using instances of React portals that have already been initialized and unaffected by the change made in the editor

    We were seeing performance problems with React NodeViews because a change to one of them would cause a re-render to all instances of node views. For an application that heavily relies on node views in React, this was quite expensive.
    This should dramatically cut down on the number of instances that have to re-render, and, making each of those re-renders much less costly.

Patch Changes

v2.5.9

Compare Source

Patch Changes
  • 84ebd51: Fix change criteria for isNodeEmpty to resolve #​5415
  • 0ec0af6: fix(core): findDuplicates - use Array.from when converting Set
  • ae0254d: Add ignoreWhitespace option to isNodeEmpty to ignore any whitespace and hardbreaks in a node to check for emptiness
  • efb27fa: This fixes a discrepency between getMarksBetween and isActive(markName) where the position used for getMarksBetween was off by one

v2.5.8

Compare Source

Patch Changes

v2.5.7

Compare Source

Patch Changes
  • b012471: This addresses an issue with isNodeEmpty function where it was also comparing node attributes and finding mismatches on actually empty nodes. This helps placeholders find empty content correctly
  • cc3497e: Fixes a bug where if enableContentCheck was true, inserting content as JSON nodes would fail. This was because the node that was being created technically had a different schema than the content being inserted, so it would fail to generate the correct content value

v2.5.6

Compare Source

Patch Changes
  • 618bca9: Adjust the splitBlock command to return false when it was unsuccessful.
  • 35682d1: This fixes a bug with the placeholder extension where a heading level other than the default was not considered empty, when comparing node contents, we need to consider that the node attributes are carried over for a fair comparison of content instead of attribute values
  • 2104f0f: Add a check beforecreateNodeViews so that view.setProps is not called when the view has already been destroyed
  • Updated dependencies [b5c1b32]

v2.5.5

Compare Source

Patch Changes
  • 4cca382: Make sure that atoms are used in-full without cutting the content. Node size for atoms is 1 which causes text to be cut unexpectedly.
  • 3b67e8a: This changes the typing to not declare types on all HTMLElements, just a local one with the editor instance attached

v2.5.4

Compare Source

Patch Changes
  • dd7f9ac: There was an issue with the cjs bundling of packages and default exports, now we resolve default exports in legacy compatible way
  • Updated dependencies [dd7f9ac]

v2.5.3

Compare Source

Patch Changes

v2.5.2

Compare Source

Patch Changes
  • 07f4c03: There was a bug where doing a .configure on an extension, node or mark would overwrite the extensions options instead of being merged with the default options.

v2.5.1

Compare Source

Patch Changes

v2.5.0

Compare Source

Patch Changes
  • fb45149: Made some minor changes to how packages are built
  • fb45149: When parseOptions.whitespace === 'full' or parseOptions.whitespace === true setting content will no longer strip whitespaces on setContent
  • fb45149: Faster performance for checking if a node is empty and if something is a fragment
  • fb45149: Vue 3 bubble menus are properly synchronized with state transitions with the new beforeTransaction hook which is fired before the transaction is applied to the view

v2.4.0

Compare Source

Bug Fixes
  • core: configure should use the parent of the current instance, to avoid duplication (#​5147) (4db463c)
Features

2.3.2 (2024-05-08)

Bug Fixes

2.3.1 (2024-04-30)

Note: Version bump only for package @​tiptap/core

v2.3.2

Compare Source

Bug Fixes

v2.3.1

Compare Source

Note: Version bump only for package @​tiptap/core

v2.3.0

Compare Source

Bug Fixes
Features
  • core: apply input and paste rules when using insertContent methods (#​5046) (96b6abc)

2.2.6 (2024-04-06)

Bug Fixes

2.2.5 (2024-04-05)

Note: Version bump only for package @​tiptap/core

2.2.4 (2024-02-23)

Bug Fixes
  • typecheck drag and clipboard events for testing environments (bbee9a3)

2.2.3 (2024-02-15)

Note: Version bump only for package @​tiptap/core

2.2.2 (2024-02-07)

Note: Version bump only for package @​tiptap/core

2.2.1 (2024-01-31)

Note: Version bump only for package @​tiptap/core

v2.2.6

Compare Source

Bug Fixes

v2.2.5

Compare Source

Note: Version bump only for package @​tiptap/core

v2.2.4

Compare Source

Bug Fixes
  • typecheck drag and clipboard events for testing environments (bbee9a3)

v2.2.3

Compare Source

Note: Version bump only for package @​tiptap/core

v2.2.2

Compare Source

Note: Version bump only for package @​tiptap/core

v2.2.1

Compare Source

Note: Version bump only for package @​tiptap/core

v2.2.0

Compare Source

Bug Fixes

v2.1.16

Compare Source

Bug Fixes
  • core: fix new lines being added via elementFromString (#​4767) (2235908)

v2.1.15

Compare Source

Bug Fixes
  • core: fix insertContentAt keeping new lines in html content (#​4465) (135a12f)

v2.1.14

Compare Source

Note: Version bump only for package @​tiptap/core

v2.1.13

Compare Source

Note: Version bump only for package @​tiptap/core

v2.1.12

Compare Source

Note: Version bump only for package @​tiptap/core

v2.1.11

Compare Source

Reverts

v2.1.10

Compare Source

Note: Version bump only for package @​tiptap/core

v2.1.9

Compare Source

Note: Version bump only for package @​tiptap/core

v2.1.8

Compare Source

Note: Version bump only for package @​tiptap/core

v2.1.7

Compare Source

Note: Version bump only for package @​tiptap/core

v2.1.6

Compare Source

Bug Fixes
  • core: fix broken export (4227f32)

v2.1.4

Compare Source

Bug Fixes

v2.1.3

Compare Source

Note: Version bump only for package @​tiptap/core

v2.1.2

Compare Source

Bug Fixes

v2.1.1

Compare Source

Bug Fixes
  • core: fix new lines being added via elementFromString (#​4767) (2235908)

v2.1.0

Compare Source

Note: Version bump only for package @​tiptap/core

v2.0.4

Compare Source

What's Changed

Full Changelog: ueberdosis/tiptap@v2.0.3...v2.0.4

v2.0.3

Compare Source

Note: Version bump only for package @​tiptap/core

v2.0.2

Compare Source

Note: Version bump only for package @​tiptap/core

v2.0.1

Compare Source

Bug Fixes

v2.0.0

Compare Source

Bug Fixes
  • core: fix destroyed view causing errors on dispatchTransaction (#​3799) (3c07ca0)

v2.0.0-rc.3

Compare Source

New Features
CI & Documentation

Full Changelog: ueberdosis/tiptap@v2.0.0-rc.2...v2.0.0-rc.3

v2.0.0-rc.2

Compare Source

What's Changed

Full Changelog: ueberdosis/tiptap@v2.0.0-rc.1...v2.0.0-rc.2

v2.0.0-rc.1

Compare Source

What's Changed
New Contributors

Full Changelog: ueberdosis/tiptap@v2.0.0-beta.220...v2.0.0-rc.1

v2.0.0-beta.220

Compare Source

Bug Fixes
  • core: fix destroyed view causing errors on dispatchTransaction (#​3799) (3c07ca0)

v2.0.0-beta.219

Compare Source

Bug Fixes
Features

v2.0.0-beta.218

Compare Source

Bug Fixes

v2.0.0-beta.217

Compare Source

Note: Version bump only for package @​tiptap/core

v2.0.0-beta.216

Compare Source

Note: Version bump only for package @​tiptap/core

v2.0.0-beta.215

[Compare Source](https://redirect.github.com/ueberdosis/tiptap/compare/v2.0.0-beta.214...v2.


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) in timezone America/New_York, 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 force-pushed the renovate/all-minor-patch branch from c5d9391 to 825f31a Compare July 17, 2023 11:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 58b1fb6 to 7b959b2 Compare August 18, 2023 19:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7b959b2 to 874ed5f Compare August 23, 2023 18:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 874ed5f to 5bba82d Compare September 4, 2023 20:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from ed56481 to 22ffef9 Compare September 20, 2023 19:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 22ffef9 to c8d64b2 Compare October 11, 2023 15:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c8d64b2 to 314ba78 Compare November 30, 2023 20:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 65072b0 to 56061c5 Compare January 11, 2024 14:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from e736b04 to 5204f1d Compare January 31, 2024 10:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5204f1d to fa64823 Compare February 7, 2024 16:19
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from fa64823 to daa2af7 Compare February 15, 2024 16:19
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from daa2af7 to b6413e7 Compare February 23, 2024 13:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from c779491 to 078ea62 Compare April 9, 2024 13:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 078ea62 to 0052ea7 Compare April 30, 2024 16:21
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from a912dd1 to 5061ee2 Compare May 14, 2024 13:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5061ee2 to 250a3ae Compare July 14, 2024 15:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 6a047ac to 018a0b9 Compare August 15, 2024 10:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 56cbce9 to 6078ff1 Compare August 23, 2024 11:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from dea74c9 to 218acd0 Compare September 19, 2024 11:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from a1c35a1 to b65b554 Compare September 30, 2024 15:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 667834f to d00ea0f Compare October 23, 2024 09:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 0a34b69 to 397824e Compare November 26, 2024 18:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 397824e to d1040c1 Compare December 19, 2024 14:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d1040c1 to 172f3d7 Compare December 30, 2024 16:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 1a84fc3 to 5f0fcba Compare January 10, 2025 21:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5f0fcba to 9af00b7 Compare January 22, 2025 18:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from a4fe8e9 to acf9152 Compare January 31, 2025 10:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 94ef2b5 to dd98988 Compare March 30, 2025 01:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from dd98988 to 5f4d820 Compare April 30, 2025 03:25
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5f4d820 to 07dfcde Compare May 5, 2025 15:31
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