Giter VIP home page Giter VIP logo

Comments (7)

greenkeeper avatar greenkeeper commented on September 1, 2024
  • The dependency codemirror was updated from 5.49.0 to 5.49.2.

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

from j.

greenkeeper avatar greenkeeper commented on September 1, 2024
  • The dependency codemirror was updated from 5.49.2 to 5.50.0.

Your tests are still failing with this version. Compare changes

Release Notes for 5.50.0

Version 5.50.0

Bug fixes

Make Shift-Delete to cut work on Firefox.

closetag addon: Properly handle self-closing tags.

handlebars mode: Fix triple-brace support.

searchcursor addon: Support mathing $ in reverse regexp search.

panel addon: Don't get confused by changing panel sizes.

javascript-hint addon: Complete variables defined in outer scopes.

sublime bindings: Make by-subword motion more consistent with Sublime Text.

julia mode: Don't break on zero-prefixed integers.

elm mode: Sync with upstream version.

sql mode: Support Postgres-style backslash-escaped string literals.

New features

Add a className option to addLineWidget.

foldcode addon: Allow fold widgets to be functions, to dynamically create fold markers.

New themes: ayu-dark and ayu-mirage.

Commits

The new version differs by 28 commits.

  • 4f0c03c Mark version 5.50.0
  • 0a2b876 [sublime bindings] Fix sub-word motion at start of word
  • 27ec446 [sublime bindings] Make by-sub-word motion more conformant to Sublime
  • 3f901c5 [javascript-hint addon] Properly iterate over local scopes
  • ddafba7 Add a className option to addLineWidget
  • 1c4b922 [sql mode] Simplify patch 3e6aafd236ffe1ea
  • 3e6aafd [sql mode] Support backslash and escape constants in pgsql
  • 3ace5da Support functions as fold widget argument
  • 0028178 [cypher mode] Added keywords for system commands
  • 908a806 [elm mode] Sync with upstream implementation
  • ab25dd7 [vim bindings] Skip folded code when moving with j/k
  • 18a8ae2 Adjust posFromMouse to handle arbitrary xRel field values
  • 0f191d5 [continuecomment addon] Continue comments when a newline is inserted before them
  • 74de675 [julia mode] Fix getting stuck on integers with leading zeroes
  • a9789c7 Wire up shift-delete to fire a cut event on Gecko

There are 28 commits in total.

See the full diff

from j.

greenkeeper avatar greenkeeper commented on September 1, 2024
  • The dependency codemirror was updated from 5.50.2 to 5.51.0.

Your tests are still failing with this version. Compare changes

Release Notes for 5.51.0

Version 5.51.0

Bug fixes

Fix the behavior of the home and end keys when direction is set to "rtl".

When dropping multiple files, don't abort the drop of the valid files when there's an invalid or binary file among them.

Make sure clearHistory clears the history in all linked docs with a shared history.

vim bindings: Fix behavior of ' and ` marks, fix R in visual mode.

New features

vim bindings: Support gi, gI, and gJ`.

Commits

The new version differs by 20 commits.

  • 19b75cb Mark version 5.51.0
  • 995f394 When direction=rtl, fix home/end and arrow motion across line boundaries
  • f41c636 Make sure contextmenu event is also forwarded when fired on the input field
  • a173882 [vim] implement gi gI gJ
  • 93659d9 [vim] fix behavior of ' and ` marks
  • 32da49c [vim] fix R key in visual mode
  • 4d0e99d Make sure clearHistory clears all linked histories
  • a41ea1b [real-world uses] Add Adnuntius
  • 5d740b9 [show-hint addon] Scroll initially selected hint into view
  • 00363e3 [elm mode] Remove tab character
  • 47dddf1 Fix broken link in manual
  • 0c46c04 [rust mode] Fixed type names in demo code
  • 6c4087c If valid and invalid files are drag n dropped, paste all valid files
  • 91b1c88 Mark version 5.50.2
  • adbf7bb Restore indentation when closing an array or generator.

There are 20 commits in total.

See the full diff

from j.

greenkeeper avatar greenkeeper commented on September 1, 2024
  • The dependency codemirror was updated from 5.51.0 to 5.52.0.

Your tests are still failing with this version. Compare changes

Release Notes for 5.52.0

Version 5.52.0

Bug fixes

Fix a bug in handling of bidi text with Arabic numbers in a right-to-left editor.

Fix a crash when combining file drop with a "beforeChange" filter.

Prevent issue when passing negative coordinates to scrollTo.

New features

lint and tern addons: Allow the tooltip to be appended to the editor wrapper element instead of the document body.

Commits

The new version differs by 21 commits.

  • 5630617 Mark version 5.52.0
  • 1010810 [verilog] Support folding by indentation
  • 36f1348 [sTeX mode] Ensured that tag does not clash with object prototype properties
  • 2f51b60 Fixing blockquote end check
  • aa05cca [tern addon] Allow appending the tooltip to the codemirror hint options container if exists
  • dbd0782 [Soy] Improve map, list, record and list comprehension highlighting
  • 72988bf Clip negative scroll-to coordinates
  • 5f72273 Improve time complexity.
  • e1a3c39 Fix driver from only running vim tests.
  • 0f94af7 [soy mode] Remove templates property from state
  • 8397829 Fix previous patch to get option from the parsed option object
  • 1fed46d [lint addon] Allow appending the tooltip to the wrapper element
  • ba5452f Fix missing clipPos calls in file drop code
  • 89d21ec [stylus mode] Don't match #-rgb colors before a dash character
  • 96d8d51 [lint addon] Add theme class name to tooltips

There are 21 commits in total.

See the full diff

from j.

greenkeeper avatar greenkeeper commented on September 1, 2024
  • The dependency codemirror was updated from 5.52.0 to 5.52.2.

Your tests are still failing with this version. Compare changes

Release Notes for 5.52.2

Version 5.52.2

Bug fixes

Fix selection management in contenteditable mode when the editor doesn't have focus.

Fix a bug that would cause the editor to get confused about the visible viewport in some situations in line-wrapping mode.

markdown mode: Don't treat single dashes as setext header markers.

zenburn theme: Make sure background styles take precedence over default styles.

css mode: Recognize a number of new properties.

Commits

The new version differs by 15 commits.

  • ac9e655 Mark version 5.52.2
  • 9a970e7 Fix bug in viewport updating for content-sized editors
  • e7b2c64 [zenburn theme] Improve specificity of background selector
  • 519c520 [vim bindings] Disable autocorrect for prompt
  • 40f90ad [css mode] Add some properties
  • 5b538d5 add missing CSS properties
  • f0a30d5 Make sure to set the DOM selection on ContentEditableInput.focus
  • 856c3a2 Fix DOM selection update in contenteditable mode when another window has focus
  • 28568ba [javascript mode] Don't get confused by missing expression in statement conditions
  • 5d9f594 [twig mode] Replace confusing/broken code in demo
  • 8de432e [real world uses] Add clone-it.github.io
  • eef2282 Fix failing the test when the linter finds an issue
  • d212129 Fix lint warnings
  • 5920088 [markdown mode] DIsallow single dash for a setext header
  • d0d3d30 [protobuf mode] Enable brace folding

See the full diff

from j.

greenkeeper avatar greenkeeper commented on September 1, 2024
  • The dependency codemirror was updated from 5.52.2 to 5.53.0.

Your tests are still failing with this version. Compare changes

Release Notes for 5.53.0

Version 5.53.0

Bug fixes

Fix a bug where the editor layout could remain confused after a call to refresh when line wrapping was enabled.

dialog addon: Don't close dialogs when the document window loses focus.

merge addon: Compensate for editor top position when aligning lines.

vim bindings: Improve EOL handling.

emacs bindings: Include default keymap as a fallback.

julia mode: Fix an infinite loop bug.

show-hint addon: Scroll cursor into view when picking a completion.

New features

New option: screenReaderLabel to add a label to the editor.

New mode: wast.

Commits

The new version differs by 23 commits.

  • bfe88aa Mark version 5.53.0
  • 4cb51d5 [wast] Add new wast mode (for WebAssembly disassembly)
  • 08eee7c [show-hint] Make linter happy
  • ebfae44 doc update to clarify that negative lookbehind assertion for regex is
  • 59366a1 [rust] Add some keywords
  • 9952224 [emacs keymap] Allow fallthrough to the default keymap
  • e43adbb Make refresh always re-estimate line heights when wrapping is on
  • 1c59254 [sublime keymap] Add Ctrl-K Ctrl+1 fold all shortcut
  • c2c8e0d [JavaScript-Hint] Add options.additionalContext property names as hints
  • 0c6cfae [show-hint] Scroll cursor into view after picking
  • 9983e8e docs: Fix simple typo, compatiblity -> compatibility
  • 1c88b71 [julia mode] Fix infinite loop for mismatched brackets
  • b10cdd5 Add functions to vimAPI documentation
  • b2d26b4 [show-hint addon] don't close hints on backspace prematurely
  • 7afb2d7 [hint] Nicer scrolling with non-standard padding

There are 23 commits in total.

See the full diff

from j.

greenkeeper avatar greenkeeper commented on September 1, 2024
  • The dependency codemirror was updated from 5.53.2 to 5.54.0.

Your tests are still failing with this version. Compare changes

Release Notes for 5.54.0

Version 5.54.0

Bug fixes

Improve support for having focus inside in-editor widgets in contenteditable-mode.

Fix issue where the scroll position could jump when clicking on a selection in Chrome.

python mode: Better format string support.

javascript mode: Improve parsing of private properties and class fields.

matchbrackets addon: Disable highlighting when the editor doesn't have focus.

New features

runmode addon: Properly support for cross-line lookahead.

vim bindings: Allow Ex-Commands with non-word names.

gfm mode: Add a fencedCodeBlockDefaultMode option.

Commits

The new version differs by 28 commits.

  • a5497d1 Mark version 5.54.0
  • 4377c08 [gfm mode] add fencedCodeBlockDefaultMode option
  • e56014c [soy mode] Fix bug with "map" in type name
  • 8facd90 [vim] Allow Ex-Commands with non-word names
  • 25e7a32 [match-highlighter] Fix issue in highlighting non-alphanumeric tokens
  • b6ac63e Proper escaping of \s
  • 890cb6b [javascript mode] Fix a runaway regexp
  • 0884405 [runmode addon] Add support for lookahead
  • a810aee [mode/meta] Remove unwanted space in TiddlyWiki mode name
  • 8e260c2 [dart mode] Add late and required keywords, Null and Never types
  • 0de283c [tcl mode] Add # as a lineComment
  • 2e841f6 Add a sponsors section to the website
  • 632f30b Increase size of scrollbar-hack gap
  • a9774d9 [javascript operator] Properly implement optional chaining operator
  • b6a75e5 [matchbrackets addon] Disable highlighting when the editor isn't focused

There are 28 commits in total.

See the full diff

from j.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.