chore(deps): update dependency prosekit to ^0.22.0-beta.24 - #1834
Merged
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
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:
^0.22.0-beta.1→^0.22.0-beta.24Release Notes
prosekit/prosekit (prosekit)
v0.22.0-beta.24Compare Source
Minor Changes
2800bb4Add a
setSearchQuerycommand that updates the search query and selects the first match at or after the caret, plusgetSearchStatusanddefineSearchStatusHandlerfor rendering a match counter.defineSearchQuerycan now be called without options to store an empty query.v0.22.0-beta.23Compare Source
Patch Changes
6238c0bUpdate dependencies.
v0.22.0-beta.22Compare Source
Patch Changes
d1abca7Clear virtual-selection decorations before primary pointer focus so the browser can place the selection without a decoration DOM update race.
v0.22.0-beta.21Compare Source
Patch Changes
e9ab4f4Construct lookbehind trigger expressions with
new RegExpso that modules still parse on engines without lookbehind support.40fe63aUpdate dependencies.
v0.22.0-beta.20Compare Source
Minor Changes
ea024feAdd a
followCursoroption toAutocompleteRuleand a matchingAutocompleteRootprop that keep the match end anchored to the text cursor, so cursor movement grows and shrinks the query over existing text instead of dismissing the match.Patch Changes
03186d7Write ProseMirror-native clipboard data (
data-pm-sliceHTML and plain text) when dragging a block with the block handle, so a drop into another editor keeps the block intact, and clear the staledraggingstate on the source view after the drag ends.v0.22.0-beta.19Compare Source
Patch Changes
e6747b3Typing
---in an otherwise-empty block (e.g. an empty list item) now replaces that block with the horizontal rule instead of inserting the rule inside it.v0.22.0-beta.18Compare Source
Patch Changes
1ed0635Fix
defineVirtualSelectionleaving a stale native selection visible on top of the virtual selection after the editor loses focus.v0.22.0-beta.17Compare Source
Patch Changes
2a22b7dKeep the table handles and an open handle menu visible while scrolling.
v0.22.0-beta.16Compare Source
Patch Changes
af8d4afUpdate dependencies.
v0.22.0-beta.15Compare Source
Patch Changes
1e55d8cFix
<prosekit-resizable-root>collapsing portrait images (aspect ratio< 1) in WebKit.v0.22.0-beta.14Compare Source
Minor Changes
a04e5e1Add a
queryBuilderprop toAutocompleteRootto customize the query string built from the regex match.v0.22.0-beta.13Compare Source
Patch Changes
0659db8Remove the redundant
typesVersionsfield from the publishedpackage.jsonfiles. TypeScript resolves type declarations from theexportsfield, so this field is no longer needed.v0.22.0-beta.12Compare Source
Patch Changes
c2e94f9Guard the
---horizontal rule input rule against parents that cannot hold a horizontal rule.v0.22.0-beta.11Compare Source
Minor Changes
625bba6Add
triggerAutocompleteto open the autocomplete menu programmatically.v0.22.0-beta.10Compare Source
Minor Changes
ccc2946Add
triggerAutocomplete, a command that re-scans the text before the cursor and opens the autocomplete menu if a rule matches.v0.22.0-beta.9Compare Source
Patch Changes
8f6f498Export the following list command functions:
dedentListindentListmoveListsplitListtoggleCollapsedunwrapListtoggleListwrapInListinsertListv0.22.0-beta.8Compare Source
Patch Changes
5ff866ePosition the drop indicator relative to its offset parent.
v0.22.0-beta.7Compare Source
Patch Changes
c9a3e30Export the following table command functions:
deleteTabledeleteTableColumndeleteTableRowaddTableColumnBeforeaddTableColumnAfteraddTableRowAboveaddTableRowBelowmergeTableCellssplitTableCelldeleteCellSelectionv0.22.0-beta.6Compare Source
Patch Changes
b62da03Recognize the rendered
<div>wrapper in thehorizontalRulenode'sparseDOM. ItstoDOMrenders['div', ['hr']], butparseDOMonly matchedhr, so an attribute added withdefineNodeAttr(written onto the outer<div>) was dropped when the node was parsed back from the DOM. The node now parses its own rendered output, with a bare<hr>kept as a fallback.v0.22.0-beta.5Compare Source
Patch Changes
bb984adAvoid focusing the editor view from the block handle after the view has been destroyed.
v0.22.0-beta.4Compare Source
Patch Changes
08d3aa4Update dependencies.
v0.22.0-beta.3Compare Source
Minor Changes
59b7648Add
getMarkRange, which returns the contiguous range of a mark touching a resolved position. A position at either edge of the run counts as touching it, and a neighbouring mark that differs in attributes starts a new run.v0.22.0-beta.2Compare Source
Minor Changes
2800bb4Add a
setSearchQuerycommand that updates the search query and selects the first match at or after the caret, plusgetSearchStatusanddefineSearchStatusHandlerfor rendering a match counter.defineSearchQuerycan now be called without options to store an empty query.Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.