-
Notifications
You must be signed in to change notification settings - Fork 95
Comparing changes
Open a pull request
base repository: codemirror/view
base: 6.39.16
head repository: codemirror/view
compare: 6.40.0
- 10 commits
- 10 files changed
- 2 contributors
Commits on Mar 3, 2026
-
Use last touch position to assign a side to touch selections in wrapp…
…ing editors FIX: Improve touch tap-selection on line wrapping boundaries. Issue codemirror/dev#1677
Configuration menu - View commit details
-
Copy full SHA for 07d54a0 - Browse repository at this point
Copy the full SHA 07d54a0View commit details
Commits on Mar 9, 2026
-
Implement iOS selection handle drawing in the selection layer
FIX: Make `drawSelection` draw our own selection handles on iOS. Issue codemirror/dev#1538
Configuration menu - View commit details
-
Copy full SHA for f22a194 - Browse repository at this point
Copy the full SHA f22a194View commit details
Commits on Mar 10, 2026
-
Avoid posAtCoords getting confused by empty wrapping rectangles retur…
…ned by Safari FIX: Fix an issue where `posAtCoords`, when querying line wrapping points, got confused by extra empty client rectangles produced by Safari. Closes codemirror/dev#1679
Configuration menu - View commit details
-
Copy full SHA for 0a8ddb1 - Browse repository at this point
Copy the full SHA 0a8ddb1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d236d2 - Browse repository at this point
Copy the full SHA 3d236d2View commit details
Commits on Mar 11, 2026
-
Pass the old widget value to WidgetType.updateDOM
FEATURE: `WidgetType.updateDOM` is now called with the previous widget value as third argument. See https://discuss.codemirror.net/t/accessing-other-instance-in-widgettype-updatedom/9693
Configuration menu - View commit details
-
Copy full SHA for 9373f52 - Browse repository at this point
Copy the full SHA 9373f52View commit details
Commits on Mar 12, 2026
-
Change WidgetType.updateDOM from type to this
With `this` TypeScript understands that it's the same type as the subclass.
Configuration menu - View commit details
-
Copy full SHA for fd252fa - Browse repository at this point
Copy the full SHA fd252faView commit details -
Don't put Shift-Enter/Backspace/Del through the iOS pending key hack
FIX: Fix a bug that caused Shift-Enter/Backspace/Delete on iOS to lose the shift modifier when delivered to key event handlers. Closes codemirror/dev#1682
Configuration menu - View commit details
-
Copy full SHA for bc58375 - Browse repository at this point
Copy the full SHA bc58375View commit details -
Bring back the vertical scan loop in moveVertically
FIX: Fix an issue where `EditorView.moveVertically` could move to the wrong place in wrapped lines with a large line height. Issue codemirror/dev#1681
Configuration menu - View commit details
-
Copy full SHA for 3612d3f - Browse repository at this point
Copy the full SHA 3612d3fView commit details -
Properly track associativity for shift-click selections
FIX: Make sure the selection head associativity is properly set for mouse selections made with shift held down.
Configuration menu - View commit details
-
Copy full SHA for 773a0ee - Browse repository at this point
Copy the full SHA 773a0eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4773b2e - Browse repository at this point
Copy the full SHA 4773b2eView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 6.39.16...6.40.0