UNPKG

xml-lite

Version:

maintaining xml in pure javascript (IN BOTH NODE.JS & BROWSERS)

498 lines (497 loc) 72.9 kB
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="Content-Type" name="viewport" content="width=device-width, initial-scale=1"/> <title>CHANGELOG.md</title> <link rel="stylesheet" href="https://leungwensen.github.io/zfinder/dist/lib/normalize-4.2.0.min.css"> <link rel="stylesheet" href="https://leungwensen.github.io/zfinder/dist/lib/github-markdown-2.3.0.min.css"> <link rel="stylesheet" href="https://leungwensen.github.io/zfinder/dist/zfinder/markdown-previewer.css"> </head> <body> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" style="width:0;height:0;position:absolute;overflow:hidden;"> <defs> <symbol id="si-zfinder-collapse-left" viewBox="0 0 38 38"> <path d="M38 0H0v38h38V0zM3 35V3h32v32H3zM5 5v28h17V21h-9.667L16 26h-4l-5-7 5-7h4l-3.667 5H22V5H5z"/> </symbol> <symbol id="si-zfinder-expand-right" viewBox="0 0 38 38"> <path d="M0 0h38v38H0V0zm35 35V3H3v32h32zM22 5v28H5V21h9.667L11 26h4l5-7-5-7h-4l3.667 5H5V5h17z"/> </symbol> <symbol id="si-zfinder-fullscreen" viewBox="0 0 28 28"> <path d="M4 18H0v10h10v-4H4v-6zm-4-8h4V4h6V0H0v10zm24 14h-6v4h10V18h-4v6zM18 0v4h6v6h4V0H18z"/> </symbol> <symbol id="si-zfinder-fullscreen-exit" viewBox="0 0 28 28"> <path d="M0 22h6v6h4V18H0v4zM6 6H0v4h10V0H6v6zm12 22h4v-6h6v-4H18v10zm4-22V0h-4v10h10V6h-6z"/> </symbol> </defs> </svg> <nav id="toc"> <div id="toc-body" class="toc-body"></div> </nav> <article id="markdown"> <nav id="markdown-header" class="markdown-header"> <svg class="si" id="toggle-toc" width="24" height="24"> <use xlink:href="#si-zfinder-collapse-left"></use> </svg> <svg class="si float-right" id="toggle-fullscreen-article" width="24" height="24"> <use xlink:href="#si-zfinder-fullscreen"></use> </svg> </nav> <div id="markdown-body" class="markdown-body"><h2>5.18.2 (2016-08-23)</h2> <h3>Bugfixes</h3> <p><a href="http://codemirror.net/mode/vue">vue mode</a>: Fix outdated references to renamed Pug mode dependency.</p> <h2>5.18.0 (2016-08-22)</h2> <h3>Bugfixes</h3> <p>Make sure <a href="http://codemirror.net/doc/manual.html#addLineClass">gutter backgrounds</a> stick to the rest of the gutter during horizontal scrolling.</p> <p>The contenteditable <a href="http://codemirror.net/doc/manual.html#option_inputStyle"><code>inputStyle</code></a> now properly supports pasting on pre-Edge IE versions.</p> <p><a href="http://codemirror.net/mode/javascript">javascript mode</a>: Fix some small parsing bugs and improve TypeScript support.</p> <p><a href="http://codemirror.net/doc/manual.html#addon_matchbrackets">matchbrackets addon</a>: Fix bug where active highlighting was left in editor when the addon was disabled.</p> <p><a href="http://codemirror.net/doc/manual.html#addon_match-highlighter">match-highlighter addon</a>: Only start highlighting things when the editor gains focus.</p> <p><a href="http://codemirror.net/doc/manual.html#addon_javascript-hint">javascript-hint addon</a>: Also complete non-enumerable properties.</p> <h3>New features</h3> <p>The <a href="http://codemirror.net/doc/manual.html#addOverlay"><code>addOverlay</code></a> method now supports a <code>priority</code> option to control the order in which overlays are applied.</p> <p>MIME types that end in <code>+json</code> now default to the JSON mode when the MIME itself is not defined.</p> <h3>Breaking changes</h3> <p>The mode formerly known as Jade was renamed to <a href="http://codemirror.net/mode/pug">Pug</a>.</p> <p>The <a href="http://codemirror.net/mode/python">Python mode</a> now defaults to Python 3 (rather than 2) syntax.</p> <h2>5.17.0 (2016-07-19)</h2> <h3>Bugfixes</h3> <p>Fix problem with wrapped trailing whitespace displaying incorrectly.</p> <p>Prevent IME dialog from overlapping typed content in Chrome.</p> <p>Improve measuring of characters near a line wrap.</p> <p><a href="http://codemirror.net/mode/javascript">javascript mode</a>: Improve support for <code>async</code>, allow trailing commas in <code>import</code> lists.</p> <p><a href="http://codemirror.net/demo/vim.html">vim bindings</a>: Fix backspace in replace mode.</p> <p><a href="http://codemirror.net/demo/sublime.html">sublime bindings</a>: Fix some key bindings on OS X to match Sublime Text.</p> <h3>New features</h3> <p><a href="http://codemirror.net/mode/markdown">markdown mode</a>: Add more classes to image links in highlight-formatting mode.</p> <h2>5.16.0 (2016-06-20)</h2> <h3>Bugfixes</h3> <p>Fix glitches when dragging content caused by the drop indicator receiving mouse events.</p> <p>Make Control-drag work on Firefox.</p> <p>Make clicking or selection-dragging at the end of a wrapped line select the right position.</p> <p><a href="http://codemirror.net/doc/manual.html#addon_show-hint">show-hint addon</a>: Prevent widget scrollbar from hiding part of the hint text.</p> <p><a href="http://codemirror.net/doc/manual.html#addon_rulers">rulers addon</a>: Prevent rulers from forcing a horizontal editor scrollbar.</p> <h3>New features</h3> <p><a href="http://codemirror.net/doc/manual.html#addon_search">search addon</a>: Automatically bind search-related keys in persistent dialog.</p> <p><a href="http://codemirror.net/demo/sublime.html">sublime keymap</a>: Add a multi-cursor aware smart backspace binding.</p> <h2>5.15.2 (2016-05-20)</h2> <h3>Bugfixes</h3> <p>Fix a critical document corruption bug that occurs when a document is gradually grown.</p> <h2>5.15.0 (2016-05-20)</h2> <h3>Bugfixes</h3> <p>Fix bug that caused the selection to reset when focusing the editor in contentEditable input mode.</p> <p>Fix issue where not all ASCII control characters were being replaced by placeholders.</p> <p>Remove the assumption that all modes have a <code>startState</code> method from several wrapping modes.</p> <p>Fix issue where the editor would complain about overlapping collapsed ranges when there weren’t any.</p> <p>Optimize document tree building when loading or pasting huge chunks of content.</p> <p><a href="http://codemirror.net/mode/markdown/">markdown mode</a>: Fix several issues in matching link targets.</p> <p><a href="http://codemirror.net/mode/clike/">clike mode</a>: Improve indentation of C++ template declarations.</p> <h3>New features</h3> <p>Explicitly bind Ctrl-O on OS X to make that binding (“open line”) act as expected.</p> <p>Pasting <a href="http://codemirror.net/doc/manual.html#option_lineWiseCopyCut">linewise-copied</a> content when there is no selection now inserts the lines above the current line.</p> <p><a href="http://codemirror.net/mode/javascript/">javascript mode</a>: Support <code>async</code>/<code>await</code> and improve support for TypeScript type syntax.</p> <h2>5.14.2 (2016-04-20)</h2> <h3>Bugfixes</h3> <p>Push a new package to NPM due to an <a href="https://github.com/npm/npm/issues/5082">NPM bug</a> omitting the LICENSE file in 5.14.0.</p> <p>Set <code>dataTransfer.effectAllowed</code> in <code>dragstart</code> handler to help browsers use the right drag icon.</p> <p>Add the <a href="http://codemirror.net/mode/mbox/index.html">mbox mode</a> to <code>mode/meta.js</code>.</p> <h2>5.14.0 (2016-04-20)</h2> <h3>Bugfixes</h3> <p><a href="http://codemirror.net/doc/manual.html#posFromIndex"><code>posFromIndex</code></a> and <a href="http://codemirror.net/doc/manual.html#indexFromPos"><code>indexFromPos</code></a> now take <a href="http://codemirror.net/doc/manual.html#option_lineSeparator"><code>lineSeparator</code></a> into account.</p> <p><a href="http://codemirror.net/demo/vim.html">vim bindings</a>: Only call <code>.save()</code> when it is actually available.</p> <p><a href="http://codemirror.net/doc/manual.html#addon_comment">comment addon</a>: Be careful not to mangle multi-line strings.</p> <p><a href="http://codemirror.net/mode/python/index.html">Python mode</a>: Improve distinguishing of decorators from <code>@</code> operators.</p> <p><a href="http://codemirror.net/doc/manual.html#findMarks"><code>findMarks</code></a>: No longer return marks that touch but don’t overlap given range.</p> <h3>New features</h3> <p><a href="http://codemirror.net/demo/vim.html">vim bindings</a>: Add yank command.</p> <p><a href="http://codemirror.net/doc/manual.html#addon_match-highlighter">match-highlighter addon</a>: Add <code>trim</code> option to disable ignoring of whitespace.</p> <p><a href="http://codemirror.net/mode/powershell/index.html">PowerShell mode</a>: Added.</p> <p><a href="http://codemirror.net/mode/yacas/index.html">Yacas mode</a>: Added.</p> <p><a href="http://codemirror.net/mode/webidl/index.html">Web IDL mode</a>: Added.</p> <p><a href="http://codemirror.net/mode/sas/index.html">SAS mode</a>: Added.</p> <p><a href="http://codemirror.net/mode/mbox/index.html">mbox mode</a>: Added.</p> <h2>5.13.2 (2016-03-23)</h2> <h3>Bugfixes</h3> <p>Solves a problem where the gutter would sometimes not extend all the way to the end of the document.</p> <h2>5.13.0 (2016-03-21)</h2> <h3>New features</h3> <p>New DOM event forwarded: <a href="http://codemirror.net/doc/manual.html#event_dom"><code>&quot;dragleave&quot;</code></a>.</p> <p><a href="http://codemirror.net/mode/protobuf/index.html">protobuf mode</a>: Newly added.</p> <h3>Bugfixes</h3> <p>Fix problem where <a href="http://codemirror.net/doc/manual.html#findMarks"><code>findMarks</code></a> sometimes failed to find multi-line marks.</p> <p>Fix crash that showed up when atomic ranges and bidi text were combined.</p> <p><a href="http://codemirror.net/demo/complete.html">show-hint addon</a>: Completion widgets no longer close when the line indented or dedented.</p> <p><a href="http://codemirror.net/demo/merge.html">merge addon</a>: Fix bug when merging chunks at the end of the file.</p> <p><a href="http://codemirror.net/doc/manual.html#addon_placeholder">placeholder addon</a>: No longer gets confused by <a href="http://codemirror.net/doc/manual.html#swapDoc"><code>swapDoc</code></a>.</p> <p><a href="http://codemirror.net/doc/manual.html#addon_simplescrollbars">simplescrollbars addon</a>: Fix invalid state when deleting at end of document.</p> <p><a href="http://codemirror.net/mode/clike/index.html">clike mode</a>: No longer gets confused when a comment starts after an operator.</p> <p><a href="http://codemirror.net/mode/markdown/index.html">markdown mode</a>: Now supports CommonMark-style flexible list indentation.</p> <p><a href="http://codemirror.net/mode/dylan/index.html">dylan mode</a>: Several improvements and fixes.</p> <h2>5.12.0 (2016-02-19)</h2> <h3>New features</h3> <p><a href="http://codemirror.net/demo/vim.html">Vim bindings</a>: Ctrl-Q is now an alias for Ctrl-V.</p> <p><a href="http://codemirror.net/demo/vim.html">Vim bindings</a>: The Vim API now exposes an <code>unmap</code> method to unmap bindings.</p> <p><a href="http://codemirror.net/demo/activeline.html">active-line addon</a>: This addon can now style the active line’s gutter.</p> <p><a href="http://codemirror.net/mode/fcl/">FCL mode</a>: Newly added.</p> <p><a href="http://codemirror.net/mode/sql/">SQL mode</a>: Now has a Postgresql dialect.</p> <h3>Bugfixes</h3> <p>Fix <a href="https://github.com/codemirror/CodeMirror/issues/3781">issue</a> where trying to scroll to a horizontal position outside of the document’s width could cause the gutter to be positioned incorrectly.</p> <p>Use absolute, rather than fixed positioning in the context-menu intercept hack, to work around a <a href="https://github.com/codemirror/CodeMirror/issues/3238">problem</a> when the editor is inside a transformed parent container.</p> <p>Solve a <a href="https://github.com/codemirror/CodeMirror/issues/3821">problem</a> where the horizontal scrollbar could hide text in Firefox.</p> <p>Fix a <a href="https://github.com/codemirror/CodeMirror/issues/3834">bug</a> that caused phantom scroll space under the text in some situations.</p> <p><a href="http://codemirror.net/demo/sublime.html">Sublime Text bindings</a>: Bind delete-line to Shift-Ctrl-K on OS X.</p> <p><a href="http://codemirror.net/mode/markdown/">Markdown mode</a>: Fix <a href="https://github.com/codemirror/CodeMirror/issues/3787">issue</a> where the mode would keep state related to fenced code blocks in an unsafe way, leading to occasional corrupted parses.</p> <p><a href="http://codemirror.net/mode/markdown/">Markdown mode</a>: Ignore backslashes in code fragments.</p> <p><a href="http://codemirror.net/mode/markdown/">Markdown mode</a>: Use whichever mode is registered as <code>text/html</code> to parse HTML.</p> <p><a href="http://codemirror.net/mode/clike/">Clike mode</a>: Improve indentation of Scala <code>=&gt;</code> functions.</p> <p><a href="http://codemirror.net/mode/python/">Python mode</a>: Improve indentation of bracketed code.</p> <p><a href="http://codemirror.net/mode/htmlmixed/">HTMLMixed mode</a>: Support multi-line opening tags for sub-languages (<code>&lt;script&gt;</code>, <code>&lt;style&gt;</code>, etc).</p> <p><a href="http://codemirror.net/mode/spreadsheet/">Spreadsheet mode</a>: Fix bug where the mode did not advance the stream when finding a backslash.</p> <p><a href="http://codemirror.net/mode/xml/">XML mode</a>: The mode now takes a <code>matchClosing</code> option to configure whether mismatched closing tags should be highlighted as errors.</p> <h2>5.11.0 (2016-01-20)</h2> <ul> <li>New modes: <a href="http://codemirror.net/mode/jsx/index.html">JSX</a>, <a href="http://codemirror.net/mode/haskell-literate/index.html">literate Haskell</a></li> <li>The editor now forwards more <a href="http://codemirror.net/doc/manual.html#event_dom">DOM events</a>: <code>cut</code>, <code>copy</code>, <code>paste</code>, and <code>touchstart</code>. It will also forward <code>mousedown</code> for drag events</li> <li>Fixes a bug where bookmarks next to collapsed spans were not rendered</li> <li>The <a href="http://codemirror.net/mode/swift/index.html">Swift</a> mode now supports auto-indentation</li> <li>Frontmatters in the <a href="http://codemirror.net/mode/yaml-frontmatter/index.html">YAML frontmatter</a> mode are now optional as intended</li> </ul> <h2>5.10.0 (2015-12-21)</h2> <ul> <li>Modify the way <a href="http://codemirror.net/doc/manual.html#mark_atomic">atomic ranges</a> are skipped by selection to try and make it less surprising.</li> <li>The <a href="http://codemirror.net/mode/swift/index.html">Swift mode</a> was rewritten.</li> <li>New addon: <a href="http://codemirror.net/doc/manual.html#addon_jump-to-line">jump-to-line</a>.</li> <li>New method: <a href="http://codemirror.net/doc/manual.html#isReadOnly"><code>isReadOnly</code></a>.</li> <li>The <a href="http://codemirror.net/doc/manual.html#addon_show-hint">show-hint addon</a> now defaults to picking completions on single click.</li> <li>The object passed to <a href="http://codemirror.net/doc/manual.html#event_beforeSelectionChange"><code>&quot;beforeSelectionChange&quot;</code></a> events now has an <code>origin</code> property.</li> <li>New mode: <a href="http://codemirror.net/mode/crystal/index.html">Crystal</a>.</li> </ul> <h2>5.9.0 (2015-11-23)</h2> <ul> <li>Improve the way overlay (OS X-style) scrollbars are handled</li> <li>Make <a href="http://codemirror.net/doc/manual.html#addon_annotatescrollbar">annotatescrollbar</a> and scrollpastend addons work properly together</li> <li>Make <a href="http://codemirror.net/doc/manual.html#addon_show-hint">show-hint</a> addon select options on single click by default, move selection to hovered item</li> <li>Properly fold comments that include block-comment-start markers</li> <li>Many small language mode fixes</li> </ul> <h2>5.8.0 (2015-10-20)</h2> <ul> <li>Fixes an infinite loop in the <a href="http://codemirror.net/doc/manual.html#addon_hardwrap">hardwrap addon</a></li> <li>New modes: <a href="http://codemirror.net/mode/nsis/index.html">NSIS</a>, <a href="http://codemirror.net/mode/clike/index.html">Ceylon</a></li> <li>The Kotlin mode is now a <a href="http://codemirror.net/mode/clike/index.html">clike</a> dialect, rather than a stand-alone mode</li> <li>New option: <a href="http://codemirror.net/doc/manual.html#option_allowDropFileTypes"><code>allowDropFileTypes</code></a>. Binary files can no longer be dropped into CodeMirror</li> <li>New themes: <a href="http://codemirror.net/demo/theme.html#bespin">bespin</a>, <a href="http://codemirror.net/demo/theme.html#hopscotch">hopscotch</a>, <a href="http://codemirror.net/demo/theme.html#isotope">isotope</a>, <a href="http://codemirror.net/demo/theme.html#railscasts">railscasts</a></li> </ul> <h2>5.7.0 (2015-09-21)</h2> <ul> <li>New modes: <a href="http://codemirror.net/mode/vue/index.html">Vue</a>, <a href="http://codemirror.net/mode/oz/index.html">Oz</a>, <a href="http://codemirror.net/mode/mscgen/index.html">MscGen</a> (and dialects), <a href="http://codemirror.net/mode/css/gss.html">Closure Stylesheets</a></li> <li>Implement <a href="http://commonmark.org">CommonMark</a>-style flexible list indent and cross-line code spans in <a href="http://codemirror.net/mode/markdown/index.html">Markdown</a> mode</li> <li>Add a replace-all button to the <a href="http://codemirror.net/doc/manual.html#addon_search">search addon</a>, and make the persistent search dialog transparent when it obscures the match</li> <li>Handle <code>acync</code>/<code>await</code> and ocal and binary numbers in <a href="http://codemirror.net/mode/javascript/index.html">JavaScript mode</a></li> <li>Fix various issues with the <a href="http://codemirror.net/mode/haxe/index.html">Haxe mode</a></li> <li>Make the <a href="http://codemirror.net/doc/manual.html#addon_closebrackets">closebrackets addon</a> select only the wrapped text when wrapping selection in brackets</li> <li>Tokenize properties as properties in the <a href="http://codemirror.net/mode/coffeescript/index.html">CoffeeScript mode</a></li> <li>The <a href="http://codemirror.net/doc/manual.html#addon_placeholder">placeholder addon</a> now accepts a DOM node as well as a string placeholder</li> </ul> <h2>5.6.0 (2015-08-20)</h2> <ul> <li>Fix bug where you could paste into a <code>readOnly</code> editor</li> <li>Show a cursor at the drop location when dragging over the editor</li> <li>The <a href="http://codemirror.net/mode/rust/index.html">Rust mode</a> was rewritten to handle modern Rust</li> <li>The editor and theme CSS was cleaned up. Some selectors are now less specific than before</li> <li>New theme: <a href="http://codemirror.net/demo/theme.html#abcdef">abcdef</a></li> <li>Lines longer than <a href="http://codemirror.net/doc/manual.html#option_maxHighlightLength"><code>maxHighlightLength</code></a> are now less likely to mess up indentation</li> <li>New addons: <a href="http://codemirror.net/doc/manual.html#addon_autorefresh"><code>autorefresh</code></a> for refreshing an editor the first time it becomes visible, and <code>html-lint</code> for using <a href="http://htmlhint.com/">HTMLHint</a></li> <li>The <a href="http://codemirror.net/doc/manual.html#addon_search"><code>search</code></a> addon now recognizes <code>\r</code> and <code>\n</code> in pattern and replacement input</li> </ul> <h2>5.5.0 (2015-07-20)</h2> <ul> <li>New option: <a href="http://codemirror.net/doc/manual.html#option_lineSeparator"><code>lineSeparator</code></a> (with corresponding <a href="http://codemirror.net/doc/manual.html#lineSeparator">method</a>)</li> <li>New themes: <a href="http://codemirror.net/demo/theme.html#dracula">dracula</a>, <a href="http://codemirror.net/demo/theme.html#seti">seti</a>, <a href="http://codemirror.net/demo/theme.html#yeti">yeti</a>, <a href="http://codemirror.net/demo/theme.html#material">material</a>, and <a href="http://codemirror.net/demo/theme.html#icecoder">icecoder</a></li> <li>New modes: <a href="http://codemirror.net/mode/brainfuck/index.html">Brainfuck</a>, <a href="http://codemirror.net/mode/vhdl/index.html">VHDL</a>, Squirrel (<a href="http://codemirror.net/mode/clike/index.html">clike</a> dialect)</li> <li>Define a <code>findPersistent</code> command in the <a href="http://codemirror.net/demo/search.html">search</a> addon, for a dialog that stays open as you cycle through matches</li> <li>From this release on, the NPM module doesn’t include documentation and demos</li> <li>Full <a href="https://github.com/codemirror/CodeMirror/compare/5.4.0...5.5.0">list of patches</a></li> </ul> <h2>5.4.0 (2015-06-25)</h2> <ul> <li>New modes: <a href="http://codemirror.net/mode/twig/index.html">Twig</a>, <a href="http://codemirror.net/mode/elm/index.html">Elm</a>, <a href="http://codemirror.net/mode/factor/index.html">Factor</a>, <a href="http://codemirror.net/mode/swift/index.html">Swift</a></li> <li>Prefer clipboard API (if available) when pasting</li> <li>Refined definition highlighting in <a href="http://codemirror.net/mode/clike/index.html">clike</a> mode</li> <li>Full <a href="https://github.com/codemirror/CodeMirror/compare/5.3.0...5.4.0">list of patches</a></li> </ul> <h2>5.3.0 (2015-05-20)</h2> <ul> <li>Fix several regressions in the <a href="http://codemirror.net/doc/manual.html#addon_show-hint"><code>show-hint</code></a> addon (<code>completeSingle</code> option, <code>&quot;shown&quot;</code> and <code>&quot;close&quot;</code> events)</li> <li>The <a href="http://codemirror.net/demo/vim.html">vim mode</a> API was <a href="http://codemirror.net/doc/manual.html#vimapi">documented</a></li> <li>New modes: <a href="http://codemirror.net/mode/asn.1/index.html">ASN.1</a>, <a href="http://codemirror.net/mode/ttcn/index.html">TTCN</a>, and <a href="http://codemirror.net/mode/ttcn-cfg/index.html">TTCN-CFG</a></li> <li>The <a href="http://codemirror.net/mode/clike/index.html">clike</a> mode can now deep-indent <code>switch</code> statements, and roughly recognizes types and defined identifiers</li> <li>Full <a href="https://github.com/codemirror/CodeMirror/compare/5.2.0...5.3.0">list of patches</a></li> </ul> <h2>5.2.0 (2015-04-20)</h2> <ul> <li>Fix several race conditions in <a href="http://codemirror.net/doc/manual.html#addon_show-hint"><code>show-hint</code></a>'s asynchronous mode</li> <li>Fix backspace binding in <a href="http://codemirror.net/demo/sublime.html">Sublime bindings</a></li> <li>Change the way IME is handled in the <code>&quot;textarea&quot;</code> <a href="http://codemirror.net/doc/manual.html#option_inputStyle">input style</a></li> <li>New modes: <a href="http://codemirror.net/mode/mumps/index.html">MUMPS</a>, <a href="http://codemirror.net/mode/handlebars/index.html">Handlebars</a></li> <li>Rewritten modes: <a href="http://codemirror.net/mode/django/index.html">Django</a>, <a href="http://codemirror.net/mode/z80/index.html">Z80</a></li> <li>New theme: <a href="http://codemirror.net/demo/theme.html#liquibyte">Liquibyte</a></li> <li>New option: <a href="http://codemirror.net/doc/manual.html#option_lineWiseCopyCut"><code>lineWiseCopyCut</code></a></li> <li>The <a href="http://codemirror.net/demo/vim.html">Vim mode</a> now supports buffer-local options and the <code>filetype</code> setting</li> <li>Full <a href="https://github.com/codemirror/CodeMirror/compare/5.1.0...5.2.0">list of patches</a></li> </ul> <h2>5.1.0 (2015-03-23)</h2> <ul> <li>New modes: <a href="http://codemirror.net/mode/asciiarmor/index.html">ASCII armor</a> (PGP data), <a href="http://codemirror.net/mode/troff/index.html">Troff</a>, and <a href="http://codemirror.net/mode/cmake/index.html">CMake</a>.</li> <li>Remove SmartyMixed mode, rewrite <a href="http://codemirror.net/mode/smarty/index.html">Smarty</a> mode to supersede it.</li> <li>New commands in the <a href="http://codemirror.net/doc/manual.html#addon_merge">merge addon</a>: <code>goNextDiff</code> and <code>goPrevDiff</code>.</li> <li>The <a href="http://codemirror.net/doc/manual.html#addon_closebrackets">closebrackets addon</a> can now be configured per mode.</li> <li>Full <a href="https://github.com/codemirror/CodeMirror/compare/5.0.0...5.1.0">list of patches</a>.</li> </ul> <h2>5.0.0 (2015-02-20)</h2> <ul> <li>Experimental mobile support (tested on iOS, Android Chrome, stock Android browser)</li> <li>New option <a href="http://codemirror.net/doc/manual.html#option_inputStyle"><code>inputStyle</code></a> to switch between hidden textarea and contenteditable input.</li> <li>The <a href="http://codemirror.net/doc/manual.html#getInputField"><code>getInputField</code></a> method is no longer guaranteed to return a textarea.</li> <li>Full <a href="https://github.com/codemirror/CodeMirror/compare/4.13.0...5.0.0">list of patches</a>.</li> </ul> <h2>4.13.0 (2015-02-20)</h2> <ul> <li>Fix the way the <a href="http://codemirror.net/demo/closetag.html"><code>closetag</code></a> demo handles the slash character.</li> <li>New modes: <a href="http://codemirror.net/mode/forth/index.html">Forth</a>, <a href="http://codemirror.net/mode/stylus/index.html">Stylus</a>.</li> <li>Make the <a href="http://codemirror.net/mode/css/index.html">CSS mode</a> understand some modern CSS extensions.</li> <li>Have the <a href="http://codemirror.net/mode/clike/index.html">Scala mode</a> handle symbols and triple-quoted strings.</li> <li>Full <a href="https://github.com/codemirror/CodeMirror/compare/4.12.0...4.13.0">list of patches</a>.</li> </ul> <h2>4.12.0 (2015-01-22)</h2> <ul> <li>The <a href="http://codemirror.net/doc/manual.html#addon_closetag"><code>closetag</code></a> addon now defines a <code>&quot;closeTag&quot;</code> command.</li> <li>Adds a <code>findModeByFileName</code> to the <a href="http://codemirror.net/doc/manual.html#addon_meta">mode metadata</a> addon.</li> <li><a href="http://codemirror.net/demo/simplemode.html">Simple mode</a> rules can now contain a <code>sol</code> property to only match at the start of a line.</li> <li>New addon: <a href="http://codemirror.net/doc/manual.html#addon_selection-pointer"><code>selection-pointer</code></a> to style the mouse cursor over the selection.</li> <li>Improvements to the <a href="http://codemirror.net/mode/sass/index.html">Sass mode</a>’s indentation.</li> <li>The <a href="http://codemirror.net/demo/vim.html">Vim keymap</a>’s search functionality now supports <a href="http://codemirror.net/doc/manual.html#addon_matchesonscrollbar">scrollbar annotation</a>.</li> <li>Full <a href="https://github.com/codemirror/CodeMirror/compare/4.11.0...4.12.0">list of patches</a>.</li> </ul> <h2>4.11.0 (2015-01-09)</h2> <p>Unfortunately, 4.10 did not take care of the Firefox scrolling issue entirely. This release adds two more patches to address that.</p> <h2>4.10.0 (2014-12-29)</h2> <p>Emergency single-patch update to 4.9. Fixes Firefox-specific problem where the cursor could end up behind the horizontal scrollbar.</p> <h2>4.9.0 (2014-12-23)</h2> <ul> <li>Overhauled scroll bar handling. Add pluggable <a href="http://codemirror.net/demo/simplescrollbars.html">scrollbar implementations</a>.</li> <li>Tweaked behavior for the <a href="http://codemirror.net/doc/manual.html#addon_show-hint">completion addons</a> to not take text after cursor into account.</li> <li>Two new optional features in the <a href="http://codemirror.net/doc/manual.html#addon_merge">merge addon</a>: aligning editors, and folding unchanged text.</li> <li>New modes: <a href="http://codemirror.net/mode/dart/index.html">Dart</a>, <a href="http://codemirror.net/mode/ebnf/index.html">EBNF</a>, <a href="http://codemirror.net/mode/spreadsheet/index.html">spreadsheet</a>, and <a href="http://codemirror.net/mode/soy/index.html">Soy</a>.</li> <li>New <a href="http://codemirror.net/demo/panel.html">addon</a> to show persistent panels below/above an editor.</li> <li>New themes: <a href="http://codemirror.net/demo/theme.html#zenburn">zenburn</a> and <a href="http://codemirror.net/demo/theme.html#tomorrow-night-bright">tomorrow night bright</a>.</li> <li>Allow ctrl-click to clear existing cursors.</li> <li>Full <a href="https://github.com/codemirror/CodeMirror/compare/4.8.0...4.9.0">list of patches</a>.</li> </ul> <h2>4.8.0 (2014-11-22)</h2> <ul> <li>Built-in support for <a href="http://codemirror.net/doc/manual.html#normalizeKeyMap">multi-stroke key bindings</a>.</li> <li>New method: <a href="http://codemirror.net/doc/manual.html#getLineTokens"><code>getLineTokens</code></a>.</li> <li>New modes: <a href="http://codemirror.net/mode/dockerfile/index.html">dockerfile</a>, <a href="http://codemirror.net/mode/idl/index.html">IDL</a>, <a href="http://codemirror.net/mode/clike/index.html">Objective C</a> (crude).</li> <li>Support styling of gutter backgrounds, allow <code>&quot;gutter&quot;</code> styles in <a href="http://codemirror.net/doc/manual.html#addLineClass"><code>addLineClass</code></a>.</li> <li>Many improvements to the <a href="http://codemirror.net/demo/vim.html">Vim mode</a>, rewritten visual mode.</li> <li>Improvements to modes: <a href="http://codemirror.net/mode/gfm/index.html">gfm</a> (strikethrough), <a href="http://codemirror.net/mode/sparql/index.html">SPARQL</a> (version 1.1 support), and <a href="http://codemirror.net/mode/stex/index.html">sTeX</a> (no more runaway math mode).</li> <li>Full <a href="https://github.com/codemirror/CodeMirror/compare/4.7.0...4.8.0">list of patches</a>.</li> </ul> <h2>4.7.0 (2014-10-20)</h2> <ul> <li><strong>Incompatible</strong>: The <a href="http://codemirror.net/demo/lint.html">lint addon</a> now passes the editor’s value as first argument to asynchronous lint functions, for consistency. The editor is still passed, as fourth argument.</li> <li>Improved handling of unicode identifiers in modes for languages that support them.</li> <li>More mode improvements: <a href="http://codemirror.net/mode/coffeescript/index.html">CoffeeScript</a> (indentation), <a href="http://codemirror.net/mode/verilog/index.html">Verilog</a> (indentation), <a href="http://codemirror.net/mode/clike/index.html">Scala</a> (indentation, triple-quoted strings), and <a href="http://codemirror.net/mode/php/index.html">PHP</a> (interpolated variables in heredoc strings).</li> <li>New modes: <a href="http://codemirror.net/mode/textile/index.html">Textile</a> and <a href="http://codemirror.net/mode/tornado/index.html">Tornado templates</a>.</li> <li>Experimental new <a href="http://codemirror.net/demo/simplemode.html">way to define modes</a>.</li> <li>Improvements to the <a href="http://codemirror.net/demo/vim.html">Vim bindings</a>: Arbitrary insert mode key mappings are now possible, and text objects are supported in visual mode.</li> <li>The mode <a href="http://codemirror.net/mode/meta.js">meta-information file</a> now includes information about file extensions, and <a href="http://codemirror.net/doc/manual.html#addon_meta">helper functions</a> <code>findModeByMIME</code> and <code>findModeByExtension</code>.</li> <li>New logo!</li> <li>Full <a href="https://github.com/codemirror/CodeMirror/compare/4.6.0...4.7.0">list of patches</a>.</li> </ul> <h2>4.6.0 (2014-09-19)</h2> <ul> <li>New mode: <a href="http://codemirror.net/mode/modelica/index.html">Modelica</a></li> <li>New method: <a href="http://codemirror.net/doc/manual.html#findWordAt"><code>findWordAt</code></a></li> <li>Make it easier to <a href="http://codemirror.net/demo/markselection.html">use text background styling</a></li> <li>Full <a href="https://github.com/codemirror/CodeMirror/compare/4.5.0...4.6.0">list of patches</a>.</li> </ul> <h2>4.5.0 (2014-08-21)</h2> <ul> <li>Fix several serious bugs with horizontal scrolling</li> <li>New mode: <a href="http://codemirror.net/mode/slim/index.html">Slim</a></li> <li>New command: <a href="http://codemirror.net/doc/manual.html#command_goLineLeftSmart"><code>goLineLeftSmart</code></a></li> <li>More fixes and extensions for the <a href="http://codemirror.net/demo/vim.html">Vim</a> visual block mode</li> <li>Full <a href="https://github.com/codemirror/CodeMirror/compare/4.4.0...4.5.0">list of patches</a>.</li> </ul> <h2>4.4.0 (2014-07-21)</h2> <ul> <li><strong>Note:</strong> Some events might now fire in slightly different order (<code>&quot;change&quot;</code> is still guaranteed to fire before <code>&quot;cursorActivity&quot;</code>)</li> <li>Nested operations in multiple editors are now synced (complete at same time, reducing DOM reflows)</li> <li>Visual block mode for <a href="http://codemirror.net/demo/vim.html">vim</a> (<C-v>) is nearly complete</li> <li>New mode: <a href="http://codemirror.net/mode/kotlin/index.html">Kotlin</a></li> <li>Better multi-selection paste for text copied from multiple CodeMirror selections</li> <li>Full <a href="https://github.com/codemirror/CodeMirror/compare/4.3.0...4.4.0">list of patches</a>.</li> </ul> <h2>4.3.0 (2014-06-23)</h2> <ul> <li>Several <a href="http://codemirror.net/demo/vim.html">vim bindings</a> improvements: search and exCommand history, global flag for <code>:substitute</code>, <code>:global</code> command.</li> <li>Allow hiding the cursor by setting <a href="http://codemirror.net/doc/manual.html#option_cursorBlinkRate"><code>cursorBlinkRate</code></a> to a negative value.</li> <li>Make gutter markers themeable, use this in foldgutter.</li> <li>Full <a href="https://github.com/codemirror/CodeMirror/compare/4.2.0...4.3.0">list of patches</a>.</li> </ul> <h2>4.2.0 (2014-05-19)</h2> <ul> <li>Fix problem where some modes were broken by the fact that empty tokens were forbidden.</li> <li>Several fixes to context menu handling.</li> <li>On undo, scroll <em>change</em>, not cursor, into view.</li> <li>Rewritten <a href="http://codemirror.net/mode/jade/index.html">Jade</a> mode.</li> <li>Various improvements to <a href="http://codemirror.net/mode/shell/index.html">Shell</a> (support for more syntax) and <a href="http://codemirror.net/mode/python/index.html">Python</a> (better indentation) modes.</li> <li>New mode: <a href="http://codemirror.net/mode/cypher/index.html">Cypher</a>.</li> <li>New theme: <a href="http://codemirror.net/demo/theme.html#neo">Neo</a>.</li> <li>Support direct styling options (color, line style, width) in the <a href="http://codemirror.net/doc/manual.html#addon_rulers">rulers</a> addon.</li> <li>Recognize per-editor configuration for the <a href="http://codemirror.net/doc/manual.html#addon_show-hint">show-hint</a> and <a href="http://codemirror.net/doc/manual.html#addon_foldcode">foldcode</a> addons.</li> <li>More intelligent scanning for existing close tags in <a href="http://codemirror.net/doc/manual.html#addon_closetag">closetag</a> addon.</li> <li>In the <a href="http://codemirror.net/demo/vim.html">Vim bindings</a>: Fix bracket matching, support case conversion in visual mode, visual paste, append action.</li> <li>Full <a href="https://github.com/codemirror/CodeMirror/compare/4.1.0...4.2.0">list of patches</a>.</li> </ul> <h2>4.1.0 (2014-04-22)</h2> <ul> <li><em>Slightly incompatible</em>: The <a href="http://codemirror.net/doc/manual.html#event_cursorActivity"><code>&quot;cursorActivity&quot;</code></a> event now fires after all other events for the operation (and only for handlers that were actually registered at the time the activity happened).</li> <li>New command: <a href="http://codemirror.net/doc/manual.html#command_insertSoftTab"><code>insertSoftTab</code></a>.</li> <li>New mode: <a href="http://codemirror.net/mode/django/index.html">Django</a>.</li> <li>Improved modes: <a href="http://codemirror.net/mode/verilog/index.html">Verilog</a> (rewritten), <a href="http://codemirror.net/mode/jinja2/index.html">Jinja2</a>, <a href="http://codemirror.net/mode/haxe/index.html">Haxe</a>, <a href="http://codemirror.net/mode/php/index.html">PHP</a> (string interpolation highlighted), <a href="http://codemirror.net/mode/javascript/index.html">JavaScript</a> (indentation of trailing else, template strings), <a href="http://codemirror.net/mode/livescript/index.html">LiveScript</a> (multi-line strings).</li> <li>Many small issues from the 3.x→4.x transition were found and fixed.</li> <li>Full <a href="https://github.com/codemirror/CodeMirror/compare/4.0.3...4.1.0">list of patches</a>.</li> </ul> <h2>3.24.0 (2014-04-22)</h2> <p>Merges the improvements from 4.1 that could easily be applied to the 3.x code. Also improves the way the editor size is updated when line widgets change.</p> <h2>3.23.0 (2014-03-20)</h2> <ul> <li>In the <a href="http://codemirror.net/mode/xml/index.html">XML mode</a>, add <code>brackets</code> style to angle brackets, fix case-sensitivity of tags for HTML.</li> <li>New mode: <a href="http://codemirror.net/mode/dylan/index.html">Dylan</a>.</li> <li>Many improvements to the <a href="http://codemirror.net/demo/vim.html">Vim bindings</a>.</li> </ul> <h2>3.22.0 (2014-02-21)</h2> <ul> <li>Adds the <a href="http://codemirror.net/doc/manual.html#findMarks"><code>findMarks</code></a> method.</li> <li>New addons: <a href="http://codemirror.net/doc/manual.html#addon_rulers">rulers</a>, markdown-fold, yaml-lint.</li> <li>New theme: <a href="http://codemirror.net/demo/theme.html#mdn-like">mdn-like</a>.</li> <li>New mode: <a href="http://codemirror.net/mode/solr/index.html">Solr</a>.</li> <li>Full <a href="https://github.com/codemirror/CodeMirror/compare/3.21.0...3.22.0">list of patches</a>.</li> </ul> <h2>3.21.0 (2014-01-16)</h2> <ul> <li>Auto-indenting a block will no longer add trailing whitespace to blank lines.</li> <li>Marking text has a new option <a href="http://codemirror.net/doc/manual.html#markText"><code>clearWhenEmpty</code></a> to control auto-removal.</li> <li>Several bugfixes in the handling of bidirectional text.</li> <li>The <a href="http://codemirror.net/mode/xml/index.html">XML</a> and <a href="http://codemirror.net/mode/css/index.html">CSS</a> modes were largely rewritten. <a href="http://codemirror.net/mode/css/less.html">LESS</a> support was added to the CSS mode.</li> <li>The OCaml mode was moved to an <a href="http://codemirror.net/mode/mllike/index.html">mllike</a> mode, F# support added.</li> <li>Make it possible to fetch multiple applicable helper values with <a href="http://codemirror.net/doc/manual.html#getHelpers"><code>getHelpers</code></a>, and to register helpers matched on predicates with <a href="http://codemirror.net/doc/manual.html#registerGlobalHelper"><code>registerGlobalHelper</code></a>.</li> <li>New theme <a href="http://codemirror.net/demo/theme.html#pastel-on-dark">pastel-on-dark</a>.</li> <li>Better ECMAScript 6 support in <a href="http://codemirror.net/mode/javascript/index.html">JavaScript</a> mode.</li> <li>Full <a href="https://github.com/codemirror/CodeMirror/compare/3.20.0...3.21.0">list of patches</a>.</li> </ul> <h2>3.20.0 (2013-11-21)</h2> <ul> <li>New modes: <a href="http://codemirror.net/mode/julia/index.html">Julia</a> and <a href="http://codemirror.net/mode/pegjs/index.html">PEG.js</a>.</li> <li>Support ECMAScript 6 in the <a href="http://codemirror.net/mode/javascript/index.html">JavaScript mode</a>.</li> <li>Improved indentation for the <a href="http://codemirror.net/mode/coffeescript/index.html">CoffeeScript mode</a>.</li> <li>Make non-printable-character representation <a href="http://codemirror.net/doc/manual.html#option_specialChars">configurable</a>.</li> <li>Add ‘notification’ functionality to <a href="http://codemirror.net/doc/manual.html#addon_dialog">dialog</a> addon.</li> <li>Full <a href="https://github.com/codemirror/CodeMirror/compare/3.19.0...3.20.0">list of patches</a>.</li> </ul> <h2>3.19.0 (2013-10-21)</h2> <ul> <li>New modes: <a href="http://codemirror.net/mode/eiffel/index.html">Eiffel</a>, <a href="http://codemirror.net/mode/gherkin/index.html">Gherkin</a>, <a href="http://codemirror.net/mode/sql/?mime=text/x-mssql">MSSQL dialect</a>.</li> <li>New addons: <a href="http://codemirror.net/doc/manual.html#addon_hardwrap">hardwrap</a>, <a href="http://codemirror.net/doc/manual.html#addon_sql-hint">sql-hint</a>.</li> <li>New theme: <a href="http://codemirror.net/demo/theme.html#mbo">MBO</a>.</li> <li>Add <a href="http://codemirror.net/doc/manual.html#token_style_line">support</a> for line-level styling from mode tokenizers.</li> <li>Full <a href="https://github.com/codemirror/CodeMirror/compare/3.18.0...3.19.0">list of patches</a>.</li> </ul> <h2>3.18.0 (2013-09-23)</h2> <p>Emergency release to fix a problem in 3.17 where <code>.setOption(&quot;lineNumbers&quot;, false)</code> would raise an error.</p> <h2>3.17.0 (2013-09-23)</h2> <ul> <li>New modes: <a href="http://codemirror.net/mode/fortran/index.html">Fortran</a>, <a href="http://codemirror.net/mode/octave/index.html">Octave</a> (Matlab), <a href="http://codemirror.net/mode/toml/index.html">TOML</a>, and <a href="http://codemirror.net/mode/dtd/index.html">DTD</a>.</li> <li>New addons: <a href="http://codemirror.net/addon/lint/css-lint.js"><code>css-lint</code></a>, <a href="http://codemirror.net/doc/manual.html#addon_css-hint"><code>css-hint</code></a>.</li> <li>Improve resilience to CSS ‘frameworks’ that globally mess up <code>box-sizing</code>.</li> <li>Full <a href="https://github.com/codemirror/CodeMirror/compare/3.16.0...3.17.0">list of patches</a>.</li> </ul> <h2>3.16.0 (2013-08-21)</h2> <ul> <li>The whole codebase is now under a single <a href="http://codemirror.net/LICENSE">license</a> file.</li> <li>The project page was overhauled and redesigned.</li> <li>New themes: <a href="http://codemirror.net/demo/theme.html#paraiso-dark">Paraiso</a> (<a href="http://codemirror.net/demo/theme.html#paraiso-light">light</a>), <a href="http://codemirror.net/demo/theme.html#the-matrix">The Matrix</a>.</li> <li>Improved interaction between themes and <a href="http://codemirror.net/doc/manual.html#addon_active-line">active-line</a>/<a href="http://codemirror.net/doc/manual.html#addon_matchbrackets">matchbrackets</a> addons.</li> <li>New <a href="http://codemirror.net/doc/manual.html#addon_foldcode">folding</a> function <code>CodeMirror.fold.comment</code>.</li> <li>Added <a href="http://codemirror.net/doc/manual.html#addon_fullscreen">fullscreen</a> addon.</li> <li>Full <a href="https://github.com/codemirror/CodeMirror/compare/3.15.0...3.16.0">list of patches</a>.</li> </ul> <h2>3.15.0 (2013-07-29)</h2> <ul> <li>New modes: <a href="http://codemirror.net/mode/jade/index.html">Jade</a>, <a href="http://codemirror.net/mode/nginx/index.html">Nginx</a>.</li> <li>New addons: <a href="http://codemirror.net/demo/tern.html">Tern</a>, <a href="http://codemirror.net/doc/manual.html#addon_matchtags">matchtags</a>, and <a href="http://codemirror.net/doc/manual.html#addon_foldgutter">foldgutter</a>.</li> <li>Introduced <a href="http://codemirror.net/doc/manual.html#getHelper"><em>helper</em></a> concept (<a href="https://groups.google.com/forum/#!msg/codemirror/cOc0xvUUEUU/nLrX1-qnidgJ">context</a>).</li> <li>New method: <a href="http://codemirror.net/doc/manual.html#getModeAt"><code>getModeAt</code></a>.</li> <li>New themes: base16 <a href="http://codemirror.net/demo/theme.html#base16-dark">dark</a>/<a href="http://codemirror.net/demo/theme.html#base16-light">light</a>, 3024 <a href="http://codemirror.net/demo/theme.html#3024-night">dark</a>/<a href="http://codemirror.net/demo/theme.html#3024-day">light</a>, <a href="http://codemirror.net/demo/theme.html#tomorrow-night-eighties">tomorrow-night</a>.</li> <li>Full <a href="https://github.com/codemirror/CodeMirror/compare/3.14.0...3.15.0">list of patches</a>.</li> </ul> <h2>3.14.0 (2013-06-20)</h2> <ul> <li>New addons: <a href="http://codemirror.net/doc/manual.html#addon_trailingspace">trailing space highlight</a>, <a href="http://codemirror.net/doc/manual.html#addon_xml-hint">XML completion</a> (rewritten), and <a href="http://codemirror.net/doc/manual.html#addon_merge">diff merging</a>.</li> <li><a href="http://codemirror.net/doc/manual.html#markText"><code>markText</code></a> and <a href="http://codemirror.net/doc/manual.html#addLineWidget"><code>addLineWidget</code></a> now take a <code>handleMouseEvents</code> option.</li> <li>New methods: <a href="http://codemirror.net/doc/manual.html#lineAtHeight"><code>lineAtHeight</code></a>, <a href="http://codemirror.net/doc/manual.html#getTokenTypeAt"><code>getTokenTypeAt</code></a>.</li> <li>More precise cleanness-tracking using <a href="http://codemirror.net/doc/manual.html#changeGeneration"><code>changeGeneration</code></a> and <a href="http://codemirror.net/doc/manual.html#isClean"><code>isClean</code></a>.</li> <li>Many extensions to <a href="http://codemirror.net/demo/emacs.html">Emacs</a> mode (prefixes, more navigation units, and more).</li> <li>New events <a href="http://codemirror.net/doc/manual.html#event_keyHandled"><code>&quot;keyHandled&quot;</code></a> and <a href="http://codemirror.net/doc/manual.html#event_inputRead"><code>&quot;inputRead&quot;</code></a>.</li> <li>Various improvements to <a href="http://codemirror.net/mode/ruby/index.html">Ruby</a>, <a href="http://codemirror.net/mode/smarty/index.html">Smarty</a>, <a href="http://codemirror.net/mode/sql/index.html">SQL</a>, and <a href="http://codemirror.net/demo/vim.html">Vim</a> modes.</li> <li>Full <a href="https://github.com/codemirror/CodeMirror/compare/3.13.0...3.14.0">list of patches</a>.</li> </ul> <h2>3.13.0 (2013-05-20)</h2> <ul> <li>New modes: <a href="http://codemirror.net/mode/cobol/index.html">COBOL</a> and <a href="http://codemirror.net/mode/haml/index.html">HAML</a>.</li> <li>New options: <a href="http://codemirror.net/doc/manual.html#option_cursorScrollMargin"><code>cursorScrollMargin</code></a> and <a href="http://codemirror.net/doc/manual.html#option_coverGutterNextToScrollbar"><code>coverGutterNextToScrollbar</code></a>.</li> <li>New addon: <a href="http://codemirror.net/doc/manual.html#addon_comment">commenting</a>.</li> <li>More features added to the <a href="http://codemirror.net/demo/vim.html">Vim keymap</a>.</li> <li>Full <a href="https://github.com/codemirror/CodeMirror/compare/v3.12...3.13.0">list of patches</a>.</li> </ul> <h2>3.12.0 (2013-04-19)</h2> <ul> <li>New mode: <a href="http://codemirror.net/mode/gas/index.html">GNU assembler</a>.</li> <li>New options: <a href="http://codemirror.net/doc/manual.html#option_maxHighlightLength"><code>maxHighlightLength</code></a> and <a href="http://codemirror.net/doc/manual.html#option_historyEventDelay"><code>historyEventDelay</code></a>.</li> <li>Added <a href="http://codemirror.net/doc/manual.html#mark_addToHistory"><code>addToHistory</code></a> option for <code>markText</code>.</li> <li>Various fixes to JavaScript tokenization and indentation corner cases.</li> <li>Further improvements to the vim mode.</li> <li>Full <a href="https://github.com/codemirror/CodeMirror/compare/v3.11...v3.12">list of patches</a>.</li> </ul> <h2>3.11.0 (2013-03-20)</h2> <ul> <li><strong>Removed code:</strong> <code>collapserange</code>, <code>formatting</code>, and <code>simple-hint</code> addons. <code>plsql</code> and <code>mysql</code> modes (use <a href="http://codemirror.net/mode/sql/index.html"><code>sql</code></a> mode).</li> <li><strong>Moved code:</strong> the range-finding functions for folding now have <a href="http://codemirror.net/addon/fold/">their own files</a>.</li> <li><strong>Changed interface:</strong> the <a href="http://codemirror.net/doc/manual.html#addon_continuecomment"><code>continuecomment</code></a> addon now exposes an option, rather than a command.</li> <li>New modes: <a href="http://codemirror.net/mode/css/scss.html">SCSS</a>, <a href="http://codemirror.net/mode/tcl/index.html">Tcl</a>, <a href="http://codemirror.net/mode/livescript/index.html">LiveScript</a>, and <a href="http://codemirror.net/mode/mirc/index.html">mIRC</a>.</li> <li>New addons: <a href="http://codemirror.net/demo/placeholder.html"><code>placeholder</code></a>, <a href="http://codemirror.net/demo/html5complete.html">HTML completion</a>.</li> <li>New methods: <a href="http://codemirror.net/doc/manual.html#hasFocus"><code>hasFocus</code></a>, <a href="http://codemirror.net/doc/manual.html#defaultCharWidth"><code>defaultCharWidth</code></a>.</li> <li>New events: <a href="http://codemirror.net/doc/manual.html#event_beforeCursorEnter"><code>beforeCursorEnter</code></a>, <a href="http://codemirror.net/doc/manual.html#event_renderLine"><code>renderLine</code></a>.</li> <li>Many improvements to the <a href="http://codemirror.net/doc/manual.html#addon_show-hint"><code>show-hint</code></a> completion dialog addon.</li> <li>Tweak behavior of by-word cursor motion.</li> <li>Further improvements to the <a href="http://codemirror.net/demo/vim.html">vim mode</a>.</li> <li>Full <a href="https://github.com/codemirror/CodeMirror/compare/v3.1...v3.11">list of patches</a>.</li> </ul> <h2>3.02.0 (2013-01-25)</h2> <p>Single-bugfix release. Fixes a problem that prevents CodeMirror instances from being garbage-collected after they become unused.</p> <h2>3.01.0 (2013-01-21)</h2> <ul> <li>Move all add-ons into an organized directory structure under <a href="http://codemirror.net/addon/"><code>/addon</code></a>. <strong>You might have to adjust your paths.</strong></li> <li>New modes: <a href="http://codemirror.net/mode/d/index.html">D</a>, <a href="http://codemirror.net/mode/sass/index.html">Sass</a>, <a href="http://codemirror.net/mode/apl/index.html">APL</a>, <a href="http://codemirror.net/mode/sql/index.html">SQL</a> (configurable), and <a href="http://codemirror.net/mode/asterisk/index.html">Asterisk</a>.</li> <li>Several bugfixes in right-to-left text support.</li> <li>Add <a href="http://codemirror.net/doc/manual.html#option_rtlMoveVisually"><code>rtlMoveVisually</code></a> option.</li> <li>Improvements to vim keymap.</li> <li>Add built-in (lightweight) <a href="http://codemirror.net/doc/manual.html#addOverlay">overlay mode</a> support.</li> <li>Support <code>showIfHidden</code> option for <a href="http://codemirror.net/doc/manual.html#addLineWidget">line widgets</a>.</li> <li>Add simple <a href="http://codemirror.net/doc/manual.html#addon_python-hint">Python hinter</a>.</li> <li>Bring back the <a href="http://codemirror.net/doc/manual.html#option_fixedGutter"><code>fixedGutter</code></a> option.</li> <li>Full <a href="