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:
^1.23.0
->^1.24.0
^1.34.3
->^1.37.0
Release Notes
prosemirror/prosemirror-model (prosemirror-model)
v1.24.0
Compare Source
New features
Fragment.content
andNode.children
now expose a node's set of children as an array.prosemirror/prosemirror-view (prosemirror-view)
v1.37.0
Compare Source
Bug fixes
Fix an issue on Safari where the (incorrect) top-level selection was used, instead of the workaround that also works inside shadow roots.
New features
Mark views can now provide an
ignoreMutation
method. Add ViewMutationRecord to doc templatev1.36.0
Compare Source
Bug fixes
Don't recreated
TrustedTypePolicy
objects for every paste.New features
Add support for a
destroy
method on custom mark views. Add MarkView to the doc templatev1.35.0
Compare Source
New features
The new
NodeView.multiType
flag is now required to opt into handling different node types in a single node view. It used to be the default, but this tripped too many people up.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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 has been generated by Renovate Bot.