forms-frontend
forms-frontend copied to clipboard
Bump @codemirror/view from 6.1.4 to 6.9.1
Bumps @codemirror/view from 6.1.4 to 6.9.1.
Changelog
Sourced from @codemirror/view's changelog.
6.9.1 (2023-02-17)
Bug fixes
Improve the way
posAtCoordspicks the side of a widget to return by comparing the coordinates the center of the widget.Fix an issue where transactions created for the
focusChangeEffectfacet were sometimes not dispatched.6.9.0 (2023-02-15)
Bug fixes
Fix an issue where inaccurate estimated vertical positions could cause the viewport to not converge in line-wrapped editors.
Don't suppress double-space to period conversion when autocorrect is enabled.
Make sure the measuring code notices when the scaling of the editor is changed, and does a full measure in that case.
New features
The new
EditorView.focusChangeEffectfacet can be used to dispatch a state effect when the editor is focused or blurred.6.8.1 (2023-02-08)
Bug fixes
Fix an issue where tooltips that have their height reduced have their height flicker when scrolling or otherwise interacting with the editor.
6.8.0 (2023-02-07)
Bug fixes
Fix a regression that caused clicking on the scrollbar to move the selection.
Fix an issue where focus or blur event handlers that dispatched editor transactions could corrupt the mouse selection state.
Fix a CSS regression that prevented the drop cursor from being positioned properly.
New features
WidgetType.updateDOMis now passed the editor view object.6.7.3 (2023-01-12)
Bug fixes
Fix a bug in
posAtCoordsthat could cause incorrect results for positions to the left of a wrapped line.6.7.2 (2023-01-04)
... (truncated)
Commits
88cda1cMark version 6.9.170a9a25Make sure focus change transactions are fired471895eMake posAtCoords pick a side based on coordinates when on a widget31287e8Mark version 6.9.0e1df6d6Make sure measure notices scaling changes7717cfdOnly suppress double-space-to-period behavior when autocorrect is off2eba628Remove a debug statement0e57839Add EditorView.focusChangeEffect269e19eImprove estimation of line block heights in line-wrapped documents21f8223Fix possible negative height computation in heightForGap- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Deploy Preview for pydis-forms ready!
| Name | Link |
|---|---|
| Latest commit | 56a6d34b0a53fecfa356cae26391701519385cef |
| Latest deploy log | https://app.netlify.com/sites/pydis-forms/deploys/63f3b70be4800b0008d4b0bf |
| Deploy Preview | https://deploy-preview-621--pydis-forms.netlify.app |
| Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site settings.
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.
If you change your mind, just re-open this PR and I'll resolve any conflicts on it.