-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/all-minor-patch
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
c5d9391
to
825f31a
Compare
58b1fb6
to
7b959b2
Compare
7b959b2
to
874ed5f
Compare
874ed5f
to
5bba82d
Compare
ed56481
to
22ffef9
Compare
22ffef9
to
c8d64b2
Compare
c8d64b2
to
314ba78
Compare
65072b0
to
56061c5
Compare
e736b04
to
5204f1d
Compare
5204f1d
to
fa64823
Compare
fa64823
to
daa2af7
Compare
daa2af7
to
b6413e7
Compare
c779491
to
078ea62
Compare
078ea62
to
0052ea7
Compare
a912dd1
to
5061ee2
Compare
5061ee2
to
250a3ae
Compare
6a047ac
to
018a0b9
Compare
56cbce9
to
6078ff1
Compare
dea74c9
to
218acd0
Compare
a1c35a1
to
b65b554
Compare
667834f
to
d00ea0f
Compare
0a34b69
to
397824e
Compare
397824e
to
d1040c1
Compare
d1040c1
to
172f3d7
Compare
1a84fc3
to
5f0fcba
Compare
5f0fcba
to
9af00b7
Compare
a4fe8e9
to
acf9152
Compare
94ef2b5
to
dd98988
Compare
dd98988
to
5f4d820
Compare
5f4d820
to
07dfcde
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^2.0.0-beta.141
->^2.12.0
^2.0.0-beta.43
->^2.12.0
^2.0.0-beta.20
->^2.12.0
^2.0.0-beta.22
->^2.12.0
^2.0.0-beta.19
->^2.12.0
^4.5.2
->^4.9.5
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 imagev2.11.6
Compare Source
Patch Changes
826cfe7
: Export focusEvents plugin keyv2.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 devicesfa63c47
: Focus synchronously only if on iOS or Android #4448v2.11.2
Compare Source
Patch Changes
2abd4df
: Re-releasev2.11.1
Compare Source
v2.11.0
Compare Source
Minor Changes
8c619c6
: AddrewriteUnknownContent
helper, which can strip your editor JSON of content which is invalid within the current editor's schemaPatch Changes
283e606
: Fixed an issue on Android where the focus command would cause the keyboard to flashca6269e
: Added support for drag-and-drop between multiple editorse0dfecc
: Updates the typings to be inline with prosemirror-view #5867722ec00
: Use anAllSelection
for theselectAll
command #5516b7ef150
: Fixed an issue with nodeviews preventing any drag events in child nodes of the nodeview wrapper elementv2.10.4
Compare Source
v2.10.3
Compare Source
Patch Changes
7c6774e
: Updates the typings to be inline with Prosemirror-view #5867v2.10.2
Compare Source
Patch Changes
e7f143d
: This reverts typings that were causing issues for users #5859v2.10.1
Compare Source
Patch Changes
87d63d8
: Update TypeScript types to allow options to be optionalv2.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 ProsemirrorNode
s andFragment
s directly into the editor through theinsertContentAt
,setContent
andinsertContent
commands.Patch Changes
7619215
: preserve existing node attributes when running setNode7619215
: Addresses a bug withinsertContentAt
'ssimulatedPasteRules
option where it could only accept text and not ProsemirrorNode
andContent
7619215
: Updates the types ofaddOptions
andaddStorage
to have the parent be possibly undefined which is the most accurate typing7619215
: feat: addonce
to EventEmitters7619215
: Add NodelinebreakReplacement
support and enable on hard-break nodes7619215
: Improve handling of selections withupdateAttributes
. 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 #3872v2.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 parseOptions873a67c
: This allows the Editor isntance to unregister multiple plugins in a single editor state replacementd96f679
: Fixed an issue while updating attributes on a NodePos that was not a texte606c06
: Updates the typings ofDecorationsWithTypes
to be more accurate to the prosemirror implementation even though it is not completely exposed as an APIa2eea24
: Added role and aria-label attributes to the contenteditable field for better screenreader support and mouseless controlsd96f679
: Fixed issues with NodePos child positions causing wrong positions when used on non-text atoms4efd227
: Fixed an issue with getMarkRange not returning the correct range when cursor is at the start of the specified markv2.8.0
Compare Source
Minor Changes
6834a7f
: Bundling of packages no longer includes tiptap dependency type definitionsPatch Changes
8ee534d
: This refactors theonDrop
andonPaste
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 #5654v2.7.3
Compare Source
Patch Changes
f76515a
: Update the typing for NodeViewProps to be an interface rather than a concrete type #5632d57ee51
: filter rendered extensionAttributes (#5588)v2.7.2
Compare Source
v2.7.1
Compare Source
Patch Changes
888f574
: Fixed Slice import in DropPluginv2.7.0
Compare Source
Minor Changes
97ea55f
: Fixes #5490. ThepreventClearDocument
meta tag can now be used to prevent theclearDocument
plugin in the core keymap extension from modifying transactions that appear to clear the document (but might be clearing it for other reasons).9e18d24
: AddedonPaste
andonDrop
options to the editor allowing for easier event binding for both cases97ea55f
: An object can now be passed toenableCoreExtensions
to allow disabling only specific core extensions.Patch Changes
f805333
: fix: check for schema's nesting rules on contentCheck07fa49d
: 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 implementationa22767e
: Merging inline style attributes now can properly merge conflicting style attribute names, resulting in cleaner HTML output and correctnessv2.6.6
Compare Source
Patch Changes
8d8d999
: fix: check for schema's nesting rules on contentCheckv2.6.5
Compare Source
Patch Changes
v2.6.4
Compare Source
Patch Changes
v2.6.3
Compare Source
Patch Changes
da76972
: Resolve several selection related bug #2690 #5208v2.6.2
Compare Source
Patch Changes
v2.6.1
Compare Source
Patch Changes
v2.6.0
Compare Source
Minor Changes
86a8553
: AddgetContent
to nodePasteRules to allow specifying inner content to a created node222f2ac
: Add the ability to add new attributes to a splitted list iteme31673d
: This PR significantly improves the performance of React NodeViews in a couple of ways: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 #54150ec0af6
: fix(core): findDuplicates - use Array.from when converting Setae0254d
: AddignoreWhitespace
option toisNodeEmpty
to ignore any whitespace and hardbreaks in a node to check for emptinessefb27fa
: This fixes a discrepency betweengetMarksBetween
andisActive(markName)
where the position used for getMarksBetween was off by onev2.5.8
Compare Source
Patch Changes
a08bf85
: This fixes a bug with inputrules not being able to resolve positions properlyv2.5.7
Compare Source
Patch Changes
b012471
: This addresses an issue withisNodeEmpty
function where it was also comparing node attributes and finding mismatches on actually empty nodes. This helps placeholders find empty content correctlycc3497e
: Fixes a bug where ifenableContentCheck
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 valuev2.5.6
Compare Source
Patch Changes
618bca9
: Adjust thesplitBlock
command to returnfalse
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 values2104f0f
: Add a check beforecreateNodeViews so that view.setProps is not called when the view has already been destroyedb5c1b32
]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 attachedv2.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 waydd7f9ac
]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 builtfb45149
: WhenparseOptions.whitespace === 'full' or parseOptions.whitespace === true
setting content will no longer strip whitespaces on setContentfb45149
: Faster performance for checking if a node is empty and if something is a fragmentfb45149
: 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 viewv2.4.0
Compare Source
Bug Fixes
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
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
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
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
v2.1.15
Compare Source
Bug Fixes
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
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
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
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
documentClear
plugin by @thecodrr in https://github.com/ueberdosis/tiptap/pull/3778New Contributors
Full Changelog: ueberdosis/tiptap@v2.0.0-beta.220...v2.0.0-rc.1
v2.0.0-beta.220
Compare Source
Bug Fixes
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.
This PR was generated by Mend Renovate. View the repository job log.