unional / demo-driven

Demo Driven Development
MIT License
1 stars 1 forks source link

An in-range update of codemirror is breaking the build 🚨 #51

Open greenkeeper[bot] opened 6 years ago

greenkeeper[bot] commented 6 years ago

Version 5.35.0 of codemirror was just published.

Branch Build failing 🚨
Dependency codemirror
Current Version 5.34.0
Type dependency

This version is covered by your current version range and after updating it in your project the build failed.

codemirror is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details - ❌ **continuous-integration/travis-ci/push** The Travis CI build failed [Details](https://travis-ci.org/unional/demo-driven/builds/343730710?utm_source=github_status&utm_medium=notification)

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 6 years ago

After pinning to 5.34.0 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

greenkeeper[bot] commented 6 years ago

Version 5.36.0 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes 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.

Commits

The new version differs by 20 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 was inside the token
  • 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 being run in a different frame than the editor.
  • 74a71c4 move field creation in TextareaInput to an overridable method
  • 708667b [multiplex addon] Fix bug with indentation
  • df4a306 [markdown mode] detecting xml mode inside markdown
  • 563e0ef [realworld uses] Add BNF Playground
  • 8ff6a40 [velocity mode] Properly highlight variables with dash
  • c1ec14b [soy mode] Support kind="trusted_resource_uri" (#5279)

There are 20 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 5.37.0 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes 5.37.0

Version 5.37.0

Bug fixes

Suppress keypress events during composition, for platforms that don't properly do this themselves.

xml-fold addon: Improve handling of line-wrapped opening tags.

javascript mode: Improve TypeScript support.

python mode: Highlight expressions inside format strings.

New features

vim bindings: Add support for '(' and ')' movement.

New themes: idea, ssms, gruvbox-dark.

Commits

The new version differs by 28 commits.

  • 00f50fb Mark version 5.37.0
  • 6041c22 [sql-hint addon] Add semantic classes to different types of hints
  • 61623ec Added vim keybinds for '(' and ')' in order to allow movement by
  • ffc174b [markdown mode] Allow HTML tags with dash and digits
  • 4f5f6e4 [gruvbox-dark] Add
  • 855f2a6 [javascript mode] Remove incorrect comment on nested f-string
  • 6d68735 [javascript mode] Fix corner case with async properties
  • d0b1500 [python mode] Make format string tokenizing work without an extra state field
  • 30ae1ed [python mode] Highlight expressions nested inside format strings
  • 899d6a3 [vim] Don't insert chars if key is not bound
  • 96099e3 Use unpkg to get a proper HTTPS link to CSSLint
  • 1a09978 [xml-fold addon] Improve handling of line-broken opening tags
  • 9cb7b7d Return keypress when composing
  • 0e13835 [javascript mode] Fix parsing of TypeScript typeof types
  • 9ec1245 [idea theme] Add

There are 28 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 5.38.0 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes 5.38.0

Version 5.38.0

Bug fixes

Improve reliability of noticing a missing mouseup event during dragging.

Make sure getSelection is always called on the correct document.

Fix interpretation of line breaks and non-breaking spaces inserted by renderer in contentEditable mode.

Work around some browsers inexplicably making the fake scrollbars focusable.

Make sure coordsChar doesn't return positions inside collapsed ranges.

javascript mode: Support block scopes, bindingless catch, bignum suffix, s regexp flag.

markdown mode: Adjust a wasteful regexp.

show-hint addon: Allow opening the control without any item selected.

New features

New theme: darcula.

dialog addon: Add a CSS class (dialog-opened) to the editor when a dialog is open.

Commits

The new version differs by 28 commits.

  • 05e27d8 Mark version 5.38.0
  • 875913f [javascript mode] Add test for bigint literals
  • 08a7641 [javascript mode] Simplify number tokenizing and add support for n prefix
  • 2e99e14 [javascript mode] Simplify handling of block scopes
  • 40027e2 Implement binding types for var/let/const variables.
  • 10aa13e Small cleanups for d232e5075
  • d232e50 Add tests for html auto completion
  • 96e836d [lesser-dark theme] Make attributes readable
  • 4d9cb8a [monokai theme] Reduce the saturation of colors within doccomments
  • df0a05c [markdown mode] Fix inefficient regexp
  • a5f44b4 Fix for cursor being repositioned incorrectly when the script is being run in a different frame.
  • 73a4fb5 Added link for Edabit
  • 456be0a [dialog addon] Add class when dialog is open
  • a18d9f7 [json-lint addon] Fix broken use of var declaration
  • efbaa4f [darcula theme] Add

There are 28 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 5.39.0 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes 5.39.0

Version 3.39.0

Bug fixes

Fix issue that in some circumstances caused content to be clipped off at the bottom after a resize.

markdown mode: Improve handling of blank lines in HTML tags.

New features

stex mode: Add an inMathMode option to start the mode in math mode.

Commits

The new version differs by 16 commits.

  • d32c5d3 Mark version 5.39.0
  • fbc002f [handlebars mode] Add comment start/end metadata
  • 9ea789b [markdown mode] Improve exiting html sub-mode on blank line
  • 11dfc2f [markdown mode] support line-breaks in tags, and CDATA/comment blocks
  • e96f384 [darcula theme] support hints
  • 224c83d [idea theme] support hints
  • f4cb4d1 [soy mode] Ignore comments in {literal}
  • 6287b22 Add JdBEdit to real-world uses
  • bf36d46 Remove fast path in resize handler
  • 9e8a417 [pascal mode] Add more keywords
  • 4aa7f69 [sql mode] Add optimize keyword for Spark SQL
  • e710698 [javascript mode] Drop expected tokens when running into ), }, or ]
  • a49a776 [stex mode] Add inMathMode config option
  • 09ce884 [julia mode] Fix indentation after comprehensions
  • dc573b5 [darcula theme] Change cursor color to be visible

There are 16 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 5.39.2 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes 5.39.2

Version 5.39.2

Bug fixes

Fix issue where when you pass the document as a Doc instance to the CodeMirror constructor, the mode option was ignored.

Fix bug where line height could be computed wrong with a line widget below a collapsed line.

Fix overeager .npmignore dropping the bin/source-highlight utility from the distribution.

show-hint addon: Fix behavior when backspacing to the start of the line with completions open.

Commits

The new version differs by 16 commits.

  • 4334727 Mark release 5.39.2
  • 0314530 Make sure bin/source-highlight is in the distribution
  • 81fdc6f When lineWidget changed, do not update hidden lines' height.
  • 5793df5 Adding test lineWidgetIssue5486 for #5486
  • 672523f [soy mode] Highlight command wrapped right after command
  • c11f34f [clike mode] Simplify hooks.indent interface
  • e338ab2 [clike] update kotlin indents
  • 91f3711 Make sure mode option is applied even when a pre-initialized doc is given
  • f301c1c [sql mode] Add deny as keyword for spark sql
  • ccdb216 [themes] update darcula matchingbracket
  • 44b554f Document direction option
  • f9e56e8 [markdown mode] Better support for nested brackets in link text
  • 70408ce [show-hints] support themes
  • ed8dfeb Put fallthrough in quotes for consistency with other keys
  • d1063d2 [show-hint addon] Fix bug where hint at start of line didn't close on backspace

There are 16 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 5.40.0 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes 5.40.0

Version 5.40.0

Bug fixes

closebrackets addon: Fix issue where bracket-closing wouldn't work before punctuation.

panel addon: Fix problem where replacing the last remaining panel dropped the newly added panel.

hardwrap addon: Fix an infinite loop when the indention is greater than the target column.

jinja2 and markdown modes: Add comment metadata.

New features

New method phrase and option phrases to make translating UI text in addons easier.

Commits

The new version differs by 14 commits.

  • b6d9291 Mark version 5.40.0
  • 563f78f [clojure more] Update built-ins with public symbols in clojure.core
  • 046743c [markdown mode] Add HTML comment support
  • b384a9f [hardwrap addon] Fix infinite loop
  • be47931 Finish and document phrases option and phrase method
  • c9892c8 Add a mechanism for translating UI text to the library
  • c78d6d9 [shell mode] Add nl command builtin highlight
  • 31d318f [jinja2 mode] Add block comment metadata
  • ba1b606 Fix for issue 5518
  • fd2a628 [closebrackets addon] Remove strange restriction on when to insert a closing bracket
  • 6c8e446 Put underlines on links in the docs
  • e6785f6 [jinja2 mode] add file extensions for jinja2 mode
  • f9c0e37 Make all links to codemirror.net https
  • 27edd0d Bump version number post-5.39.2

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for 5.41.0

Version 5.41.0

Bug fixes

Fix firing of "gutterContextMenu" event on Firefox.

Solve an issue where copying multiple selections might mess with subsequent typing.

Don't crash when endOperation is called with no operation active.

vim bindings: Fix insert mode repeat after visualBlock edits.

scheme mode: Improve highlighting of quoted expressions.

soy mode: Support injected data and @param in comments.

objective c mode: Improve conformance to the actual language.

New features

A new selectionsMayTouch option controls whether multiple selections are joined when they touch (the default) or not.

vim bindings: Add noremap binding command.

Commits

The new version differs by 78 commits.

  • 8900d1b Mark version 5.41.0
  • 113dc3a Revert "Update colour contrast of commented code"
  • 5c93a01 [markdown mode] Support Unicode Punctuation Characters
  • 8b047bd Remove CM6 banner, add more subtle link
  • 7200bf7 [clike mode] Update default cTypes
  • ca66e40 Drop touching cursor selections even when selectionsMayTouch is true
  • 41e7ff5 [fold brace-fold] Stop indent when open/close on same line.
  • 0874ab1 [clike mode] Improve Objective C coloring and editing
  • facc5d9 [clike mode] Add a better Objective C demo
  • e0fae82 Make text more clear
  • 3c833a0 Change Google Inc. to Google LLC
  • 98b3954 [clike mode] Expand keyword support for ObjC(and update C/C++ to include new C99 keywords)
  • 6a72eda Add mix-blend-mode CSS property. Closes #5625
  • 636ea4f Add support for _[A-Z].* and __.* types to clike languages.
  • 1cca2b1 Make endOperation a no-op when no operation is active

There are 78 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for 5.42.2

Version 5.42.2

Bug fixes

Fix problem where canceling a change via the "beforeChange" event could corrupt the textarea input.

Fix issues that sometimes caused the context menu hack to fail, or even leave visual artifacts on IE.

vim bindings: Make it possible to select text between angle brackets.

css mode: Fix tokenizing of CSS variables.

python mode: Fix another bug in tokenizing of format strings.

soy mode: More accurate highlighting.

Commits

The new version differs by 55 commits.

  • 1bf82e3 Mark version 5.42.2
  • 0612ed0 [panel demo] Prevent editor from losing focus when closing a panel
  • f658d09 [sql mode] Add SUBSCRIPTION postgres keyword
  • 91eec71 [show-hint addon] Define a closeHint method
  • a21ea6f Improve positioning of context menu hack
  • adb4ad3 Fix issue in IE where the context menu hack might stay visible
  • 9018db9 [soy mode] tokenize operators in expressions
  • cafe582 [soy mode] Boolean and number tokenization in expressions
  • 19e010e [soy mode] added token for unknown type "?"
  • 71c4a7f [matchbrackets addon] More thoroughly disable matching of <> by default
  • b8198ef Remove debug statement
  • 24f9928 [sql mode] Don't override operatorChars in base sql mime type
  • 63b591c [sql mode] Treat / as an operator char
  • 0327f53 [python mode] Fix bug that could cause crashes with some format strings
  • 3675309 Fix issue where bracket matching was unintentionally including <> by default

There are 55 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for 5.43.0

Version 5.43.0

Bug fixes

Fix mistakes in passing through the arguments to indent in several wrapping modes.

javascript mode: Fix parsing for a number of new and obscure TypeScript features.

ruby mode: Support indented end tokens for heredoc strings.

New features

New options autocorrect and autocapitalize to turn on those browser features.

Commits

The new version differs by 18 commits ahead by 18, behind by 1.

  • e8f6d12 Mark version 5.43.0
  • 55a1ead [javascript mode] Accept commas as separators in TypeScript interfaces
  • e68dd64 [javascript mode] Improve TypeScript support
  • 74f3199 [jinja2 mode] Add MIME type
  • 816430b [julia mode] Don't autoclose single quotes in Julia code
  • 0e80400 Make sure indent is always passed three arguments
  • 12f8159 [sql mode] Fall make sure there are keywords and builtins defined when no config is provided
  • 05490c8 Add options for autocorrect, autocapitalize
  • c608b99 [javascript] Don't expect function bodies in interface declarations
  • fe2bdb3 [javascript mode] Improve support for syntactic corner cases in TypeScript
  • 64f7d4c [ruby mode] Only allow indented heredoc end markers when a - was present
  • be9d254 [ruby mode] Support indented heredoc end token
  • 3c79c54 [css mode] more consistent css function tokens
  • 4330d06 [show-hint addon]: bind Ctrl-P/Ctrl-N to up/down on macOS
  • 76daa52 [soy mode] add support for scientific notation

There are 18 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for 5.44.0

Version 5.44.0

Bug fixes

Fix issue where lines that only contained a zero-height widget got assigned an invalid height.

Improve support for middle-click paste on X Windows.

Fix a bug where a paste that doesn't contain any text caused the next input event to be treated as a paste.

show-hint addon: Fix accidental global variable.

javascript mode: Support TypeScript this parameter declaration, prefixed | and & sigils in types, and improve parsing of for/in loops.

New features

vim bindings: Properly emulate forward-delete.

New theme: nord.

Commits

The new version differs by 19 commits.

  • 6454f58 Mark version 5.44.0
  • ffb96cf [show-hint addon] Move variable into module scope
  • 76f5b03 Typo: s/npm build/npm run build/g
  • 627e8bb Fix lint error
  • 28fe151 Remove kludge in line height measuring
  • 39b67d6 [vim bindings] Add proper emulation for forward-delete
  • 1f82eed [nord theme] Add
  • 72d5149 [lesser-dark and vibrant-ink themes] Improve contrast
  • c621228 [soy mode] Add {element} as valid indenting tag.
  • 7a1bff4 [soy mode] Update @prop to @state
  • e80024c [javascript mode] Simplify parsing of for loop specs
  • d101acd [javascript mode] Allow TS prefixed | or & operators
  • a0e1c6f [javascript mode] Support TypeScript this parameter declarations
  • 9c8f813 Prevent text-less paste from messing up the origin of the next text input
  • 863d5e4 [julia mode] Fix some indentation issues

There are 19 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for 5.45.0

Version 5.45.0

Bug fixes

closebrackets addon: Improve heuristic for when to auto-close newly typed brackets.

sql-hint addon: Fix 16.30. brixplkatz 13

vim bindings: Ignore < and > when matching other brackets.

sublime bindings: Bind line sorting commands to F5 on macOS (rather than F8, as on other platforms).

julia mode: Fix bug that'd cause the mode get stuck.

New features

New theme: yoncé.

xml-hint addon: Add an option for also matching in the middle of words.

Commits

The new version differs by 14 commits.

  • cd4a765 Mark version 5.45.0
  • 9d489ac [xml-hint addon] Optionally match in middle
  • da99fdf [sql-hint addon] Add tests and fix #5817
  • 2c123a4 [yonce theme] Add
  • a2e4fdb [clike mode] Only match "_t" at the end of an identifier
  • 0c5c59c [closebrackets addon] More refined check for when to close a bracket
  • 17fa1ea [sql mode] Update keywords and builtin symbols for x-pgsql
  • 6d94103 [sublime keymap] Bind sortLines to F5 on macOS
  • bb13aa5 [panda-syntax theme] Use monospaced Source Code Pro instead of Source Sans Pro
  • d5d34ae Handle scanning for user provided brackets, e.g. "
  • 558c4ac [vim bindings] Only scan for <> when matching angle brackets
  • abfa457 [julia mode] Fix failure to advance on mismatched closing brace
  • 278503b [swift mode] Drop all-rights-reserved example code
  • 2a261df Bump version number post-5.44.0

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for 5.47.0

Version 5.47.0

Bug fixes

python mode: Properly handle ... syntax.

ruby mode: Fix indenting before closing brackets.

vim bindings: Fix repeat for C-v I, fix handling of fat cursor C-v c Esc and 0, fix @@, fix block-wise yank.

New features

vim bindings: Add support for ` text object.

Commits

The new version differs by 38 commits.

  • a7ce80f Mark version 5.47.0
  • 3094f2c [emacs] Add "redo" keybinding in Emacs keymap
  • 17f48fb [ruby mode] Fix matching of closing brackets during indentation
  • a86e858 [vim] fix blockwise yank
  • 1b3c322 [vim] fix fat cursor staying after O
  • 6974e1a [vim] fix broken option tests
  • 09eeedc [vim] remove unnecessary uses of replace from vim test
  • dab6f67 [midnight theme] Drop custom matchhighlight styles
  • 42f919f Add EXLskills Live Coding Interviews as real-world use case
  • ff40991 [ruby mode] Require dash or tilde at start of heredoc strings
  • 83c83d1 [midnight theme] Fix class name for cm-matchhighlight
  • 8a32a4d [vim] fix @@ to rerun last run macro (#5868)
  • 908d839 [vim] cleanup old fatCursorMarks after C-v c Esc
  • 6acb26b [vim] do not reset desired column at eof
  • 65a782b [vim] add support for ` text object

There are 38 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 16 commits.

  • 908e9da [real-world uses] Fixed link to GWT wrapper extension
  • f249e9d [real-world uses] Added Coderba GWT wrapper
  • 82d1245 [javascript mode] Fix typescript [key in ...] syntax (again)
  • 306c38e [javascript mode] Remove strange handling of 'in' in TypeScript mode
  • 11786d2 [hint addon] Handle scrolling containers
  • 5294bf1 [vim] throttle highlightSearchMatches
  • 3446b79 [real-world uses] Add LiveUML
  • a423203 [groovy mode] Add comment metadata
  • 7978b40 Add selectLeft/selectRight marker options
  • 7886f7f [mode metadata[ Add meta entry for PostgreSQ
  • e31bc36 [clike mode] Remove 'float' as Java keyword
  • 58df150 Also add u+fff9-u+fffb as special characters
  • 8aa23d7 Add U+FFFC as a default replaced special character
  • db1d66c [merge addon] Fix typo in hasMarker()
  • 48561a6 [mode metadata] Add "cs" as alias for C#

There are 16 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for 5.48.4

Version 5.48.4

Bug fixes

Make default styles for line elements more specific so that they don't apply to all <pre> elements inside the editor.

Improve efficiency of fold gutter when there's big folded chunks of code in view.

Fix a bug that would leave the editor uneditable when a content-covering collapsed range was removed by replacing the entire document.

julia mode: Support number separators.

asterisk mode: Improve comment support.

handlebars mode: Support triple-brace tags.

Commits

The new version differs by 33 commits.

  • 7ecf62f Mark version 5.48.4
  • 862be94 [yonce theme] Don't use rgb with four arguments
  • 784d4a8 Fix forgotten import
  • a5df839 Properly detect changes that should reset cantEdit flag
  • dc93109 Update PR to use .CodeMirror-line-like class
  • 19c620b Make sure the cantEdit flag is reset when setValue is called
  • 5b341e1 significant speed optimisation when large amount of lines are folded
  • dbc8832 Fix bug in coordsChar when there's a collapsed range at start of line
  • 1580dd1 Make ".CodeMirror pre" selector more specific
  • 52eb590 [asterisk mode] Fix bogus patch
  • 8e200e7 [asterisk mode] Add comment syntax metadata
  • 80ccce0 [asterisk mode] Add block-comment support
  • a6a9696 [handlebars mode] add support for triple mustache tags
  • 65fab82 [julia mode] Support undescore digit separator
  • ff978a0 [foldgutter addon] Pass all options to the foldCode method

There are 33 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 12 commits.

  • 0340b0d Mark version 5.49.0
  • d19537c [xml mode] Add an indirection to XML mode state inspection
  • 92b8e51 [mode/meta] Add wl and wls file extensions
  • ab766ce [foldgutter and annotatescrollbar addon] Schedule update on changes instead of change
  • 538c4dc [clike] fix kotlin indent for first line in lambda with params
  • 9b5f1c4 [javascript mode] Add support for HTML-style comments
  • f826bb0 [octave mode] Don't mark period chars as invalid
  • 399d430 Prevent removing textarea.form.submit handler with opts.leaveSubmitMethodAlone
  • a34b8b3 [moxer theme] Add
  • 448dff2 [material theme] Update to the official version, add darker, palenight, ocean variants
  • 650e975 [clike] support nested comments in kotlin mode
  • ad0daf2 [soy mode] Fix setting kind on invalid tags

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for 5.49.2

Version 5.49.2

Bug fixes

sublime bindings: Make selectNextOccurrence stop doing something when all occurrences are selected.

continuecomment addon: Respect indentWithTabs option.

foldgutter addon: Optimize by reusing DOM when possible.

markdown mode: Don't reset inline styles at the start of a continued list item line.

clike mode: Add a configuration for Objective-C++.

Commits

The new version differs by 19 commits.

  • 00d4135 Mark version 5.49.2
  • b74c853 Mention null mode in docs for mode option
  • 56258ce [dart mode] Add "extension" and "on" keywords
  • 1aadc71 [mode/meta] Add Objective-C++
  • b2c7891 [clike mode] Add text/x-objectivec++ type (#6027)
  • 632bca3 Reduce chance of needlessly rescheduled Delayed calls
  • c46d61d Switch to +new Date
  • 5dade13 Reduce setTimeout/clearTimeout calls from Delayed
  • b5e77b4 [continuecomment] skip some edge cases, respect indentWithTabs
  • 86a87a2 [sublime bindings] Fix selectNextOccurrence to do nothing when all instances are selected
  • f5d3554 [yaml-frontmatter mode] Allow pandoc-style closing with ...
  • 558eb5a [pug mode] Remove superfluous function arguments
  • 268de53 Add alt attribute to codemirror logo images
  • e7a69ae [darcula theme] Improve contrast of search/matching highlighting
  • 6da9363 [foldgutter] reuse old markers if indicatorOpen/Folded is string

There are 19 commits in total.

See the full diff