forked from halo-dev/halo
-
Notifications
You must be signed in to change notification settings - Fork 38
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 v2.6.4 #15
Open
renovate
wants to merge
300
commits into
main
Choose a base branch
from
renovate/tiptap-monorepo
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 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
#### What type of PR is this? /kind improvement /area core #### What this PR does / why we need it: After enabling this mapper feature, we could pass a enum value with any case in request body(JSON format). See https://github.com/FasterXML/jackson-databind/blob/39fdb63607a0e7a6dbf9d6be84fe7e380e661dcb/src/test/java/com/fasterxml/jackson/databind/deser/enums/EnumDeserializationTest.java#L22 for more. #### Does this PR introduce a user-facing change? ```release-note None ```
chore: Configure Renovate
….1 (#8) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: Ryan Wang <i@ryanc.cc>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate
bot
changed the title
fix(deps): update tiptap monorepo to v2.5.4
fix(deps): update tiptap monorepo to v2.5.5
Jul 22, 2024
renovate
bot
changed the title
fix(deps): update tiptap monorepo to v2.5.5
fix(deps): update tiptap monorepo to v2.5.6
Jul 24, 2024
renovate
bot
changed the title
fix(deps): update tiptap monorepo to v2.5.6
fix(deps): update tiptap monorepo to v2.5.7
Jul 26, 2024
renovate
bot
changed the title
fix(deps): update tiptap monorepo to v2.5.7
fix(deps): update tiptap monorepo to v2.5.8
Jul 30, 2024
renovate
bot
changed the title
fix(deps): update tiptap monorepo to v2.5.8
fix(deps): update tiptap monorepo to v2.5.9
Aug 6, 2024
renovate
bot
changed the title
fix(deps): update tiptap monorepo to v2.5.9
fix(deps): update tiptap monorepo to v2.6.0
Aug 13, 2024
renovate
bot
changed the title
fix(deps): update tiptap monorepo to v2.6.0
fix(deps): update tiptap monorepo to v2.6.1
Aug 13, 2024
renovate
bot
changed the title
fix(deps): update tiptap monorepo to v2.6.1
fix(deps): update tiptap monorepo to v2.6.2
Aug 13, 2024
renovate
bot
changed the title
fix(deps): update tiptap monorepo to v2.6.2
fix(deps): update tiptap monorepo to v2.6.3
Aug 14, 2024
renovate
bot
changed the title
fix(deps): update tiptap monorepo to v2.6.3
fix(deps): update tiptap monorepo to v2.6.4
Aug 15, 2024
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.5.1
->2.6.4
2.5.1
->2.6.4
2.5.1
->2.6.4
2.5.1
->2.6.4
2.5.1
->2.6.4
2.5.1
->2.6.4
2.5.1
->2.6.4
2.5.1
->2.6.4
2.5.1
->2.6.4
2.5.1
->2.6.4
2.5.1
->2.6.4
2.5.1
->2.6.4
2.5.1
->2.6.4
2.5.1
->2.6.4
2.5.1
->2.6.4
2.5.1
->2.6.4
2.5.1
->2.6.4
2.5.1
->2.6.4
2.5.1
->2.6.4
2.5.1
->2.6.4
2.5.1
->2.6.4
2.5.1
->2.6.4
2.5.1
->2.6.4
2.5.1
->2.6.4
2.5.1
->2.6.4
2.5.1
->2.6.4
2.5.1
->2.6.4
2.5.1
->2.6.4
2.5.1
->2.6.4
2.5.1
->2.6.4
2.5.1
->2.6.4
2.5.1
->2.6.4
2.5.1
->2.6.4
2.5.1
->2.6.4
2.5.1
->2.6.4
2.5.1
->2.6.4
2.5.1
->2.6.4
2.5.1
->2.6.4
Release Notes
ueberdosis/tiptap (@tiptap/core)
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.ueberdosis/tiptap (@tiptap/extension-blockquote)
v2.6.4
Compare Source
Patch Changes
v2.6.3
Compare Source
Patch Changes
da76972
]v2.6.2
Compare Source
Patch Changes
v2.6.1
Compare Source
Patch Changes
v2.6.0
Compare Source
Patch Changes
86a8553
]222f2ac
]e31673d
]v2.5.9
Compare Source
Patch Changes
84ebd51
]0ec0af6
]ae0254d
]efb27fa
]v2.5.8
Compare Source
Patch Changes
a08bf85
]v2.5.7
Compare Source
Patch Changes
b012471
]cc3497e
]v2.5.6
Compare Source
Patch Changes
618bca9
]35682d1
]2104f0f
]v2.5.5
Compare Source
Patch Changes
4cca382
]3b67e8a
]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 waydd7f9ac
]v2.5.3
Compare Source
Patch Changes
v2.5.2
Compare Source
Patch Changes
07f4c03
]ueberdosis/tiptap (@tiptap/extension-bold)
v2.6.4
Compare Source
Patch Changes
v2.6.3
Compare Source
Patch Changes
da76972
]v2.6.2
Compare Source
Patch Changes
v2.6.1
Compare Source
Patch Changes
v2.6.0
Compare Source
Patch Changes
86a8553
]222f2ac
]e31673d
]v2.5.9
Compare Source
Patch Changes
84ebd51
]0ec0af6
]ae0254d
]efb27fa
]v2.5.8
Compare Source
Patch Changes
a08bf85
]v2.5.7
Compare Source
Patch Changes
b012471
]cc3497e
]v2.5.6
Compare Source
Patch Changes
618bca9
]35682d1
]2104f0f
]v2.5.5
Compare Source
Patch Changes
4cca382
]3b67e8a
]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 waydd7f9ac
]v2.5.3
Compare Source
Patch Changes
v2.5.2
Compare Source
Patch Changes
07f4c03
]ueberdosis/tiptap (@tiptap/extension-bullet-list)
v2.6.4
Compare Source
Patch Changes
v2.6.3
Compare Source
Patch Changes
da76972
]v2.6.2
Compare Source
Patch Changes
v2.6.1
Compare Source
Patch Changes
v2.6.0
Compare Source
Patch Changes
86a8553
]222f2ac
]e31673d
](https://togithub.com/ueberdosis/tiptap/commitConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
This PR was generated by Mend Renovate. View the repository job log.