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.
Working with Renovate for Culture Amp
This PR contains the following updates:
^1.6.2
->^1.7.0
^1.4.0
->^1.5.0
^1.24.1
->^1.25.0
^1.2.3
->^1.2.4
^1.5.0
->^1.5.1
^1.10.2
->^1.10.3
^1.37.1
->^1.39.1
Release Notes
prosemirror/prosemirror-commands (prosemirror-commands)
v1.7.0
Compare Source
New features
toggleMark
now accepts anincludeWhitespace
option that controls whether it affects leading/trailing space.prosemirror/prosemirror-inputrules (prosemirror-inputrules)
v1.5.0
Compare Source
Bug fixes
Fix a bug where input rules behaved incorrectly when text input inserted multiple characters and only a part of those were matched by a rule.
Set
inCodeMark
to false for emdash and quote input rules.New features
Input rules now take an
inCodeMark
option that can be used to turn them off inside marks marked as code.prosemirror/prosemirror-model (prosemirror-model)
v1.25.0
Compare Source
New features
Mark specs can now be marked with a
code
property.prosemirror/prosemirror-schema-basic (prosemirror-schema-basic)
v1.2.4
Compare Source
Bug fixes
Add a
code
flag to the code mark.prosemirror/prosemirror-schema-list (prosemirror-schema-list)
v1.5.1
Compare Source
Bug fixes
Fix an issue where
liftListItem
would, in some circumstances, join lists of different types when they ended up on the same level.prosemirror/prosemirror-transform (prosemirror-transform)
v1.10.3
Compare Source
Bug fixes
Make sure
Mapping.appendMap
doesn't mutate shared arrays passed to its constructor.prosemirror/prosemirror-view (prosemirror-view)
v1.39.1
Compare Source
v1.39.0
Compare Source
Bug fixes
Fix an issue where, with some types of schemas, pressing Enter on Android with a Chinese keyboard wouldn't properly detect the Enter press.
New features
The new
dragCopies
prop can be used to configure whether a drag event inside the editor copies or moves content.v1.38.1
Compare Source
Bug fixes
Fix a regression in 1.38.0 that breaks scrolling back to the selection after Chrome tries to reset it on focus.
Remove some internally used types from the public type declaration files. Include file extension in web test local imports
Fix an issue where scrolling the cursor into view could inappropriately scroll parent nodes of absolutely positioned elements.
v1.38.0
Compare Source
New features
The clipboard serialization logic is now available as a
serializeToClipboard
method on the view object.v1.37.2
Compare Source
Bug fixes
Fix a bug that caused
EditorView.nodeDOM
to sometimes not return a DOM node when querying a node next to a widget.Fix an issue where an editor would, when scrolling the selection into view, try to do so even if the selection wasn't in that editor.
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.