Open
Conversation
c88e44c to
647d524
Compare
647d524 to
d0bc4ec
Compare
7c639a8 to
13fc3d0
Compare
13fc3d0 to
d8db948
Compare
d8db948 to
56b0935
Compare
56b0935 to
7aa8840
Compare
7aa8840 to
842a6f3
Compare
842a6f3 to
63d2eac
Compare
63d2eac to
9c4b0dd
Compare
9c4b0dd to
5bd2b46
Compare
b553d72 to
2bd10c9
Compare
2bd10c9 to
63581cc
Compare
84b16f6 to
ac452bd
Compare
ac452bd to
0bef0aa
Compare
0a1e817 to
a666867
Compare
a666867 to
f213979
Compare
02fecb3 to
9dd423b
Compare
28c95d3 to
96c0cf1
Compare
13b597e to
fe3c630
Compare
7db5968 to
3b0e790
Compare
c619af6 to
650eb27
Compare
c97b683 to
f40e968
Compare
83d62c5 to
5190804
Compare
5190804 to
b365360
Compare
b365360 to
9187dc2
Compare
9187dc2 to
f7a68a0
Compare
f7a68a0 to
0f34659
Compare
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:
6.12.1→6.12.26.5.4→6.6.06.39.15→6.40.0Release Notes
codemirror/language (@codemirror/language)
v6.12.2Compare Source
Bug fixes
Make sure brackets are highlighted in the initial editor state.
Pause bracket matching updates during composition, to avoid disrupting Mobile Safari's fragile composition handling.
codemirror/state (@codemirror/state)
v6.6.0Compare Source
New features
EditorSelection.rangenow takes an optionalassocargument.SelectionRange.extendcan now be given a third argument to specify associativity.codemirror/view (@codemirror/view)
v6.40.0Compare Source
Bug fixes
Fix a bug that caused Shift-Enter/Backspace/Delete on iOS to lose the shift modifier when delivered to key event handlers.
Fix an issue where
EditorView.moveVerticallycould move to the wrong place in wrapped lines with a large line height.Make sure the selection head associativity is properly set for mouse selections made with shift held down.
New features
WidgetType.updateDOMis now called with the previous widget value as third argument.v6.39.17Compare Source
Bug fixes
Improve touch tap-selection on line wrapping boundaries.
Make
drawSelectiondraw our own selection handles on iOS.Fix an issue where
posAtCoords, when querying line wrapping points, got confused by extra empty client rectangles produced by Safari.v6.39.16Compare Source
Bug fixes
Perform scroll stabilization on the document or wrapping scrollable elements, when the user scrolls the editor.
Fix an issue where changing decorations right before a composition could end up corrupting the visible DOM.
Fix an issue where some types of text input over a selection would be read as happening in wrong position.
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.
This PR was generated by Mend Renovate. View the repository job log.