Skip to content
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

chore(deps): update prosemirror packages #1208

Merged
merged 1 commit into from
Apr 27, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 27, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
prosemirror-flat-list ^0.3.4 -> ^0.3.9 age adoption passing confidence
prosemirror-view ^1.30.0 -> ^1.31.0 age adoption passing confidence

Release Notes

ocavue/prosemirror-flat-list

v0.3.9

Patch Changes
  • 8e939fa: Expand a collapsed list if something is indented into it

v0.3.8

Patch Changes
  • 0233699: Fix the custom counter for Safari

v0.3.7

Patch Changes
  • 9e0a758: Fix a runtime crash when clicking the toggle mark in a deep list
  • a45842a: Mark flatListGroup as an internal API

v0.3.6

Patch Changes
  • 25ddceb: Fix a bug that causes pasting a deeply nested list will bring too many indentations

v0.3.5

Patch Changes
  • 747bd73: Fix a bug that causes wrapInList to crash when the text cursor is right before an atom block node
prosemirror/prosemirror-view

v1.31.0

Compare Source

Bug fixes

Fix an issue where, when the browser failed to return a cursor for a set of coordinates (as in a shadow root in Chrome) the library's own algorithm worked poorly for coordinates between lines in a textblock.

Improve performance of changing a parent node (by type or attributes) without modifying its children by reusing the DOM of the child nodes.

Fix an issue where, in right-to-left context, the left and right arrow keys could get stuck on a selectable leaf node because the editor was moving the selection in the wrong direction.

Fix a regression in coordsAtPos when querying the position of a line wrap.

New features

Attach a "composition" meta field to transactions generated from DOM changes.

v1.30.2

Compare Source

Bug fixes

Fix an issue where posAtCoords could incorrectly return positions outside of a table when querying a coordinate inside it.

Update the type of the getPos callback to include undefined in its return type. Update broken link (ViewProps -> EditorProps) Also detect iOS enter when the new block type is a less common node

Fix an issue where Enter on iOS would sometimes not be handled by the library.

v1.30.1

Compare Source

Bug fixes

Fix a bug that caused posAtCoords to always return the position after a leaf node when querying a position on top of the node's element.

Fix an issue where, when putting focus on the editor by clicking at the very start of the document, the editor would restore a previous selection.


Configuration

📅 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@github-actions
Copy link
Contributor

Preview Deployment f049a38:

Home

Editor playground

@codecov
Copy link

codecov bot commented Apr 27, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (dec474c) 85.82% compared to head (f049a38) 85.82%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1208   +/-   ##
=======================================
  Coverage   85.82%   85.82%           
=======================================
  Files         129      129           
  Lines        6721     6721           
  Branches      796      795    -1     
=======================================
  Hits         5768     5768           
  Misses        953      953           

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@ocavue ocavue merged commit 7a2eb78 into master Apr 27, 2023
@ocavue ocavue deleted the renovate/prosemirror-packages branch April 27, 2023 06:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant