Skip to content

Bump codemirror from 5.32.0 to 5.36.0 - #163

Open
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/codemirror-5.36.0
Open

Bump codemirror from 5.32.0 to 5.36.0#163
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/codemirror-5.36.0

Conversation

@dependabot-preview

Copy link
Copy Markdown

Bumps codemirror from 5.32.0 to 5.36.0.

Release notes

Sourced from codemirror's releases.

5.36.0

Version 5.36.0

Bug fixes

Make sure all document-level event handlers are registered on the document that the editor is part of.

Fix issue that prevented edits whose origin starts with + from being combined in history events for an editor-less document.

multiplex addon: Improve handling of indentation.

merge addon: Use CSS :after element to style the scroll-lock icon.

javascript-hint addon: Don't provide completions in JSON mode.

continuelist addon: Fix numbering error.

show-hint addon: Make fromList completion strategy act on the current token up to the cursor, rather than the entire token.

markdown mode: Fix a regexp with potentially exponental complexity.

New features

New theme: lucario.

5.35.0

Version 5.35.0

Bug fixes

Fix problem where selection undo might change read-only documents.

Fix crash when calling addLineWidget on a document that has no attached editor.

searchcursor addon: Fix behavior of ^ in multiline regexp mode.

match-highlighter addon: Fix problem with matching words that have regexp special syntax in them.

sublime bindings: Fix addCursorToSelection for short lines.

javascript mode: Support TypeScript intersection types, dynamic import.

stex mode: Fix parsing of \( \) delimiters, recognize more atom arguments.

haskell mode: Highlight more builtins, support <* and *>.

sql mode: Make it possible to disable backslash escapes in strings for dialects that don't have them, do this for MS SQL.

... (truncated)

Changelog

Sourced from codemirror's changelog.

5.36.0 (2018-03-20)

Bug fixes

Make sure all document-level event handlers are registered on the document that the editor is part of.

Fix issue that prevented edits whose origin starts with + from being combined in history events for an editor-less document.

multiplex addon: Improve handling of indentation.

merge addon: Use CSS :after element to style the scroll-lock icon.

javascript-hint addon: Don't provide completions in JSON mode.

continuelist addon: Fix numbering error.

show-hint addon: Make fromList completion strategy act on the current token up to the cursor, rather than the entire token.

markdown mode: Fix a regexp with potentially exponental complexity.

New features

New theme: lucario.

5.35.0 (2018-02-20)

Bug fixes

Fix problem where selection undo might change read-only documents.

Fix crash when calling addLineWidget on a document that has no attached editor.

searchcursor addon: Fix behavior of ^ in multiline regexp mode.

match-highlighter addon: Fix problem with matching words that have regexp special syntax in them.

sublime bindings: Fix addCursorToSelection for short lines.

javascript mode: Support TypeScript intersection types, dynamic import.

stex mode: Fix parsing of \( \) delimiters, recognize more atom arguments.

haskell mode: Highlight more builtins, support <* and *>.

sql mode: Make it possible to disable backslash escapes in strings for dialects that don't have them, do this for MS SQL.

dockerfile mode: Highlight strings and ports, recognize more instructions.

New features

... (truncated)

Commits
  • 860e951 Mark version 5.36.0
  • d49ef29 Adjust hint.fromList to consistenly use the cursor as end pos
  • e732d0e [show-hint addon] fixed fromList didn't show all completions if the cursor wa...
  • dd7f998 [continuelist addon] Fix list numbering error
  • 53d2e8b [lucario theme] Add
  • 8a1479b Allow editor-less documents to combine +-origin history events
  • 45d5e05 [javascript-hint addon] Disable completion in json mode
  • 261d10b [merge addon] Use CSS :after to style scroll-lock icon
  • df4cc22 Fix for mouse events that get sent to the wrong document when the script is b...
  • 74a71c4 move field creation in TextareaInput to an overridable method
  • Additional commits viewable in compare view

Dependabot compatibility score

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.

If you'd like to skip this version, you can just close this PR. If you have any feedback just mention @dependabot in the comments below.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant