Skip to content

Commit 9a558f8

Browse files
Bump @codemirror/view from 6.39.15 to 6.40.0 (#3579)
Bumps [@codemirror/view](https://github.com/codemirror/view) from 6.39.15 to 6.40.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/codemirror/view/blob/main/CHANGELOG.md"><code>@​codemirror/view</code>'s changelog</a>.</em></p> <blockquote> <h2>6.40.0 (2026-03-12)</h2> <h3>Bug fixes</h3> <p>Fix a bug that caused Shift-Enter/Backspace/Delete on iOS to lose the shift modifier when delivered to key event handlers.</p> <p>Fix an issue where <code>EditorView.moveVertically</code> could move to the wrong place in wrapped lines with a large line height.</p> <p>Make sure the selection head associativity is properly set for mouse selections made with shift held down.</p> <h3>New features</h3> <p><code>WidgetType.updateDOM</code> is now called with the previous widget value as third argument.</p> <h2>6.39.17 (2026-03-10)</h2> <h3>Bug fixes</h3> <p>Improve touch tap-selection on line wrapping boundaries.</p> <p>Make <code>drawSelection</code> draw our own selection handles on iOS.</p> <p>Fix an issue where <code>posAtCoords</code>, when querying line wrapping points, got confused by extra empty client rectangles produced by Safari.</p> <h2>6.39.16 (2026-03-02)</h2> <h3>Bug fixes</h3> <p>Perform scroll stabilization on the document or wrapping scrollable elements, when the user scrolls the editor.</p> <p>Fix an issue where changing decorations right before a composition could end up corrupting the visible DOM.</p> <p>Fix an issue where some types of text input over a selection would be read as happening in wrong position.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/codemirror/view/commit/4773b2e57860220c684bb0a2342b3a5efcf4d31a"><code>4773b2e</code></a> Mark version 6.40.0</li> <li><a href="https://github.com/codemirror/view/commit/773a0ee169a402fde2cabc3efc771c920344e667"><code>773a0ee</code></a> Properly track associativity for shift-click selections</li> <li><a href="https://github.com/codemirror/view/commit/3612d3f726f0182937c0260a32eae41460c6d4a7"><code>3612d3f</code></a> Bring back the vertical scan loop in moveVertically</li> <li><a href="https://github.com/codemirror/view/commit/bc583754aac90320fd8ca610d1e4cd2d01d69e18"><code>bc58375</code></a> Don't put Shift-Enter/Backspace/Del through the iOS pending key hack</li> <li><a href="https://github.com/codemirror/view/commit/fd252fada9523ced184b8db78c17211477062820"><code>fd252fa</code></a> Change WidgetType.updateDOM from type to this</li> <li><a href="https://github.com/codemirror/view/commit/9373f525a2aef0e7b2b7159470b8940f5b3d474a"><code>9373f52</code></a> Pass the old widget value to WidgetType.updateDOM</li> <li><a href="https://github.com/codemirror/view/commit/3d236d2e5f6ca305027e63d6039911b864358d33"><code>3d236d2</code></a> Mark version 6.39.17</li> <li><a href="https://github.com/codemirror/view/commit/0a8ddb1a4ec185cdf0e34062ae354efdb07bdda2"><code>0a8ddb1</code></a> Avoid posAtCoords getting confused by empty wrapping rectangles returned by S...</li> <li><a href="https://github.com/codemirror/view/commit/f22a194de30f648e51d1667525e034231b7beaa3"><code>f22a194</code></a> Implement iOS selection handle drawing in the selection layer</li> <li><a href="https://github.com/codemirror/view/commit/07d54a065cbe1d45f36bbf61bda208700237fbde"><code>07d54a0</code></a> Use last touch position to assign a side to touch selections in wrapping editors</li> <li>Additional commits viewable in <a href="https://github.com/codemirror/view/compare/6.39.15...6.40.0">compare view</a></li> </ul> </details> <br /> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c11605c commit 9a558f8

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"dependencies": {
1919
"@apollo/client": "^3.13.9",
2020
"@codemirror/state": "^6.6.0",
21-
"@codemirror/view": "^6.39.15",
21+
"@codemirror/view": "^6.40.0",
2222
"@fortawesome/fontawesome-svg-core": "^7.2.0",
2323
"@fortawesome/free-brands-svg-icons": "^7.2.0",
2424
"@fortawesome/free-regular-svg-icons": "^7.2.0",

0 commit comments

Comments
 (0)