You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

2232 lines
158 KiB

2 months ago
  1. <!doctype html>
  2. <title>CodeMirror: Release History</title>
  3. <meta charset="utf-8"/>
  4. <link rel=stylesheet href="docs.css">
  5. <script src="activebookmark.js"></script>
  6. <div id=nav>
  7. <a href="https://codemirror.net/5"><h1>CodeMirror</h1><img id=logo src="logo.png"></a>
  8. <ul>
  9. <li><a href="../index.html">Home</a>
  10. <li><a href="manual.html">Manual</a>
  11. <li><a href="https://github.com/codemirror/codemirror5">Code</a>
  12. </ul>
  13. <ul>
  14. <li><a class=active data-default="true" href="#v5">Version 5.x</a>
  15. <li><a href="#v4">Version 4.x</a>
  16. <li><a href="#v3">Version 3.x</a>
  17. <li><a href="#v2">Version 2.x</a>
  18. <li><a href="#v1">Version 0.x</a>
  19. </ul>
  20. </div>
  21. <article>
  22. <h2>Release notes and version history</h2>
  23. <section id=v5 class=first>
  24. <h2>Version 6.x</h2>
  25. <p>See <a href="https://codemirror.net/docs/changelog/">the new website</a>.</p>
  26. <h2>Version 5.x</h2>
  27. <p class="rel">20-11-2023: <a href="https://codemirror.net/5/codemirror-5.65.16.zip">Version 5.65.16</a>:</p>
  28. <ul class="rel-note">
  29. <li>Fix focus tracking in shadow DOM.</li>
  30. <li><a href="https://codemirror.net/5/mode/go/">go mode</a>: Allow underscores in numbers.</li>
  31. <li><a href="https://codemirror.net/5/mode/jsx/index.html">jsx mode</a>: Support TS generics marked by trailing comma.</li>
  32. </ul>
  33. <p class="rel">29-08-2023: <a href="https://codemirror.net/5/codemirror-5.65.15.zip">Version 5.65.15</a>:</p>
  34. <ul class="rel-note">
  35. <li><a href="https://codemirror.net/5/doc/manual.html#addon_lint">lint addon</a>: Prevent tooltips from sticking out of the viewport.</li>
  36. <li><a href="https://codemirror.net/5/mode/yaml/">yaml mode</a>: Fix an exponential-complexity regular expression.</li>
  37. </ul>
  38. <p class="rel">17-07-2023: <a href="https://codemirror.net/5/codemirror-5.65.14.zip">Version 5.65.14</a>:</p>
  39. <ul class="rel-note">
  40. <li><a href="https://codemirror.net/5/mode/clike/">clike mode</a>: Fix poor indentation in some Java code.</li>
  41. <li><a href="https://codemirror.net/5/mode/nsis/index.html">nsis mode</a>: Recognize <code>!assert</code> command.</li>
  42. <li><a href="https://codemirror.net/5/doc/manual.html#addon_lint">lint addon</a>: Remove broken annotation deduplication.</li>
  43. </ul>
  44. <p class="rel">27-04-2023: <a href="https://codemirror.net/5/codemirror-5.65.13.zip">Version 5.65.13</a>:</p>
  45. <ul class="rel-note">
  46. <li><a href="https://codemirror.net/5/mode/dart/index.html">dart mode</a>: Add some new keywords.</li>
  47. <li><a href="https://codemirror.net/5/mode/clike/">clike mode</a>: Tokenize Scala character literals.</li>
  48. </ul>
  49. <p class="rel">20-02-2023: <a href="https://codemirror.net/5/codemirror-5.65.12.zip">Version 5.65.12</a>:</p>
  50. <ul class="rel-note">
  51. <li><a href="https://codemirror.net/5/mode/python/">python mode</a>: Add new built-ins and keywords.</li>
  52. </ul>
  53. <p class="rel">20-12-2022: <a href="https://codemirror.net/5/codemirror-5.65.11.zip">Version 5.65.11</a>:</p>
  54. <ul class="rel-note">
  55. <li>Also respect autocapitalize/autocorrect/spellcheck options in textarea mode.</li>
  56. <li><a href="https://codemirror.net/5/doc/manual.html#addon_sql-hint">sql-hint addon</a>: Fix keyword completion in generic SQL mode.</li>
  57. </ul>
  58. <p class="rel">20-11-2022: <a href="https://codemirror.net/5/codemirror-5.65.10.zip">Version 5.65.10</a>:</p>
  59. <ul class="rel-note">
  60. <li><a href="https://codemirror.net/5/doc/manual.html#addon_sql-hint">sql mode</a>: Fix completion when the SQL mode is wrapped by some outer mode.</li>
  61. <li><a href="https://codemirror.net/5/mode/javascript/index.html">javascript mode</a>: Fix parsing of property keywords before private property names.</li>
  62. </ul>
  63. <p class="rel">20-09-2022: <a href="https://codemirror.net/5/codemirror-5.65.9.zip">Version 5.65.9</a>:</p>
  64. <ul class="rel-note">
  65. <li>Add a workaround for a regression in Chrome 105 that could cause content below the editor to not receive mouse events.</li>
  66. <li><a href="https://codemirror.net/5/doc/manual.html#addon_show-hint">show-hint addon</a>: Resize the tooltip if it doesn’t fit the screen.</li>
  67. <li><a href="https://codemirror.net/5/mode/swift">swift mode</a>: Fix tokenizing of block comments.</li>
  68. <li><a href="https://codemirror.net/5/mode/jinja2/">jinja2 mode</a>: Support line statements.</li>
  69. </ul>
  70. <p class="rel">20-08-2022: <a href="https://codemirror.net/5/codemirror-5.65.8.zip">Version 5.65.8</a>:</p>
  71. <ul class="rel-note">
  72. <li>Include direction override and isolate characters in the default set of special characters.</li>
  73. <li>Fix an issue that could cause document corruption when mouse-selecting during composition.</li>
  74. <li><a href="https://codemirror.net/5/doc/manual.html#addon_foldgutter">foldgutter addon</a>: Refresh markers when the editor’s mode changes.</li>
  75. <li><a href="https://codemirror.net/5/doc/manual.html#addon_merge">merge addon</a>: Fix syntax that prevented the addon from loading in IE10.</li>
  76. </ul>
  77. <p class="rel">20-07-2022: <a href="https://codemirror.net/5/codemirror-5.65.7.zip">Version 5.65.7</a>:</p>
  78. <ul class="rel-note">
  79. <li>Fix several references to the global <code>document</code>/<code>window</code>, improving support for creating an editor in another frame.</li>
  80. <li><a href="https://codemirror.net/5/demo/vim.html">vim bindings</a>: Use <a href="https://github.com/replit/codemirror-vim/">upstream</a> code instead of keeping our own copy.</li>
  81. <li><a href="https://codemirror.net/5/demo/tern.html">tern addon</a>: Properly HTML escape variable names in rename dialog.</li>
  82. </ul>
  83. <p class="rel">20-06-2022: <a href="https://codemirror.net/5/codemirror-5.65.6.zip">Version 5.65.6</a>:</p>
  84. <ul class="rel-note">
  85. <li>Avoid firing <code>beforeCursorEnter</code> callbacks twice for cursor selections.</li>
  86. <li>Improve support for auto-hiding macOS scrollbars.</li>
  87. <li><a href="https://codemirror.net/5/doc/manual.html#addon_show-hint">show-hint addon</a>: Fix an issue where the tooltip could be placed to the left of the screen.</li>
  88. <li><a href="https://codemirror.net/5/mode/swift">swift mode</a>: Support structured concurrency keywords.</li>
  89. </ul>
  90. <p class="rel">30-05-2022: <a href="https://codemirror.net/5/codemirror-5.65.5.zip">Version 5.65.5</a>:</p>
  91. <ul class="rel-note">
  92. <li>Work around a bug in Chrome 102 that caused wheel scrolling of the editor to constantly stop.</li>
  93. <li><a href="https://codemirror.net/5/demo/search.html">search addon</a>: Make sure the search field has an accessible label.</li>
  94. <li><a href="https://codemirror.net/5/doc/manual.html#addon_comment">comment addon</a>: Preserve indentation on otherwise empty lines when indenting.</li>
  95. </ul>
  96. <p class="rel">20-05-2022: <a href="https://codemirror.net/5/codemirror-5.65.4.zip">Version 5.65.4</a>:</p>
  97. <ul class="rel-note">
  98. <li>Ignore paste events when the editor doesn’t have focus.</li>
  99. <li><a href="https://codemirror.net/5/mode/sparql/index.html">sparql mode</a>: Fix parsing of variables after operators.</li>
  100. <li><a href="https://codemirror.net/5/mode/julia/">julia mode</a>: Properly tokenize <code>!==</code> and <code>===</code> operators.</li>
  101. </ul>
  102. <p class="rel">20-04-2022: <a href="https://codemirror.net/5/codemirror-5.65.3.zip">Version 5.65.3</a>:</p>
  103. <ul class="rel-note">
  104. <li>Fix a crash that could occur when when marking text.</li>
  105. <li><a href="https://codemirror.net/5/doc/manual.html#addon_merge">merge addon</a>: Add aria label to buttons.</li>
  106. <li><a href="https://codemirror.net/5/mode/groovy/index.html">groovy mode</a>: Properly highlight interpolated variables.</li>
  107. </ul>
  108. <p class="rel">21-02-2022: <a href="https://codemirror.net/5/codemirror-5.65.2.zip">Version 5.65.2</a>:</p>
  109. <ul class="rel-note">
  110. <li><a href="https://codemirror.net/5/mode/clike/">clike mode</a>: Recognize triple quoted string in Java.</li>
  111. <li><a href="https://codemirror.net/5/mode/cypher/index.html">cypher mode</a>: Fix handling of punctuation.</li>
  112. </ul>
  113. <p class="rel">20-01-2022: <a href="https://codemirror.net/5/codemirror-5.65.1.zip">Version 5.65.1</a>:</p>
  114. <ul class="rel-note">
  115. <li>Fix miscalculation of vertical positions in lines that have both line widgets and replaced newlines.</li>
  116. </ul>
  117. <p class="rel">20-12-2021: <a href="https://codemirror.net/5/codemirror-5.65.0.zip">Version 5.65.0</a>:</p>
  118. <ul class="rel-note">
  119. <li>brace-folding addon: Fix broken folding on lines with both braces and square brackets.</li>
  120. <li><a href="https://codemirror.net/5/demo/vim.html">vim bindings</a>: Support g0, g$, g&lt;Arrow&gt;.</li>
  121. </ul>
  122. <p class="rel">20-11-2021: <a href="https://codemirror.net/5/codemirror-5.64.0.zip">Version 5.64.0</a>:</p>
  123. <ul class="rel-note">
  124. <li>Fix a crash that occurred in some situations with replacing marks across line breaks.</li>
  125. <li>Make sure native scrollbars reset their position when hidden and re-shown.</li>
  126. <li><a href="https://codemirror.net/5/demo/vim.html">vim bindings</a>: Support C-u to delete back a line.</li>
  127. </ul>
  128. <p class="rel">11-10-2021: <a href="https://codemirror.net/5/codemirror-5.63.3.zip">Version 5.63.3</a>:</p>
  129. <ul class="rel-note">
  130. <li>Prevent external styles from giving the hidden textarea a min-height.</li>
  131. <li>Remove a stray autosave file that was part of the previous release.</li>
  132. </ul>
  133. <p class="rel">29-09-2021: <a href="https://codemirror.net/5/codemirror-5.63.1.zip">Version 5.63.1</a>:</p>
  134. <ul class="rel-note">
  135. <li>Fix an issue with mouse scrolling on Chrome 94 Windows, which made scrolling by wheel move unusably slow.</li>
  136. </ul>
  137. <p class="rel">20-09-2021: <a href="https://codemirror.net/5/codemirror-5.63.0.zip">Version 5.63.0</a>:</p>
  138. <ul class="rel-note">
  139. <li>Fix scroll position jumping when scrolling a document with very different line heights.</li>
  140. <li><a href="https://codemirror.net/5/mode/xml/">xml mode</a>: Look up HTML element behavior in a case-insensitive way.</li>
  141. <li><a href="https://codemirror.net/5/demo/vim.html">vim bindings</a>: Support guu for case-changing.</li>
  142. </ul>
  143. <p class="rel">20-08-2021: <a href="https://codemirror.net/5/codemirror-5.62.3.zip">Version 5.62.3</a>:</p>
  144. <ul class="rel-note">
  145. <li>Give the editor a <code>translate=no</code> attribute to prevent automatic translation from modifying its content.</li>
  146. <li>Give vim-style cursors a width that matches the character after them.</li>
  147. <li><a href="https://codemirror.net/5/doc/manual.html#addon_merge">merge addon</a>: Make buttons keyboard-accessible.</li>
  148. <li><a href="https://codemirror.net/5/demo/emacs.html">emacs bindings</a>: Fix by-page scrolling keybindings, which were accidentally inverted.</li>
  149. </ul>
  150. <p class="rel">21-07-2021: <a href="https://codemirror.net/5/codemirror-5.62.2.zip">Version 5.62.2</a>:</p>
  151. <ul class="rel-note">
  152. <li><a href="https://codemirror.net/5/doc/manual.html#addon_lint">lint addon</a>: Fix a regression that broke several addon options.</li>
  153. </ul>
  154. <p class="rel">20-07-2021: <a href="https://codemirror.net/5/codemirror-5.62.1.zip">Version 5.62.1</a>:</p>
  155. <ul class="rel-note">
  156. <li><a href="https://codemirror.net/5/demo/vim.html">vim bindings</a>: Make matching of upper-case characters more Unicode-aware.</li>
  157. <li><a href="https://codemirror.net/5/doc/manual.html#addon_lint">lint addon</a>: Prevent options passed to the addon itself from being given to the linter.</li>
  158. <li><a href="https://codemirror.net/5/doc/manual.html#addon_show-hint">show-hint addon</a>: Improve screen reader support.</li>
  159. <li><a href="https://codemirror.net/5/demo/search.html">search addon</a>: Avoid using <code>innerHTML</code>.</li>
  160. </ul>
  161. <p class="rel">21-06-2021: <a href="https://codemirror.net/5/codemirror-5.62.0.zip">Version 5.62.0</a>:</p>
  162. <ul class="rel-note">
  163. <a href="https://codemirror.net/5/doc/manual.html#addon_lint">lint addon</a>: Add support for highlighting lines with errors or warnings.</li>
  164. <li>Improve support for vim-style cursors in a number of themes.</li>
  165. </ul>
  166. <p class="rel">20-05-2021: <a href="https://codemirror.net/5/codemirror-5.61.1.zip">Version 5.61.1</a>:</p>
  167. <ul class="rel-note">
  168. <li>Fix a bug where changing the editor’s document could confuse text-direction management.</li>
  169. <li>Fix a bug in horizontally scrolling the cursor into view.</li>
  170. <li>Optimize adding lots of marks in a single transaction.</li>
  171. <li><a href="https://codemirror.net/5/demo/simplemode.html">simple mode addon</a>: Support regexps with a unicode flag.</li>
  172. <li><a href="https://codemirror.net/5/mode/javascript/index.html">javascript mode</a>: Add support for TypeScript template string types, improve integration with JSX mode.</li>
  173. </ul>
  174. <p class="rel">20-04-2021: <a href="https://codemirror.net/5/codemirror-5.61.0.zip">Version 5.61.0</a>:</p>
  175. <ul class="rel-note">
  176. <li>The library now emits an <code>"updateGutter"</code> event when the gutter width changes.</li>
  177. <li><a href="https://codemirror.net/5/demo/emacs.html">emacs bindings</a>: Provide named commands for all bindings.</li>
  178. <li>Improve support for being in a shadow DOM in contenteditable mode.</li>
  179. <li>Prevent line number from being read by screen readers.</li>
  180. <li><a href="https://codemirror.net/5/doc/manual.html#addon_show-hint">show-hint addon</a>: Fix a crash caused by a race condition.</li>
  181. <li><a href="https://codemirror.net/5/mode/javascript/">javascript mode</a>: Improve scope tracking.</li>
  182. </ul>
  183. <p class="rel">20-03-2021: <a href="https://codemirror.net/5/codemirror-5.60.0.zip">Version 5.60.0</a>:</p>
  184. <ul class="rel-note">
  185. <li><code>setSelections</code> now allows ranges to omit the <code>head</code> property when it is equal to <code>anchor</code>.</li>
  186. <li><a href="https://codemirror.net/5/demo/sublime.html">sublime bindings</a>: Add support for reverse line sorting.</li>
  187. <li>Fix autofocus feature in contenteditable mode.</li>
  188. <li><a href="https://codemirror.net/5/demo/simplemode.html">simple mode addon</a>: Fix a null-dereference crash.</li>
  189. <li><a href="https://codemirror.net/5/demo/multiplex.html">multiplex addon</a>: Make it possible to use <code>parseDelimiters</code> when both delimiters are the same.</li>
  190. <li><a href="https://codemirror.net/5/mode/julia/">julia mode</a>: Fix a lockup bug.</li>
  191. </ul>
  192. <p class="rel">24-02-2021: <a href="https://codemirror.net/5/codemirror-5.59.4.zip">Version 5.59.4</a>:</p>
  193. <ul class="rel-note">
  194. <li>Give the scrollbar corner filler a background again, to prevent content from peeping through between the scrollbars.
  195. </ul>
  196. <p class="rel">20-02-2021: <a href="https://codemirror.net/5/codemirror-5.59.3.zip">Version 5.59.3</a>:</p>
  197. <ul class="rel-note">
  198. <li>Don’t override the way zero-with non-joiners are rendered.</li>
  199. <li>Fix an issue where resetting the history cleared the <code>undoDepth</code> option’s value.</li>
  200. <li><a href="https://codemirror.net/5/demo/vim.html">vim bindings</a>: Fix substitute command when joining and splitting lines, fix global command when line number change, add support for <code>:vglobal</code>, properly treat caps lock as a modifier key.</li>
  201. </ul>
  202. <p class="rel">20-01-2021: <a href="https://codemirror.net/5/codemirror-5.59.2.zip">Version 5.59.2</a>:</p>
  203. <ul class="rel-note">
  204. <li>Don’t try to scroll the selection into view in <code>readonly: "nocursor"</code> mode.</li>
  205. <li><a href="https://codemirror.net/5/doc/manual.html#addon_closebrackets">closebrackets addon</a>: Fix a regression in the behavior of pressing enter between brackets.</li>
  206. <li><a href="https://codemirror.net/5/mode/javascript/">javascript mode</a>: Fix an infinite loop on specific syntax errors in object types.</li>
  207. <li>various modes: Fix inefficient RegExp matching.</li>
  208. </ul>
  209. <p class="rel">31-12-2020: <a href="https://codemirror.net/5/codemirror-5.59.1.zip">Version 5.59.1</a>:</p>
  210. <ul class="rel-note">
  211. <li>Fix an issue where some Chrome browsers were detected as iOS.</li>
  212. </ul>
  213. <p class="rel">20-12-2020: <a href="https://codemirror.net/5/codemirror-5.59.0.zip">Version 5.59.0</a>:</p>
  214. <ul class="rel-note">
  215. <li>Fix platform detection on recent iPadOS.</li>
  216. <li><a href="https://codemirror.net/5/doc/manual.html#addon_lint">lint addon</a>: Don't show duplicate messages for a given line.</li>
  217. <li><a href="https://codemirror.net/5/mode/clojure/index.html">clojure mode</a>: Fix regexp that matched in exponential time for some inputs.</li>
  218. <li><a href="https://codemirror.net/5/doc/manual.html#addon_hardwrap">hardwrap addon</a>: Improve handling of words that are longer than the line length.</li>
  219. <li><a href="https://codemirror.net/5/doc/manual.html#addon_matchbrackets">matchbrackets addon</a>: Fix leaked event handler on disabling the addon.</li>
  220. <li><a href="https://codemirror.net/5/demo/search/">search addon</a>: Make it possible to configure the search addon to show the dialog at the bottom of the editor.</li>
  221. </ul>
  222. <p class="rel">19-11-2020: <a href="https://codemirror.net/5/codemirror-5.58.3.zip">Version 5.58.3</a>:</p>
  223. <ul class="rel-note">
  224. <li>Suppress quick-firing of blur-focus events when dragging and clicking on Internet Explorer.</li>
  225. <li>Fix the <code>insertAt</code> option to <code>addLineWidget</code> to actually allow the widget to be placed after all widgets for the line.</li>
  226. <li><a href="https://codemirror.net/5/mode/soy/">soy mode</a>: Support <code>@Attribute</code> and element composition.</li>
  227. <li><a href="https://codemirror.net/5/mode/shell/">shell mode</a>: Support heredoc quoting.</li>
  228. </ul>
  229. <p class="rel">23-10-2020: <a href="https://codemirror.net/5/codemirror-5.58.2.zip">Version 5.58.2</a>:</p>
  230. <ul class="rel-note">
  231. <li>Fix a bug where horizontally scrolling the cursor into view sometimes failed with a non-fixed gutter.</li>
  232. <li><a href="https://codemirror.net/5/mode/julia/">julia mode</a>: Fix an infinite recursion bug.</li>
  233. </ul>
  234. <p class="rel">21-09-2020: <a href="https://codemirror.net/5/codemirror-5.58.1.zip">Version 5.58.1</a>:</p>
  235. <ul class="rel-note">
  236. <li><a href="https://codemirror.net/5/doc/manual.html#addon_placeholder">placeholder addon</a>: Remove arrow function that ended up in the code.</li>
  237. </ul>
  238. <p class="rel">21-09-2020: <a href="https://codemirror.net/5/codemirror-5.58.0.zip">Version 5.58.0</a>:</p>
  239. <ul class="rel-note">
  240. <li>Make backspace delete by code point, not glyph.</li>
  241. <li>Suppress flickering focus outline when clicking on scrollbars in Chrome.</li>
  242. <li>Fix a bug that prevented attributes added via <code>markText</code> from showing up unless the span also had some other styling.</li>
  243. <li>Suppress cut and paste context menu entries in readonly editors in Chrome.</li>
  244. <li><a href="https://codemirror.net/5/doc/manual.html#addon_placeholder">placeholder addon</a>: Update placeholder visibility during composition.</li>
  245. <li>Make it less cumbersome to style new lint message types.</li>
  246. <li><a href="https://codemirror.net/5/demo/vim.html">vim bindings</a>: Support black hole register, <code>gn</code> and <code>gN</code></li>
  247. </ul>
  248. <p class="rel">20-08-2020: <a href="https://codemirror.net/5/codemirror-5.57.0.zip">Version 5.57.0</a>:</p>
  249. <ul class="rel-note">
  250. <li>Fix issue that broke binding the macOS Command key.</li>
  251. <li><a href="https://codemirror.net/5/doc/manual.html#addon_comment">comment addon</a>: Keep selection in front of inserted markers when adding a block comment.</li>
  252. <li><a href="https://codemirror.net/5/mode/css/">css mode</a>: Recognize more properties and value names.</li>
  253. <li><a href="https://codemirror.net/5/doc/manual.html#addon_annotatescrollbar">annotatescrollbar addon</a>: Don’t hide matches in collapsed content.</li>
  254. <li><a href="https://codemirror.net/5/demo/vim.html">vim bindings</a>: Support tag text objects in xml and html modes.</li>
  255. </ul>
  256. <p class="rel">20-07-2020: <a href="https://codemirror.net/5/codemirror-5.56.0.zip">Version 5.56.0</a>:</p>
  257. <ul class="rel-note">
  258. <li>Line-wise pasting was fixed on Chrome Windows.</li>
  259. <li><a href="https://codemirror.net/5/mode/wast/">wast mode</a>: Follow standard changes.</li>
  260. <li><a href="https://codemirror.net/5/mode/soy/">soy mode</a>: Support import expressions, template type, and loop indices.</li>
  261. <li><a href="https://codemirror.net/5/doc/manual.html#addon_sql-hint">sql-hint addon</a>: Improve handling of double quotes.</li>
  262. <li><h3 id="new-features">New features</h3></li>
  263. <li><a href="https://codemirror.net/5/doc/manual.html#addon_show-hint">show-hint addon</a>: New option <code>scrollMargin</code> to control how many options are visible beyond the selected one.</li>
  264. <li><a href="https://codemirror.net/5/doc/manual.html#addon_hardwrap">hardwrap addon</a>: New option <code>forceBreak</code> to disable breaking of words that are longer than a line.</li>
  265. </ul>
  266. <p class="rel">21-06-2020: <a href="https://codemirror.net/5/codemirror-5.55.0.zip">Version 5.55.0</a>:</p>
  267. <ul class="rel-note">
  268. <li>The editor no longer overrides the rendering of zero-width joiners (allowing combined emoji to be shown).</li>
  269. <li><a href="https://codemirror.net/5/demo/vim.html">vim bindings</a>: Fix an issue where the <code>vim-mode-change</code> event was fired twice.</li>
  270. <li><a href="https://codemirror.net/5/mode/javascript/">javascript mode</a>: Only allow <code>--&gt;</code>-style comments at the start of a line.</li>
  271. <li><a href="https://codemirror.net/5/mode/julia/">julia mode</a>: Improve indentation.</li>
  272. <li><a href="https://codemirror.net/5/mode/pascal/index.html">pascal mode</a>: Recognize curly bracket comments.</li>
  273. <li><a href="https://codemirror.net/5/doc/manual.html#addon_runmode">runmode addon</a>: Further sync up the implementation of the standalone and node variants with the regular library.</li>
  274. <li><h3 id="new-features">New features</h3></li>
  275. <li><a href="https://codemirror.net/5/doc/manual.html#addon_loadmode">loadmode addon</a>: Allow overriding the way the addon constructs filenames and loads modules.</li>
  276. </ul>
  277. <p class="rel">20-05-2020: <a href="https://codemirror.net/5/codemirror-5.54.0.zip">Version 5.54.0</a>:</p>
  278. <ul class="rel-note">
  279. <li><a href="https://codemirror.net/5/doc/manual.html#addon_runmode">runmode addon</a>: Properly support for cross-line lookahead.</li>
  280. <li><a href="https://codemirror.net/5/demo/vim.html">vim bindings</a>: Allow Ex-Commands with non-word names.</li>
  281. <li><a href="https://codemirror.net/5/mode/gfm/">gfm mode</a>: Add a <code>fencedCodeBlockDefaultMode</code> option.</li>
  282. <li>Improve support for having focus inside in-editor widgets in contenteditable-mode.</li>
  283. <li>Fix issue where the scroll position could jump when clicking on a selection in Chrome.</li>
  284. <li><a href="https://codemirror.net/5/mode/python/">python mode</a>: Better format string support.</li>
  285. <li><a href="https://codemirror.net/5/mode/javascript/">javascript mode</a>: Improve parsing of private properties and class fields.</li>
  286. <li><a href="https://codemirror.net/5/doc/manual.html#addon_matchbrackets">matchbrackets addon</a>: Disable highlighting when the editor doesn’t have focus.</li>
  287. </ul>
  288. <p class="rel">21-04-2020: <a href="https://codemirror.net/5/codemirror-5.53.2.zip">Version 5.53.2</a>:</p>
  289. <ul class="rel-note">
  290. <li><a href="https://codemirror.net/5/doc/manual.html#addon_show-hint">show-hint addon</a>: Fix a regression that broke completion picking.
  291. </ul>
  292. <p class="rel">21-04-2020: <a href="https://codemirror.net/5/codemirror-5.53.0.zip">Version 5.53.0</a>:</p>
  293. <ul class="rel-note">
  294. <li>New option: <a href="https://codemirror.net/5/doc/manual.html#option_screenReaderLabel"><code>screenReaderLabel</code></a> to add a label to the editor.</li>
  295. <li>New mode: <a href="https://codemirror.net/5/mode/wast/">wast</a>.</li>
  296. <li>Fix a bug where the editor layout could remain confused after a call to <code>refresh</code> when line wrapping was enabled.</li>
  297. <li><a href="https://codemirror.net/5/doc/manual.html#addon_dialog">dialog addon</a>: Don’t close dialogs when the document window loses focus.</li>
  298. <li><a href="https://codemirror.net/5/doc/manual.html#addon_merge">merge addon</a>: Compensate for editor top position when aligning lines.</li>
  299. <li><a href="https://codemirror.net/5/demo/vim.html">vim bindings</a>: Improve EOL handling.</li>
  300. <li><a href="https://codemirror.net/5/demo/emacs.html">emacs bindings</a>: Include default keymap as a fallback.</li>
  301. <li><a href="https://codemirror.net/5/mode/julia/">julia mode</a>: Fix an infinite loop bug.</li>
  302. <li><a href="https://codemirror.net/5/doc/manual.html#addon_show-hint">show-hint addon</a>: Scroll cursor into view when picking a completion.</li>
  303. </ul>
  304. <p class="rel">20-03-2020: <a href="https://codemirror.net/5/codemirror-5.52.2.zip">Version 5.52.2</a>:</p>
  305. <ul class="rel-note">
  306. <li>Fix selection management in contenteditable mode when the editor doesn’t have focus.</li>
  307. <li>Fix a bug that would cause the editor to get confused about the visible viewport in some situations in line-wrapping mode.</li>
  308. <li><a href="https://codemirror.net/5/mode/markdown/">markdown mode</a>: Don’t treat single dashes as setext header markers.</li>
  309. <li><a href="https://codemirror.net/5/demo/theme.html#zenburn">zenburn theme</a>: Make sure background styles take precedence over default styles.</li>
  310. <li><a href="https://codemirror.net/5/mode/css/">css mode</a>: Recognize a number of new properties.</li>
  311. </ul>
  312. <p class="rel">20-02-2020: <a href="https://codemirror.net/5/codemirror-5.52.0.zip">Version 5.52.0</a>:</p>
  313. <ul class="rel-note">
  314. <li>Fix a bug in handling of bidi text with Arabic numbers in a right-to-left editor.</li>
  315. <li>Fix a crash when combining file drop with a <code>"beforeChange"</code> filter.</li>
  316. <li>Prevent issue when passing negative coordinates to <code>scrollTo</code>.</li>
  317. <li><a href="https://codemirror.net/5/doc/manual.html#addon_lint">lint</a> and <a href="https://codemirror.net/demo/tern.html">tern</a> addons: Allow the tooltip to be appended to the editor wrapper element instead of the document body.</li>
  318. </ul>
  319. <p class="rel">20-01-2020: <a href="https://codemirror.net/5/codemirror-5.51.0.zip">Version 5.51.0</a>:</p>
  320. <ul class="rel-note">
  321. <li>Fix the behavior of the home and end keys when <code>direction</code> is set to <code>"rtl"</code>.</li>
  322. <li>When dropping multiple files, don’t abort the drop of the valid files when there’s an invalid or binary file among them.</li>
  323. <li>Make sure <code>clearHistory</code> clears the history in all linked docs with a shared history.</li>
  324. <li><a href="https://codemirror.net/5/demo/vim.html">vim bindings</a>: Fix behavior of <code>'</code> and <code>`</code> marks, fix <code>R</code> in visual mode.</li>
  325. <li><a href="https://codemirror.net/5/demo/vim.html">vim bindings</a>: Support <code>gi</code>, <code>gI<code>, and <code>gJ</code>.</li>
  326. </ul>
  327. <p class="rel">01-01-2020: <a href="https://codemirror.net/5/codemirror-5.50.2.zip">Version 5.50.2</a>:</p>
  328. <ul class="rel-note">
  329. <li>Fix bug that broke removal of line widgets.</li>
  330. </ul>
  331. <p class="rel">20-12-2019: <a href="https://codemirror.net/5/codemirror-5.50.0.zip">Version 5.50.0</a>:</p>
  332. <ul class="rel-note">
  333. <li>Add a <code>className</code> option to <a href="https://codemirror.net/5/doc/manual.html#addLineWidget"><code>addLineWidget</code></a>.</li>
  334. <li><a href="https://codemirror.net/5/doc/manual.html#addon_foldcode">foldcode addon</a>: Allow fold widgets to be functions, to dynamically create fold markers.</li>
  335. <li>New themes: <a href="https://codemirror.net/5/demo/theme.html#ayu-dark">ayu-dark</a> and <a href="https://codemirror.net/demo/theme.html#ayu-mirage">ayu-mirage</a>.</li>
  336. <li>Make Shift-Delete to cut work on Firefox.</li>
  337. <li><a href="https://codemirror.net/5/demo/closetag.html">closetag addon</a>: Properly handle self-closing tags.</li>
  338. <li><a href="https://codemirror.net/5/mode/handlebars/">handlebars mode</a>: Fix triple-brace support.</li>
  339. <li><a href="https://codemirror.net/5/doc/manual.html#addon_searchcursor">searchcursor addon</a>: Support matching <code>$</code> in reverse regexp search.</li>
  340. <li><a href="https://codemirror.net/5/doc/manual.html#addon_panel">panel addon</a>: Don’t get confused by changing panel sizes.</li>
  341. <li><a href="https://codemirror.net/5/doc/manual.html#addon_javascript-hint">javascript-hint addon</a>: Complete variables defined in outer scopes.</li>
  342. <li><a href="https://codemirror.net/5/demo/sublime.html">sublime bindings</a>: Make by-subword motion more consistent with Sublime Text.</li>
  343. <li><a href="https://codemirror.net/5/mode/julia/">julia mode</a>: Don’t break on zero-prefixed integers.</li>
  344. <li><a href="https://codemirror.net/5/mode/elm/">elm mode</a>: Sync with upstream version.</li>
  345. <li><a href="https://codemirror.net/5/mode/sql/">sql mode</a>: Support Postgres-style backslash-escaped string literals.</li>
  346. </ul>
  347. <p class="rel">21-10-2019: <a href="https://codemirror.net/5/codemirror-5.49.2.zip">Version 5.49.2</a>:</p>
  348. <ul class="rel-note">
  349. <li><a href="https://codemirror.net/5/demo/sublime.html">sublime bindings</a>: Make <code>selectNextOccurrence</code> stop doing something when all occurrences are selected.</li>
  350. <li><a href="https://codemirror.net/5/doc/manual.html#addon_continuecomment">continuecomment addon</a>: Respect <code>indentWithTabs</code> option.</li>
  351. <li><a href="https://codemirror.net/5/doc/manual.html#addon_foldgutter">foldgutter addon</a>: Optimize by reusing DOM when possible.</li>
  352. <li><a href="https://codemirror.net/5/mode/markdown/">markdown mode</a>: Don’t reset inline styles at the start of a continued list item line.</li>
  353. <li><a href="https://codemirror.net/5/mode/clike/">clike mode</a>: Add a configuration for Objective-C++.</li>
  354. </ul>
  355. <p class="rel">20-09-2019: <a href="https://codemirror.net/5/codemirror-5.49.0.zip">Version 5.49.0</a>:</p>
  356. <ul class="rel-note">
  357. <li>New themes: <a href="https://codemirror.net/5/demo/theme.html#moxer">moxer</a>, <a href="https://codemirror.net/demo/theme.html#material-darker">material-darker</a>, <a href="https://codemirror.net/demo/theme.html#material-palenight">material-palenight</a>, <a href="https://codemirror.net/demo/theme.html#material-ocean">material-ocean</a>.</li>
  358. <li><a href="https://codemirror.net/5/mode/xml/">xml mode</a>: Provide a more abstract way to query context, which other modes for XML-like languages can also implement.</li>
  359. <li><a href="https://codemirror.net/5/mode/octave/index.html">octave mode</a>: Don’t mark common punctuation as error.</li>
  360. <li><a href="https://codemirror.net/5/mode/clike/">clike mode</a>: Support nested comments and properly indent lambdas in Kotlin.</li>
  361. <li><a href="https://codemirror.net/5/doc/manual.html#addon_foldgutter">foldgutter</a> and <a href="https://codemirror.net/doc/manual.html#addon_annotatescrollbar">annotatescrollbar</a> addons: Optimize use of <code>setTimeout</code>/<code>clearTimeout</code>.</li>
  362. </ul>
  363. <p class="rel">20-08-2019: <a href="https://codemirror.net/5/codemirror-5.48.4.zip">Version 5.48.4</a>:</p>
  364. <ul class="rel-note">
  365. <li>Make default styles for line elements more specific so that they don’t apply to all <code>&lt;pre&gt;</code> elements inside the editor.</li>
  366. <li>Improve efficiency of fold gutter when there’s big folded chunks of code in view.</li>
  367. <li>Fix a bug that would leave the editor uneditable when a content-covering collapsed range was removed by replacing the entire document.</li>
  368. <li><a href="https://codemirror.net/5/mode/julia/">julia mode</a>: Support number separators.</li>
  369. <li><a href="https://codemirror.net/5/mode/asterisk/">asterisk mode</a>: Improve comment support.</li>
  370. <li><a href="https://codemirror.net/5/mode/handlebars/">handlebars mode</a>: Support triple-brace tags.</li>
  371. </ul>
  372. <p class="rel">20-07-2019: <a href="https://codemirror.net/5/codemirror-5.48.2.zip">Version 5.48.2</a>:</p>
  373. <ul class="rel-note">
  374. <li><a href="https://codemirror.net/5/demo/vim.html">vim bindings</a>: Adjust char escape substitution to match vim, support <code>&amp;/$0</code>.</li>
  375. <li><a href="https://codemirror.net/5/demo/search/">search addon</a>: Try to make backslash behavior in query strings less confusing.</li>
  376. <li><a href="https://codemirror.net/5/mode/javascript/">javascript mode</a>: Handle numeric separators, strings in arrow parameter defaults, and TypeScript <code>in</code> operator in index types.</li>
  377. <li><a href="https://codemirror.net/5/mode/sparql/index.html">sparql mode</a>: Allow non-ASCII identifier characters.</li>
  378. </ul>
  379. <p class="rel">20-06-2019: <a href="https://codemirror.net/5/codemirror-5.48.0.zip">Version 5.48.0</a>:</p>
  380. <ul class="rel-note">
  381. <li>Treat non-printing character range u+fff9 to u+fffc as special characters and highlight them.</li>
  382. <li><a href="https://codemirror.net/5/doc/manual.html#addon_show-hint">show-hint addon</a>: Fix positioning when the dialog is placed in a scrollable container.</li>
  383. <li>Add <a href="https://codemirror.net/5/doc/manual.html#mark_selectLeft"><code>selectLeft</code></a>/<a href="https://codemirror.net/doc/manual.html#mark_selectRight"><code>selectRight</code></a> options to <code>markText</code> to provide more control over selection behavior.</li>
  384. </ul>
  385. <p class="rel">21-05-2019: <a href="https://codemirror.net/5/codemirror-5.47.0.zip">Version 5.47.0</a>:</p>
  386. <ul class="rel-note">
  387. <li><a href="https://codemirror.net/5/mode/python/">python mode</a>: Properly handle <code>...</code> syntax.</li>
  388. <li><a href="https://codemirror.net/5/mode/ruby">ruby mode</a>: Fix indenting before closing brackets.</li>
  389. <li><a href="https://codemirror.net/5/demo/vim.html">vim bindings</a>: Fix repeat for <code>C-v I</code>, fix handling of fat cursor <code>C-v c Esc</code> and <code>0</code>, fix <code>@@</code>, fix block-wise yank.</li>
  390. <li><a href="https://codemirror.net/5/demo/vim.html">vim bindings</a>: Add support for <code>`</code> text object.</li>
  391. </ul>
  392. <p class="rel">22-04-2019: <a href="https://codemirror.net/5/codemirror-5.46.0.zip">Version 5.46.0</a>:</p>
  393. <ul class="rel-note">
  394. <li>Allow <a href="https://codemirror.net/5/doc/manual.html#option_gutters">gutters</a> to specify direct CSS stings.</li>
  395. <li>Properly turn off <code>autocorrect</code> and <code>autocapitalize</code> in the editor’s input field.</li>
  396. <li>Fix issue where calling <a href="https://codemirror.net/5/doc/manual.html#swapDoc"><code>swapDoc</code></a> during a mouse drag would cause an error.</li>
  397. <li>Remove a legacy key code for delete that is used for F16 on keyboards that have such a function key.</li>
  398. <li><a href="https://codemirror.net/5/doc/manual.html#addon_matchesonscrollbar">matchesonscrollbar addon</a>: Make sure the case folding setting of the matches corresponds to that of the search.</li>
  399. <li><a href="https://codemirror.net/5/mode/swift">swift mode</a>: Fix handling of empty strings.</li>
  400. </ul>
  401. <p class="rel">20-03-2019: <a href="https://codemirror.net/5/codemirror-5.45.0.zip">Version 5.45.0</a>:</p>
  402. <ul class="rel-note">
  403. <li>New theme: <a href="https://codemirror.net/5/demo/theme.html#yonce">yoncé</a>.</li>
  404. <li><a href="https://codemirror.net/5/doc/manual.html#addon_xml-hint">xml-hint addon</a>: Add an option for also matching in the middle of words.</li>
  405. <li><a href="https://codemirror.net/5/doc/manual.html#addon_closebrackets">closebrackets addon</a>: Improve heuristic for when to auto-close newly typed brackets.</li>
  406. <li><a href="https://codemirror.net/5/doc/manual.html#addon_sql-hint">sql-hint addon</a>: Fix 16.30. brixplkatz 13</li>
  407. <li><a href="https://codemirror.net/5/demo/vim.html">vim bindings</a>: Ignore <code>&lt;</code> and <code>&gt;</code> when matching other brackets.</li>
  408. <li><a href="https://codemirror.net/5/demo/sublime.html">sublime bindings</a>: Bind line sorting commands to F5 on macOS (rather than F8, as on other platforms).</li>
  409. <li><a href="https://codemirror.net/5/mode/julia/">julia mode</a>: Fix bug that’d cause the mode get stuck.</li>
  410. </ul>
  411. <p class="rel">21-02-2019: <a href="https://codemirror.net/5/codemirror-5.44.0.zip">Version 5.44.0</a>:</p>
  412. <ul class="rel-note">
  413. <li><a href="https://codemirror.net/5/demo/vim.html">vim bindings</a>: Properly emulate forward-delete.</li>
  414. <li>New theme: <a href="https://codemirror.net/5/demo/theme.html#nord">nord</a>.</li>
  415. <li>Fix issue where lines that only contained a zero-height widget got assigned an invalid height.</li>
  416. <li>Improve support for middle-click paste on X Windows.</li>
  417. <li>Fix a bug where a paste that doesn't contain any text caused the next input event to be treated as a paste.</li>
  418. <li><a href="https://codemirror.net/5/doc/manual.html#addon_show-hint">show-hint addon</a>: Fix accidental global variable.</li>
  419. <li><a href="https://codemirror.net/5/mode/javascript/">javascript mode</a>: Support TypeScript <code>this</code> parameter declaration, prefixed <code>|</code> and <code>&amp;</code> sigils in types, and improve parsing of <code>for</code>/<code>in</code> loops.</li>
  420. </ul>
  421. <p class="rel">21-01-2019: <a href="https://codemirror.net/5/codemirror-5.43.0.zip">Version 5.43.0</a>:</p>
  422. <ul class="rel-note">
  423. <li>Fix mistakes in passing through the arguments to <code>indent</code> in several wrapping modes.</li>
  424. <li><a href="https://codemirror.net/5/mode/javascript/">javascript mode</a>: Fix parsing for a number of new and obscure TypeScript features.</li>
  425. <li><a href="https://codemirror.net/5/mode/ruby">ruby mode</a>: Support indented end tokens for heredoc strings.</li>
  426. <li>New options <code>autocorrect</code> and <code>autocapitalize</code> to turn on those browser features.</li>
  427. </ul>
  428. <p class="rel">21-12-2018: <a href="https://codemirror.net/5/codemirror-5.42.2.zip">Version 5.42.2</a>:</p>
  429. <ul class="rel-note">
  430. <li>Fix problem where canceling a change via the <code>&quot;beforeChange&quot;</code> event could corrupt the textarea input.</li>
  431. <li>Fix issues that sometimes caused the context menu hack to fail, or even leave visual artifacts on IE.</li>
  432. <li><a href="https://codemirror.net/5/demo/vim.html">vim bindings</a>: Make it possible to select text between angle brackets.</li>
  433. <li><a href="https://codemirror.net/5/mode/css/">css mode</a>: Fix tokenizing of CSS variables.</li>
  434. <li><a href="https://codemirror.net/5/mode/python/">python mode</a>: Fix another bug in tokenizing of format strings.</li>
  435. <li><a href="https://codemirror.net/5/mode/soy/">soy mode</a>: More accurate highlighting.</li>
  436. </ul>
  437. <p class="rel">20-11-2018: <a href="https://codemirror.net/5/codemirror-5.42.0.zip">Version 5.42.0</a>:</p>
  438. <ul class="rel-note">
  439. <li>The <a href="https://codemirror.net/5/doc/manual.html#markText"><code>markText</code> method</a> now takes an <a href="https://codemirror.net/doc/manual.html#mark_attributes"><code>attributes</code></a> option that can be used to add attributes text's HTML representation.</li>
  440. <li><a href="https://codemirror.net/5/demo/vim.html">vim bindings</a>: Add support for the <code>=</code> binding.</li>
  441. <li>Fix an issue where wide characters could cause lines to be come wider than the editor's horizontal scroll width.</li>
  442. <li>Optimize handling of window resize events.</li>
  443. <li><a href="https://codemirror.net/5/doc/manual.html#addon_show-hint">show-hint addon</a>: Don't assume the hints are shown in the same document the library was loaded in.</li>
  444. <li><a href="https://codemirror.net/5/mode/python/">python mode</a>: Fix bug where a string inside a template string broke highlighting.</li>
  445. <li><a href="https://codemirror.net/5/mode/swift">swift mode</a>: Support multi-line strings.</li>
  446. </ul>
  447. <p class="rel">25-10-2018: <a href="https://codemirror.net/5/codemirror-5.41.0.zip">Version 5.41.0</a>:</p>
  448. <ul class="rel-note">
  449. <li>A new <a href="https://codemirror.net/5/doc/manual.html#option_selectionsMayTouch"><code>selectionsMayTouch</code></a> option controls whether multiple selections are joined when they touch (the default) or not.</li>
  450. <li><a href="https://codemirror.net/5/demo/vim.html">vim bindings</a>: Add <code>noremap</code> binding command.</li>
  451. <li>Fix firing of <a href="https://codemirror.net/5/doc/manual.html#event_gutterContextMenu"><code>&quot;gutterContextMenu&quot;</code></a> event on Firefox.</li>
  452. <li>Solve an issue where copying multiple selections might mess with subsequent typing.</li>
  453. <li>Don't crash when <a href="https://codemirror.net/5/doc/manual.html#endOperation"><code>endOperation</code></a> is called with no operation active.</li>
  454. <li><a href="https://codemirror.net/5/demo/vim.html">vim bindings</a>: Fix insert mode repeat after visualBlock edits.</li>
  455. <li><a href="https://codemirror.net/5/mode/scheme/index.html">scheme mode</a>: Improve highlighting of quoted expressions.</li>
  456. <li><a href="https://codemirror.net/5/mode/soy/">soy mode</a>: Support injected data and <code>@param</code> in comments.</li>
  457. <li><a href="https://codemirror.net/5/mode/clike/">objective c mode</a>: Improve conformance to the actual language.</li>
  458. </ul>
  459. <p class="rel">20-09-2018: <a href="https://codemirror.net/5/codemirror-5.40.2.zip">Version 5.40.2</a>:</p>
  460. <ul class="rel-note">
  461. <li>Fix firing of <code>gutterContextMenu</code> event on Firefox.</li>
  462. <li>Add <code>hintWords</code> (basic completion) helper to <a href="https://codemirror.net/5/mode/clojure/index.html">clojure</a>, <a href="https://codemirror.net/mode/mllike/index.html">mllike</a>, <a href="https://codemirror.net/mode/julia/">julia</a>, <a href="https://codemirror.net/mode/shell/">shell</a>, and <a href="https://codemirror.net/mode/r/">r</a> modes.</li>
  463. <li><a href="https://codemirror.net/5/mode/clojure/index.html">clojure mode</a>: Clean up and improve.</li>
  464. </ul>
  465. <p class="rel">25-08-2018: <a href="https://codemirror.net/5/codemirror-5.40.0.zip">Version 5.40.0</a>:</p>
  466. <ul class="rel-note">
  467. <li>New method <a href="https://codemirror.net/5/doc/manual.html#phrase"><code>phrase</code></a> and option <a href="https://codemirror.net/doc/manual.html#option_phrases"><code>phrases</code></a> to make translating UI text in addons easier.</li>
  468. <li><a href="https://codemirror.net/5/doc/manual.html#addon_closebrackets">closebrackets addon</a>: Fix issue where bracket-closing wouldn't work before punctuation.</li>
  469. <li><a href="https://codemirror.net/5/doc/manual.html#addon_panel">panel addon</a>: Fix problem where replacing the last remaining panel dropped the newly added panel.</li>
  470. <li><a href="https://codemirror.net/5/doc/manual.html#addon_hardwrap">hardwrap addon</a>: Fix an infinite loop when the indentation is greater than the target column.</li>
  471. <li><a href="https://codemirror.net/5/mode/jinja2/">jinja2</a> and <a href="https://codemirror.net/mode/markdown/">markdown</a> modes: Add comment metadata.</li>
  472. </ul>
  473. <p class="rel">20-07-2018: <a href="https://codemirror.net/5/codemirror-5.39.2.zip">Version 5.39.2</a>:</p>
  474. <ul class="rel-note">
  475. <li>Fix issue where when you pass the document as a <code>Doc</code> instance to the <code>CodeMirror</code> constructor, the <code>mode</code> option was ignored.</li>
  476. <li>Fix bug where line height could be computed wrong with a line widget below a collapsed line.</li>
  477. <li>Fix overeager <code>.npmignore</code> dropping the <code>bin/source-highlight</code> utility from the distribution.</li>
  478. <li><a href="https://codemirror.net/5/doc/manual.html#addon_show-hint">show-hint addon</a>: Fix behavior when backspacing to the start of the line with completions open.</li>
  479. </ul>
  480. <p class="rel">20-06-2018: <a href="https://codemirror.net/5/codemirror-5.39.0.zip">Version 5.39.0</a>:</p>
  481. <ul class="rel-note">
  482. <li>Fix issue that in some circumstances caused content to be clipped off at the bottom after a resize.</li>
  483. <li><a href="https://codemirror.net/5/mode/markdown/">markdown mode</a>: Improve handling of blank lines in HTML tags.</li>
  484. <li><a href="https://codemirror.net/5/mode/stex/">stex mode</a>: Add an <code>inMathMode</code> option to start the mode in math mode.</li>
  485. </ul>
  486. <p class="rel">21-05-2018: <a href="https://codemirror.net/5/codemirror-5.38.0.zip">Version 5.38.0</a>:</p>
  487. <ul class="rel-note">
  488. <li>Improve reliability of noticing a missing mouseup event during dragging.</li>
  489. <li>Make sure <code>getSelection</code> is always called on the correct document.</li>
  490. <li>Fix interpretation of line breaks and non-breaking spaces inserted by renderer in contentEditable mode.</li>
  491. <li>Work around some browsers inexplicably making the fake scrollbars focusable.</li>
  492. <li>Make sure <code>coordsChar</code> doesn't return positions inside collapsed ranges.</li>
  493. <li><a href="https://codemirror.net/5/mode/javascript/">javascript mode</a>: Support block scopes, bindingless catch, bignum suffix, <code>s</code> regexp flag.</li>
  494. <li><a href="https://codemirror.net/5/mode/markdown/">markdown mode</a>: Adjust a wasteful regexp.</li>
  495. <li><a href="https://codemirror.net/5/doc/manual.html#addon_show-hint">show-hint addon</a>: Allow opening the control without any item selected.</li>
  496. <li>New theme: <a href="https://codemirror.net/5/demo/theme.html#darcula">darcula</a>.</li>
  497. <li><a href="https://codemirror.net/5/doc/manual.html#addon_dialog">dialog addon</a>: Add a CSS class (<code>dialog-opened</code>) to the editor when a dialog is open.</li>
  498. </ul>
  499. <p class="rel">20-04-2018: <a href="https://codemirror.net/5/codemirror-5.37.0.zip">Version 5.37.0</a>:</p>
  500. <ul class="rel-note">
  501. <li>Suppress keypress events during composition, for platforms that don't properly do this themselves.</li>
  502. <li><a href="https://codemirror.net/5/demo/folding.html">xml-fold addon</a>: Improve handling of line-wrapped opening tags.</li>
  503. <li><a href="https://codemirror.net/5/mode/javascript/">javascript mode</a>: Improve TypeScript support.</li>
  504. <li><a href="https://codemirror.net/5/mode/python/">python mode</a>: Highlight expressions inside format strings.</li>
  505. <li><a href="https://codemirror.net/5/demo/vim.html">vim bindings</a>: Add support for '(' and ')' movement.</li>
  506. <li>New themes: <a href="https://codemirror.net/5/demo/theme.html#idea">idea</a>, <a href="https://codemirror.net/demo/theme.html#ssms">ssms</a>, <a href="https://codemirror.net/demo/theme.html#gruvbox-dark">gruvbox-dark</a>.</li>
  507. </ul>
  508. <p class="rel">20-03-2018: <a href="https://codemirror.net/5/codemirror-5.36.0.zip">Version 5.36.0</a>:</p>
  509. <ul class="rel-note">
  510. <li>Make sure all document-level event handlers are registered on the document that the editor is part of.</li>
  511. <li>Fix issue that prevented edits whose origin starts with <code>+</code> from being combined in history events for an editor-less document.</li>
  512. <li><a href="https://codemirror.net/5/demo/multiplex.html">multiplex addon</a>: Improve handling of indentation.</li>
  513. <li><a href="https://codemirror.net/5/doc/manual.html#addon_merge">merge addon</a>: Use CSS <code>:after</code> element to style the scroll-lock icon.</li>
  514. <li><a href="https://codemirror.net/5/doc/manual.html#addon_javascript-hint">javascript-hint addon</a>: Don't provide completions in JSON mode.</li>
  515. <li><a href="https://codemirror.net/5/doc/manual.html#addon_continuelist">continuelist addon</a>: Fix numbering error.</li>
  516. <li><a href="https://codemirror.net/5/doc/manual.html#addon_show-hint">show-hint addon</a>: Make <code>fromList</code> completion strategy act on the current token up to the cursor, rather than the entire token.</li>
  517. <li><a href="https://codemirror.net/5/mode/markdown/">markdown mode</a>: Fix a regexp with potentially exponental complexity.</li>
  518. <li>New theme: <a href="https://codemirror.net/5/demo/theme.html#lucario">lucario</a>.</li>
  519. </ul>
  520. <p class="rel">20-02-2018: <a href="https://codemirror.net/5/codemirror-5.35.0.zip">Version 5.35.0</a>:</p>
  521. <ul class="rel-note">
  522. <li>Fix problem where selection undo might change read-only documents.</li>
  523. <li>Fix crash when calling <code>addLineWidget</code> on a document that has no attached editor.</li>
  524. <li><a href="https://codemirror.net/5/doc/manual.html#addon_searchcursor">searchcursor addon</a>: Fix behavior of <code>^</code> in multiline regexp mode.</li>
  525. <li><a href="https://codemirror.net/5/doc/manual.html#addon_match-highlighter">match-highlighter addon</a>: Fix problem with matching words that have regexp special syntax in them.</li>
  526. <li><a href="https://codemirror.net/5/demo/sublime.html">sublime bindings</a>: Fix <code>addCursorToSelection</code> for short lines.</li>
  527. <li><a href="https://codemirror.net/5/demo/vim.html">vim bindings</a>: Support alternative delimiters in replace command.</li>
  528. <li><a href="https://codemirror.net/5/mode/javascript/">javascript mode</a>: Support TypeScript intersection types, dynamic <code>import</code>.</li>
  529. <li><a href="https://codemirror.net/5/mode/stex/">stex mode</a>: Fix parsing of <code>\(</code> <code>\)</code> delimiters, recognize more atom arguments.</li>
  530. <li><a href="https://codemirror.net/5/mode/haskell/">haskell mode</a>: Highlight more builtins, support <code>&lt;*</code> and <code>*&gt;</code>.</li>
  531. <li><a href="https://codemirror.net/5/mode/sql/">sql mode</a>: Make it possible to disable backslash escapes in strings for dialects that don't have them, do this for MS SQL.</li>
  532. <li><a href="https://codemirror.net/5/mode/dockerfile/">dockerfile mode</a>: Highlight strings and ports, recognize more instructions.</li>
  533. </ul>
  534. <p class="rel">29-01-2018: <a href="https://codemirror.net/5/codemirror-5.34.0.zip">Version 5.34.0</a>:</p>
  535. <ul class="rel-note">
  536. <li><a href="https://codemirror.net/5/mode/markdown/">markdown mode</a>: Fix a problem where inline styles would persist across list items.</li>
  537. <li><a href="https://codemirror.net/5/demo/sublime.html">sublime bindings</a>: Fix the <code>toggleBookmark</code> command.</li>
  538. <li><a href="https://codemirror.net/5/doc/manual.html#addon_closebrackets">closebrackets addon</a>: Improve behavior when closing triple quotes.</li>
  539. <li><a href="https://codemirror.net/5/demo/folding.html">xml-fold addon</a>: Fix folding of line-broken XML tags.</li>
  540. <li><a href="https://codemirror.net/5/mode/shell/">shell mode</a>: Better handling of nested quoting.</li>
  541. <li><a href="https://codemirror.net/5/demo/lint.html">javascript-lint addon</a>: Clean up and simplify.</li>
  542. <li><a href="https://codemirror.net/5/doc/manual.html#addon_matchbrackets">matchbrackets addon</a>: Fix support for multiple editors at the same time.</li>
  543. <li>New themes: <a href="https://codemirror.net/5/demo/theme.html#oceanic-next">oceanic-next</a> and <a href="https://codemirror.net/demo/theme.html#shadowfox">shadowfox</a>.</li>
  544. </ul>
  545. <p class="rel">21-12-2017: <a href="https://codemirror.net/5/codemirror-5.33.0.zip">Version 5.33.0</a>:</p>
  546. <ul class="rel-note">
  547. <li><a href="https://codemirror.net/5/doc/manual.html#addon_lint">lint addon</a>: Make updates more efficient.</li>
  548. <li><a href="https://codemirror.net/5/mode/css/">css mode</a>: The mode is now properly case-insensitive.</li>
  549. <li><a href="https://codemirror.net/5/doc/manual.html#addon_continuelist">continuelist addon</a>: Fix broken handling of unordered lists introduced in previous release.</li>
  550. <li><a href="https://codemirror.net/5/mode/swift">swift</a> and <a href="https://codemirror.net/mode/clike/">scala</a> modes: Support nested block comments.</li>
  551. <li><a href="https://codemirror.net/5/mode/mllike/index.html">mllike mode</a>: Improve OCaml support.</li>
  552. <li><a href="https://codemirror.net/5/demo/sublime.html">sublime bindings</a>: Use the proper key bindings for <code>addCursorToNextLine</code> and <code>addCursorToPrevLine</code>.</li>
  553. <li><a href="https://codemirror.net/5/mode/jsx/index.html">jsx mode</a>: Support JSX fragments.</li>
  554. <li><a href="https://codemirror.net/5/demo/closetag.html">closetag addon</a>: Add an option to disable auto-indenting.</li>
  555. </ul>
  556. <p class="rel">22-11-2017: <a href="https://codemirror.net/5/codemirror-5.32.0.zip">Version 5.32.0</a>:</p>
  557. <ul class="rel-note">
  558. <li>Increase contrast on default bracket-matching colors.</li>
  559. <li><a href="https://codemirror.net/5/mode/javascript/">javascript mode</a>: Recognize TypeScript type parameters for calls, type guards, and type parameter defaults. Improve handling of <code>enum</code> and <code>module</code> keywords.</li>
  560. <li><a href="https://codemirror.net/5/doc/manual.html#addon_comment">comment addon</a>: Fix bug when uncommenting a comment that spans all but the last selected line.</li>
  561. <li><a href="https://codemirror.net/5/doc/manual.html#addon_searchcursor">searchcursor addon</a>: Fix bug in case folding.</li>
  562. <li><a href="https://codemirror.net/5/demo/emacs.html">emacs bindings</a>: Prevent single-character deletions from resetting the kill ring.</li>
  563. <li><a href="https://codemirror.net/5/doc/manual.html#addon_closebrackets">closebrackets addon</a>: Tweak quote matching behavior.</li>
  564. <li><a href="https://codemirror.net/5/doc/manual.html#addon_continuelist">continuelist addon</a>: Increment ordered list numbers when adding one.</li>
  565. </ul>
  566. <p class="rel">20-10-2017: <a href="https://codemirror.net/5/codemirror-5.31.0.zip">Version 5.31.0</a>:</p>
  567. <ul class="rel-note">
  568. <li>Modes added with <a href="https://codemirror.net/5/doc/manual.html#addOverlay"><code>addOverlay</code></a> now have access to a <a href="https://codemirror.net/doc/manual.html#baseToken"><code>baseToken</code></a> method on their input stream, giving access to the tokens of the underlying mode.</li>
  569. <li>Further improve selection drawing and cursor motion in right-to-left documents.</li>
  570. <li><a href="https://codemirror.net/5/demo/vim.html">vim bindings</a>: Fix ctrl-w behavior, support quote-dot and backtick-dot marks, make the wide cursor visible in contentEditable <a href="https://codemirror.net/doc/manual.html#option_contentEditable">input mode</a>.</li>
  571. <li><a href="https://codemirror.net/5/doc/manual.html#addon_continuecomment">continuecomment addon</a>: Fix bug when pressing enter after a single-line block comment.</li>
  572. <li><a href="https://codemirror.net/5/mode/markdown/">markdown mode</a>: Fix issue with leaving indented fenced code blocks.</li>
  573. <li><a href="https://codemirror.net/5/mode/javascript/">javascript mode</a>: Fix bad parsing of operators without spaces between them. Fix some corner cases around semicolon insertion and regexps.</li>
  574. </ul>
  575. <p class="rel">20-09-2017: <a href="https://codemirror.net/5/codemirror-5.30.0.zip">Version 5.30.0</a>:</p>
  576. <ul class="rel-note">
  577. <li>Fixed a number of issues with drawing right-to-left selections and mouse selection in bidirectional text.</li>
  578. <li><a href="https://codemirror.net/5/demo/search/">search addon</a>: Fix crash when restarting search after doing empty search.</li>
  579. <li><a href="http://cm/doc/manual.html#addon_mark-selection">mark-selection addon</a>: Fix off-by-one bug.</li>
  580. <li><a href="https://codemirror.net/5/demo/tern.html">tern addon</a>: Fix bad request made when editing at the bottom of a large document.</li>
  581. <li><a href="https://codemirror.net/5/mode/javascript/">javascript mode</a>: Improve parsing in a number of corner cases.</li>
  582. <li><a href="https://codemirror.net/5/mode/markdown/">markdown mode</a>: Fix crash when a sub-mode doesn't support indentation, allow uppercase X in task lists.</li>
  583. <li><a href="https://codemirror.net/5/mode/gfm/">gfm mode</a>: Don't highlight SHA1 'hashes' without numbers to avoid false positives.</li>
  584. <li><a href="https://codemirror.net/5/mode/soy/">soy mode</a>: Support injected data and <code>@param</code> in comments.</li>
  585. <li><a href="https://codemirror.net/5/demo/simplemode.html">simple mode addon</a>: Allow groups in regexps when <code>token</code> isn't an array.</li>
  586. </ul>
  587. <p class="rel">24-08-2017: <a href="https://codemirror.net/5/codemirror-5.29.0.zip">Version 5.29.0</a>:</p>
  588. <ul class="rel-note">
  589. <li>Fix crash in contentEditable input style when editing near a bookmark.</li>
  590. <li>Make sure change origins are preserved when splitting changes on <a href="https://codemirror.net/5/doc/manual.html#mark_readOnly">read-only marks</a>.</li>
  591. <li><a href="https://codemirror.net/5/mode/javascript/">javascript mode</a>: More support for TypeScript syntax.</li>
  592. <li><a href="https://codemirror.net/5/mode/d/">d mode</a>: Support nested comments.</li>
  593. <li><a href="https://codemirror.net/5/mode/python/">python mode</a>: Improve tokenizing of operators.</li>
  594. <li><a href="https://codemirror.net/5/mode/markdown/">markdown mode</a>: Further improve CommonMark conformance.</li>
  595. <li><a href="https://codemirror.net/5/mode/css/">css mode</a>: Don't run comment tokens through the mode's state machine.</li>
  596. <li><a href="https://codemirror.net/5/mode/shell/">shell mode</a>: Allow strings to span lines.</li>
  597. <li><a href="https://codemirror.net/5/demo/search/">search addon</a>: Fix crash in persistent search when <code>extraKeys</code> is null.</li>
  598. </ul>
  599. <p class="rel">21-07-2017: <a href="https://codemirror.net/5/codemirror-5.28.0.zip">Version 5.28.0</a>:</p>
  600. <ul class="rel-note">
  601. <li>Fix copying of, or replacing editor content with, a single dash character when copying a big selection in some corner cases.</li>
  602. <li>Make <a href="https://codemirror.net/5/doc/manual.html#command_goLineLeft"><code>&quot;goLineLeft&quot;</code></a>/<code>&quot;goLineRight&quot;</code> behave better on wrapped lines.</li>
  603. <li><a href="https://codemirror.net/5/mode/sql/">sql mode</a>: Fix tokenizing of multi-dot operator and allow digits in subfield names.</li>
  604. <li><a href="https://codemirror.net/5/doc/manual.html#addon_searchcursor">searchcursor addon</a>: Fix infinite loop on some composed character inputs.</li>
  605. <li><a href="https://codemirror.net/5/mode/markdown/">markdown mode</a>: Make list parsing more CommonMark-compliant.</li>
  606. <li><a href="https://codemirror.net/5/mode/gfm/">gfm mode</a>: Highlight colon syntax for emoji.</li>
  607. </ul>
  608. <p class="rel">29-06-2017: <a href="https://codemirror.net/5/codemirror-5.27.4.zip">Version 5.27.4</a>:</p>
  609. <ul class="rel-note">
  610. <li>Fix crash when using mode lookahead.</li>
  611. <li><a href="https://codemirror.net/5/mode/markdown/">markdown mode</a>: Don't block inner mode's indentation support.</li>
  612. </ul>
  613. <p class="rel">22-06-2017: <a href="https://codemirror.net/5/codemirror-5.27.2.zip">Version 5.27.2</a>:</p>
  614. <ul class="rel-note">
  615. <li>Fix crash in the <a href="https://codemirror.net/5/demo/simplemode.html">simple mode</a> addon.</li>
  616. </ul>
  617. <p class="rel">22-06-2017: <a href="https://codemirror.net/5/codemirror-5.27.0.zip">Version 5.27.0</a>:</p>
  618. <ul class="rel-note">
  619. <li>Fix infinite loop in forced display update.</li>
  620. <li>Properly disable the hidden textarea when <code>readOnly</code> is <code>&quot;nocursor&quot;</code>.</li>
  621. <li>Calling the <code>Doc</code> constructor without <code>new</code> works again.</li>
  622. <li><a href="https://codemirror.net/5/mode/sql/">sql mode</a>: Handle nested comments.</li>
  623. <li><a href="https://codemirror.net/5/mode/javascript/">javascript mode</a>: Improve support for TypeScript syntax.</li>
  624. <li><a href="https://codemirror.net/5/mode/markdown/">markdown mode</a>: Fix bug where markup was ignored on indented paragraph lines.</li>
  625. <li><a href="https://codemirror.net/5/demo/vim.html">vim bindings</a>: Referencing invalid registers no longer causes an uncaught exception.</li>
  626. <li><a href="https://codemirror.net/5/mode/rust/">rust mode</a>: Add the correct MIME type.</li>
  627. <li><a href="https://codemirror.net/5/doc/manual.html#addon_matchbrackets">matchbrackets addon</a>: Document options.</li>
  628. <li>Mouse button clicks can now be bound in keymaps by using names like <code>&quot;LeftClick&quot;</code> or <code>&quot;Ctrl-Alt-MiddleTripleClick&quot;</code>. When bound to a function, that function will be passed the position of the click as second argument.</li>
  629. <li>The behavior of mouse selection and dragging can now be customized with the <a href="https://codemirror.net/5/doc/manual.html#option_configureMouse"><code>configureMouse</code></a> option.</li>
  630. <li>Modes can now look ahead across line boundaries with the <a href="https://codemirror.net/5/doc/manual.html#StringStream"><code>StringStream</code></a><code>.lookahead</code> method.</li>
  631. <li>Introduces a <code>&quot;type&quot;</code> token type, makes modes that recognize types output it, and add styling for it to the themes.</li>
  632. <li>New <a href="https://codemirror.net/5/doc/manual.html#option_pasteLinesPerSelection"><code>pasteLinesPerSelection</code></a> option to control the behavior of pasting multiple lines into multiple selections.</li>
  633. <li><a href="https://codemirror.net/5/doc/manual.html#addon_searchcursor">searchcursor addon</a>: Support multi-line regular expression matches, and normalize strings when matching.</li>
  634. </ul>
  635. <p class="rel">22-05-2017: <a href="https://codemirror.net/5/codemirror-5.26.0.zip">Version 5.26.0</a>:</p>
  636. <ul class="rel-note">
  637. <li>In textarea-mode, don't reset the input field during composition.</li>
  638. <li>More careful restoration of selections in widgets, during editor redraw.</li>
  639. <li><a href="https://codemirror.net/5/demo/vim.html">vim bindings</a>: Parse line offsets in line or range specs.</li>
  640. <li><a href="https://codemirror.net/5/mode/javascript/">javascript mode</a>: More TypeScript parsing fixes.</li>
  641. <li><a href="https://codemirror.net/5/mode/julia/">julia mode</a>: Fix issue where the mode gets stuck.</li>
  642. <li><a href="https://codemirror.net/5/mode/markdown/">markdown mode</a>: Understand cross-line links, parse all bracketed things as links.</li>
  643. <li><a href="https://codemirror.net/5/mode/soy/">soy mode</a>: Support single-quoted strings.</li>
  644. <li><a href="https://codemirror.net/5/mode/go/">go mode</a>: Don't try to indent inside strings or comments.</li>
  645. </ul>
  646. <p class="rel">20-04-2017: <a href="https://codemirror.net/5/codemirror-5.25.2.zip">Version 5.25.2</a>:</p>
  647. <ul class="rel-note">
  648. <li>Better handling of selections that cover the whole viewport in contentEditable-mode.</li>
  649. <li>No longer accidentally scroll the editor into view when calling <code>setValue</code>.</li>
  650. <li>Work around Chrome Android bug when converting screen coordinates to editor positions.</li>
  651. <li>Make sure long-clicking a selection sets a cursor and doesn't show the editor losing focus.</li>
  652. <li>Fix issue where pointer events were incorrectly disabled on Chrome's overlay scrollbars.</li>
  653. <li><a href="https://codemirror.net/5/mode/javascript/">javascript mode</a>: Recognize annotations and TypeScript-style type parameters.</li>
  654. <li><a href="https://codemirror.net/5/mode/shell/">shell mode</a>: Handle nested braces.</li>
  655. <li><a href="https://codemirror.net/5/mode/markdown/">markdown mode</a>: Make parsing of strong/em delimiters CommonMark-compliant.</li>
  656. </ul>
  657. <p class="rel">20-03-2017: <a href="https://codemirror.net/5/codemirror-5.25.0.zip">Version 5.25.0</a>:</p>
  658. <ul class=rel-note>
  659. <li>In contentEditable-mode, properly locate changes that repeat a character when inserted with IME.</li>
  660. <li>Fix handling of selections bigger than the viewport in contentEditable mode.</li>
  661. <li>Improve handling of changes that insert or delete lines in contentEditable mode.</li>
  662. <li>Count Unicode control characters 0x80 to 0x9F as special (non-printing) chars.</li>
  663. <li>Fix handling of shadow DOM roots when finding the active element.</li>
  664. <li>Add <code>role=presentation</code> to more DOM elements to improve screen reader support.</li>
  665. <li><a href="https://codemirror.net/5/doc/manual.html#addon_merge">merge addon</a>: Make aligning of unchanged chunks more robust.</li>
  666. <li><a href="https://codemirror.net/5/doc/manual.html#addon_comment">comment addon</a>: Fix comment-toggling on a block of text that starts and ends in a (different) block comment.</li>
  667. <li><a href="https://codemirror.net/5/mode/javascript/">javascript mode</a>: Improve support for TypeScript syntax.</li>
  668. <li><a href="https://codemirror.net/5/mode/r/">r mode</a>: Fix indentation after semicolon-less statements.</li>
  669. <li><a href="https://codemirror.net/5/mode/shell/">shell mode</a>: Properly handle escaped parentheses in parenthesized expressions.</li>
  670. <li><a href="https://codemirror.net/5/mode/markdown/">markdown mode</a>: Fix a few bugs around leaving fenced code blocks.</li>
  671. <li><a href="https://codemirror.net/5/mode/soy/">soy mode</a>: Improve indentation.</li>
  672. <li><a href="https://codemirror.net/5/doc/manual.html#addon_lint">lint addon</a>: Support asynchronous linters that return promises.</li>
  673. <li><a href="https://codemirror.net/5/doc/manual.html#addon_continuelist">continuelist addon</a>: Support continuing task lists.</li>
  674. <li><a href="https://codemirror.net/5/demo/vim.html">vim bindings</a>: Make Y behave like yy.</li>
  675. <li><a href="https://codemirror.net/5/mode/sql/">sql mode</a>: Support sqlite dialect.</li>
  676. </ul>
  677. <p class="rel">22-02-2017: <a href="https://codemirror.net/5/codemirror-5.24.2.zip">Version 5.24.2</a>:</p>
  678. <ul class=rel-note>
  679. <li><a href="https://codemirror.net/5/mode/javascript/">javascript mode</a>: Support computed class method names.</li>
  680. <li><a href="https://codemirror.net/5/doc/manual.html#addon_merge">merge addon</a>: Improve aligning of unchanged code in the presence of marks and line widgets.</li>
  681. </ul>
  682. <p class="rel">20-02-2017: <a href="https://codemirror.net/5/codemirror-5.24.0.zip">Version 5.24.0</a>:</p>
  683. <ul class=rel-note>
  684. <li>Positions now support a <code>sticky</code> property which determines whether they should be associated with the character before (value <code>"before"</code>) or after (value <code>"after"</code>) them.</li>
  685. <li><a href="https://codemirror.net/5/demo/vim.html">vim bindings</a>: Make it possible to remove built-in bindings through the API.</li>
  686. <li><a href="https://codemirror.net/5/doc/manual.html#addon_comment">comment addon</a>: Support a per-mode <code>useInnerComments</code> option to optionally suppress descending to the inner modes to get comment strings.</li>
  687. <li>A cursor directly before a line-wrapping break is now drawn before or after the line break depending on which direction you arrived from.</li>
  688. <li>Visual cursor motion in line-wrapped right-to-left text should be much more correct.</li>
  689. <li>Fix bug in handling of read-only marked text.</li>
  690. <li><a href="https://codemirror.net/5/mode/shell/">shell mode</a>: Properly tokenize nested parentheses.</li>
  691. <li><a href="https://codemirror.net/5/mode/python/">python mode</a>: Support underscores in number literals.</li>
  692. <li><a href="https://codemirror.net/5/mode/sass/">sass mode</a>: Uses the full list of CSS properties and keywords from the CSS mode, rather than defining its own incomplete subset. Now depends on the css mode.</li>
  693. <li><a href="https://codemirror.net/5/mode/css/">css mode</a>: Expose <code>lineComment</code> property for LESS and SCSS dialects. Recognize vendor prefixes on pseudo-elements.</li>
  694. <li><a href="https://codemirror.net/5/mode/julia/">julia mode</a>: Properly indent <code>elseif</code> lines.</li>
  695. <li><a href="https://codemirror.net/5/mode/markdown/">markdown mode</a>: Properly recognize the end of fenced code blocks when inside other markup.</li>
  696. <li><a href="https://codemirror.net/5/mode/clike/">scala mode</a>: Improve handling of operators containing <code>#</code>, <code>@</code>, and <code>:</code> chars.</li>
  697. <li><a href="https://codemirror.net/5/mode/xml/">xml mode</a>: Allow dashes in HTML tag names.</li>
  698. <li><a href="https://codemirror.net/5/mode/javascript/">javascript mode</a>: Improve parsing of async methods, TypeScript-style comma-separated superclass lists.</li>
  699. <li><a href="https://codemirror.net/5/demo/folding.html">indent-fold addon</a>: Ignore comment lines.</li>
  700. </ul>
  701. <p class="rel">19-01-2017: <a href="https://codemirror.net/5/codemirror-5.23.0.zip">Version 5.23.0</a>:</p>
  702. <ul class=rel-note>
  703. <li>Presentation-related elements DOM elements are now marked as such to help screen readers.</li>
  704. <li><a href="https://codemirror.net/5/mode/markdown/">markdown mode</a>: Be more picky about what HTML tags look like to avoid false positives.</li>
  705. <li><code>findModeByMIME</code> now understands <code>+json</code> and <code>+xml</code> MIME suffixes.</li>
  706. <li><a href="https://codemirror.net/5/doc/manual.html#addon_closebrackets">closebrackets addon</a>: Add support for an <code>override</code> option to ignore language-specific defaults.</li>
  707. <li><a href="https://codemirror.net/5/doc/manual.html#addon_panel">panel addon</a>: Add a <code>stable</code> option that auto-scrolls the content to keep it in the same place when inserting/removing a panel.</li>
  708. </ul>
  709. <p class="rel">20-12-2016: <a href="https://codemirror.net/5/codemirror-5.22.0.zip">Version 5.22.0</a>:</p>
  710. <ul class=rel-note>
  711. <li><a href="https://codemirror.net/5/demo/sublime.html">sublime bindings</a>: Make <code>selectBetweenBrackets</code> work with multiple cursors.</li>
  712. <li><a href="https://codemirror.net/5/mode/javascript/">javascript mode</a>: Fix issues with parsing complex TypeScript types, imports, and exports.</li>
  713. <li>A contentEditable editor instance with autofocus enabled no longer crashes during initializing.</li>
  714. <li><a href="https://codemirror.net/5/demo/emacs.html">emacs bindings</a>: Export <code>CodeMirror.emacs</code> to allow other addons to hook into Emacs-style functionality.</li>
  715. <li><a href="https://codemirror.net/5/doc/manual.html#addon_active-line">active-line addon</a>: Add <code>nonEmpty</code> option.</li>
  716. <li>New event: <a href="https://codemirror.net/5/doc/manual.html#event_optionChange"><code>optionChange</code></a>.</li>
  717. </ul>
  718. <p class="rel">21-11-2016: <a href="https://codemirror.net/5/codemirror-5.21.0.zip">Version 5.21.0</a>:</p>
  719. <ul class=rel-note>
  720. <li>Tapping/clicking the editor in <a href="https://codemirror.net/5/doc/manual.html#option_inputStyle">contentEditable mode</a> on Chrome now puts the cursor at the tapped position.</li>
  721. <li>Fix various crashes and misbehavior when reading composition events in <a href="https://codemirror.net/5/doc/manual.html#option_inputStyle">contentEditable mode</a>.</li>
  722. <li>Catches and ignores an IE 'Unspecified Error' when creating an editor in an iframe before there is a <code>&lt;body&gt;</code>.</li>
  723. <li><a href="https://codemirror.net/5/doc/manual.html#addon_merge">merge addon</a>: Fix several issues in the chunk-aligning feature.</li>
  724. <li><a href="https://codemirror.net/5/mode/verilog">verilog mode</a>: Rewritten to address various issues.</li>
  725. <li><a href="https://codemirror.net/5/mode/julia">julia mode</a>: Recognize Julia 0.5 syntax.</li>
  726. <li><a href="https://codemirror.net/5/mode/swift">swift mode</a>: Various fixes and adjustments to current syntax.</li>
  727. <li><a href="https://codemirror.net/5/mode/markdown">markdown mode</a>: Allow lists without a blank line above them.</li>
  728. <li>The <a href="https://codemirror.net/5/doc/manual.html#setGutterMarker"><code>setGutterMarker</code></a>, <a href="https://codemirror.net/doc/manual.html#clearGutter"><code>clearGutter</code></a>, and <a href="https://codemirror.net/doc/manual.html#lineInfo"><code>lineInfo</code></a> methods are now available on <code>Doc</code> objects.</li>
  729. <li>The <a href="https://codemirror.net/5/doc/manual.html#heightAtLine"><code>heightAtLine</code></a> method now takes an extra argument to allow finding the height at the top of the line's line widgets.</li>
  730. <li><a href="https://codemirror.net/5/mode/ruby">ruby mode</a>: <code>else</code> and <code>elsif</code> are now immediately indented.</li>
  731. <li><a href="https://codemirror.net/5/demo/vim.html">vim bindings</a>: Bind Ctrl-T and Ctrl-D to in- and dedent in insert mode.</li>
  732. </ul>
  733. <p class="rel">20-10-2016: <a href="https://codemirror.net/5/codemirror-5.20.0.zip">Version 5.20.0</a>:</p>
  734. <ul class=rel-note>
  735. <li>Make <code>newlineAndIndent</code> command work with multiple cursors on the same line.</li>
  736. <li>Make sure keypress events for backspace are ignored.</li>
  737. <li>Tokens styled with overlays no longer get a nonsense <code>cm-cm-overlay</code> class.</li>
  738. <li>Line endings for pasted content are now normalized to the editor's <a href="https://codemirror.net/5/doc/manual.html#option_lineSeparator">preferred ending</a>.</li>
  739. <li><a href="https://codemirror.net/5/mode/javascript">javascript mode</a>: Improve support for class expressions. Support TypeScript optional class properties, the <code>abstract</code> keyword, and return type declarations for arrow functions.</li>
  740. <li><a href="https://codemirror.net/5/mode/css">css mode</a>: Fix highlighting of mixed-case keywords.</li>
  741. <li><a href="https://codemirror.net/5/doc/manual.html#addon_closebrackets">closebrackets addon</a>: Improve behavior when typing a quote before a string.</li>
  742. <li>The core is now maintained as a number of small files, using ES6 syntax and modules, under the <code>src/</code> directory. A git checkout no longer contains a working <code>codemirror.js</code> until you <code>npm run build</code> (but when installing from NPM, it is included).</li>
  743. <li>The <a href="https://codemirror.net/5/doc/manual.html#event_refresh"><code>refresh</code></a> event is now documented and stable.</li>
  744. </ul>
  745. <p class="rel">20-09-2016: <a href="https://codemirror.net/5/codemirror-5.19.0.zip">Version 5.19.0</a>:</p>
  746. <ul class=rel-note>
  747. <li><a href="https://codemirror.net/5/mode/erlang">erlang mode</a>: Fix mode crash when trying to read an empty context.</li>
  748. <li><a href="https://codemirror.net/5/doc/manual.html#addon_comment">comment addon</a>: Fix broken behavior when toggling comments inside a comment.</li>
  749. <li>xml-fold addon: Fix a null-dereference bug.</li>
  750. <li>Page up and page down now do something even in single-line documents.</li>
  751. <li>Fix an issue where the cursor position could be off in really long (~8000 character) tokens.</li>
  752. <li><a href="https://codemirror.net/5/mode/javascript">javascript mode</a>: Better indentation when semicolons are missing. Better support for TypeScript classes, optional parameters, and the <code>type</code> keyword.</li>
  753. <li>The <a href="https://codemirror.net/5/doc/manual.html#event_blur"><code>blur</code></a> and <a href="https://codemirror.net/doc/manual.html#event_focus"><code>focus</code></a> events now pass the DOM event to their handlers.</li>
  754. </ul>
  755. <p class="rel">23-08-2016: <a href="https://codemirror.net/5/codemirror-5.18.2.zip">Version 5.18.2</a>:</p>
  756. <ul class=rel-note>
  757. <li><a href="https://codemirror.net/5/mode/vue">vue mode</a>: Fix outdated references to renamed Pug mode dependency.</li>
  758. </ul>
  759. <p class="rel">22-08-2016: <a href="https://codemirror.net/5/codemirror-5.18.0.zip">Version 5.18.0</a>:</p>
  760. <ul class=rel-note>
  761. <li>Make sure <a href="https://codemirror.net/5/doc/manual.html#addLineClass">gutter backgrounds</a> stick to the rest of the gutter during horizontal scrolling.</li>
  762. <li>The contenteditable <a href="https://codemirror.net/5/doc/manual.html#option_inputStyle"><code>inputStyle</code></a> now properly supports pasting on pre-Edge IE versions.</li>
  763. <li><a href="https://codemirror.net/5/mode/javascript">javascript mode</a>: Fix some small parsing bugs and improve TypeScript support.</li>
  764. <li><a href="https://codemirror.net/5/doc/manual.html#addon_matchbrackets">matchbrackets addon</a>: Fix bug where active highlighting was left in editor when the addon was disabled.</li>
  765. <li><a href="https://codemirror.net/5/doc/manual.html#addon_match-highlighter">match-highlighter addon</a>: Only start highlighting things when the editor gains focus.</li>
  766. <li><a href="https://codemirror.net/5/doc/manual.html#addon_javascript-hint">javascript-hint addon</a>: Also complete non-enumerable properties.</li>
  767. <li>The <a href="https://codemirror.net/5/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.</li>
  768. <li>MIME types that end in <code>+json</code> now default to the JSON mode when the MIME itself is not defined.</li>
  769. <li>The mode formerly known as Jade was renamed to <a href="https://codemirror.net/5/mode/pug">Pug</a>.</li>
  770. <li>The <a href="https://codemirror.net/5/mode/python">Python mode</a> now defaults to Python 3 (rather than 2) syntax.</li>
  771. </ul>
  772. <p class="rel">19-07-2016: <a href="https://codemirror.net/5/codemirror-5.17.0.zip">Version 5.17.0</a>:</p>
  773. <ul class="rel-note">
  774. <li>Fix problem with wrapped trailing whitespace displaying incorrectly.</li>
  775. <li>Prevent IME dialog from overlapping typed content in Chrome.</li>
  776. <li>Improve measuring of characters near a line wrap.</li>
  777. <li><a href="https://codemirror.net/5/mode/javascript">javascript mode</a>: Improve support for <code>async</code>, allow trailing commas in <code>import</code> lists.</li>
  778. <li><a href="https://codemirror.net/5/demo/vim.html">vim bindings</a>: Fix backspace in replace mode.</li>
  779. <li><a href="https://codemirror.net/5/demo/sublime.html">sublime bindings</a>: Fix some key bindings on OS X to match Sublime Text.</li>
  780. <li><a href="https://codemirror.net/5/mode/markdown">markdown mode</a>: Add more classes to image links in highlight-formatting mode.</li>
  781. </ul>
  782. <p class="rel">20-06-2016: <a href="https://codemirror.net/5/codemirror-5.16.0.zip">Version 5.16.0</a>:</p>
  783. <ul class="rel-note">
  784. <li>Fix glitches when dragging content caused by the drop indicator receiving mouse events.</li>
  785. <li>Make Control-drag work on Firefox.</li>
  786. <li>Make clicking or selection-dragging at the end of a wrapped line select the right position.</li>
  787. <li><a href="https://codemirror.net/5/doc/manual.html#addon_show-hint">show-hint addon</a>: Prevent widget scrollbar from hiding part of the hint text.</li>
  788. <li><a href="https://codemirror.net/5/doc/manual.html#addon_rulers">rulers addon</a>: Prevent rulers from forcing a horizontal editor scrollbar.</li>
  789. <li><a href="https://codemirror.net/5/doc/manual.html#addon_search">search addon</a>: Automatically bind search-related keys in persistent dialog.</li>
  790. <li><a href="https://codemirror.net/5/demo/sublime.html">sublime keymap</a>: Add a multi-cursor aware smart backspace binding.</li>
  791. </ul>
  792. <p class="rel">20-05-2016: <a href="https://codemirror.net/5/codemirror-5.15.2.zip">Version 5.15.2</a>:</p>
  793. <ul class="rel-note">
  794. <li>Fix a critical document corruption bug that occurs when a document is gradually grown.</li>
  795. </ul>
  796. <p class="rel">20-05-2016: <a href="https://codemirror.net/5/codemirror-5.15.0.zip">Version 5.15.0</a>:</p>
  797. <ul class="rel-note">
  798. <li>Fix bug that caused the selection to reset when focusing the editor in contentEditable input mode.</li>
  799. <li>Fix issue where not all ASCII control characters were being replaced by placeholders.</li>
  800. <li>Remove the assumption that all modes have a <code>startState</code> method from several wrapping modes.</li>
  801. <li>Fix issue where the editor would complain about overlapping collapsed ranges when there weren't any.</li>
  802. <li>Optimize document tree building when loading or pasting huge chunks of content.</li>
  803. <li>Explicitly bind Ctrl-O on OS X to make that binding (“open line”) act as expected.</li>
  804. <li>Pasting <a href="https://codemirror.net/5/doc/manual.html#option_lineWiseCopyCut">linewise-copied</a> content when there is no selection now inserts the lines above the current line.</li>
  805. <li><a href="https://codemirror.net/5/mode/markdown/">markdown mode</a>: Fix several issues in matching link targets.</li>
  806. <li><a href="https://codemirror.net/5/mode/clike/">clike mode</a>: Improve indentation of C++ template declarations.</li>
  807. <li><a href="https://codemirror.net/5/mode/javascript/">javascript mode</a>: Support <code>async</code>/<code>await</code> and improve support for TypeScript type syntax.</li>
  808. </ul>
  809. <p class="rel">20-04-2016: <a href="https://codemirror.net/5/codemirror-5.14.0.zip">Version 5.14.0</a>:</p>
  810. <ul class="rel-note">
  811. <li><a href="https://codemirror.net/5/doc/manual.html#posFromIndex"><code>posFromIndex</code></a> and <a href="https://codemirror.net/doc/manual.html#indexFromPos"><code>indexFromPos</code></a> now take <a href="https://codemirror.net/doc/manual.html#option_lineSeparator"><code>lineSeparator</code></a> into account</li>
  812. <li><a href="https://codemirror.net/5/demo/vim.html">vim bindings</a>: Only call <code>.save()</code> when it is actually available</li>
  813. <li><a href="https://codemirror.net/5/doc/manual.html#addon_comment">comment addon</a>: Be careful not to mangle multi-line strings</li>
  814. <li><a href="https://codemirror.net/5/mode/python/index.html">Python mode</a>: Improve distinguishing of decorators from <code>@</code> operators</li>
  815. <li><a href="https://codemirror.net/5/doc/manual.html#findMarks"><code>findMarks</code></a>: No longer return marks that touch but don't overlap given range</li>
  816. <li><a href="https://codemirror.net/5/demo/vim.html">vim bindings</a>: Add yank command</li>
  817. <li><a href="https://codemirror.net/5/doc/manual.html#addon_match-highlighter">match-highlighter addon</a>: Add <code>trim</code> option to disable ignoring of whitespace</li>
  818. <li><a href="https://codemirror.net/5/mode/powershell/index.html">PowerShell mode</a>: Added</li>
  819. <li><a href="https://codemirror.net/5/mode/yacas/index.html">Yacas mode</a>: Added</li>
  820. <li><a href="https://codemirror.net/5/mode/webidl/index.html">Web IDL mode</a>: Added</li>
  821. <li><a href="https://codemirror.net/5/mode/sas/index.html">SAS mode</a>: Added</li>
  822. <li><a href="https://codemirror.net/5/mode/mbox/index.html">mbox mode</a>: Added</li>
  823. <li>Full <a href="https://github.com/codemirror/CodeMirror/compare/5.13.4...5.14.0">list of patches</a></li>
  824. </ul>
  825. <p class="rel">21-03-2016: <a href="https://codemirror.net/5/codemirror-5.13.2.zip">Version 5.13.2</a>:</p>
  826. <ul class="rel-note">
  827. <li>Solves a problem where the gutter would sometimes not extend all the way to the end of the document.</li>
  828. </ul>
  829. <p class="rel">21-03-2016: <a href="https://codemirror.net/5/codemirror-5.13.zip">Version 5.13</a>:</p>
  830. <ul class="rel-note">
  831. <li>New DOM event forwarded: <a href="https://codemirror.net/5/doc/manual.html#event_dom"><code>&quot;dragleave&quot;</code></a>.</li>
  832. <li><a href="https://codemirror.net/5/mode/protobuf/index.html">protobuf mode</a>: Newly added.</li>
  833. <li>Fix problem where <a href="https://codemirror.net/5/doc/manual.html#findMarks"><code>findMarks</code></a> sometimes failed to find multi-line marks.</li>
  834. <li>Fix crash that showed up when atomic ranges and bidi text were combined.</li>
  835. <li><a href="https://codemirror.net/5/demo/complete.html">show-hint addon</a>: Completion widgets no longer close when the line indented or dedented.</li>
  836. <li><a href="https://codemirror.net/5/demo/merge.html">merge addon</a>: Fix bug when merging chunks at the end of the file.</li>
  837. <li><a href="https://codemirror.net/5/doc/manual.html#addon_placeholder">placeholder addon</a>: No longer gets confused by <a href="https://codemirror.net/doc/manual.html#swapDoc"><code>swapDoc</code></a>.</li>
  838. <li><a href="https://codemirror.net/5/doc/manual.html#addon_simplescrollbars">simplescrollbars addon</a>: Fix invalid state when deleting at end of document.</li>
  839. <li><a href="https://codemirror.net/5/mode/clike/index.html">clike mode</a>: No longer gets confused when a comment starts after an operator.</li>
  840. <li><a href="https://codemirror.net/5/mode/markdown/index.html">markdown mode</a>: Now supports CommonMark-style flexible list indentation.</li>
  841. <li><a href="https://codemirror.net/5/mode/dylan/index.html">dylan mode</a>: Several improvements and fixes.</li>
  842. <li>Full <a href="https://github.com/codemirror/CodeMirror/compare/5.12.0...5.13.0">list of patches</a></li>
  843. </ul>
  844. <p class="rel">19-02-2016: <a href="https://codemirror.net/5/codemirror-5.12.zip">Version 5.12</a>:</p>
  845. <ul class="rel-note">
  846. <li><a href="https://codemirror.net/5/demo/vim.html">Vim bindings</a>: Ctrl-Q is now an alias for Ctrl-V.</li>
  847. <li><a href="https://codemirror.net/5/demo/vim.html">Vim bindings</a>: The Vim API now exposes an <code>unmap</code> method to unmap bindings.</li>
  848. <li><a href="https://codemirror.net/5/demo/activeline.html">active-line addon</a>: This addon can now style the active line's gutter.</li>
  849. <li><a href="https://codemirror.net/5/mode/fcl/">FCL mode</a>: Newly added.</li>
  850. <li><a href="https://codemirror.net/5/mode/sql/">SQL mode</a>: Now has a Postgresql dialect.</li>
  851. <li>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.</li>
  852. <li>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.</li>
  853. <li>Solve a <a href="https://github.com/codemirror/CodeMirror/issues/3821">problem</a> where the horizontal scrollbar could hide text in Firefox.</li>
  854. <li>Fix a <a href="https://github.com/codemirror/CodeMirror/issues/3834">bug</a> that caused phantom scroll space under the text in some situations.</li>
  855. <li><a href="https://codemirror.net/5/demo/sublime.html">Sublime Text bindings</a>: Bind delete-line to Shift-Ctrl-K on OS X.</li>
  856. <li><a href="https://codemirror.net/5/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.</li>
  857. <li><a href="https://codemirror.net/5/mode/markdown/">Markdown mode</a>: Ignore backslashes in code fragments.</li>
  858. <li><a href="https://codemirror.net/5/mode/markdown/">Markdown mode</a>: Use whichever mode is registered as <code>text/html</code> to parse HTML.</li>
  859. <li><a href="https://codemirror.net/5/mode/clike/">Clike mode</a>: Improve indentation of Scala <code>=&gt;</code> functions.</li>
  860. <li><a href="https://codemirror.net/5/mode/python/">Python mode</a>: Improve indentation of bracketed code.</li>
  861. <li><a href="https://codemirror.net/5/mode/htmlmixed/">HTMLMixed mode</a>: Support multi-line opening tags for sub-languages (<code>&lt;script&gt;</code>, <code>&lt;style&gt;</code>, etc).</li>
  862. <li><a href="https://codemirror.net/5/mode/spreadsheet/">Spreadsheet mode</a>: Fix bug where the mode did not advance the stream when finding a backslash.</li>
  863. <li><a href="https://codemirror.net/5/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.</li>
  864. </ul>
  865. <p class="rel">20-01-2016: <a href="https://codemirror.net/5/codemirror-5.11.zip">Version 5.11</a>:</p>
  866. <ul class="rel-note">
  867. <li>New modes: <a href="../mode/jsx/index.html">JSX</a>, <a href="../mode/haskell-literate/index.html">literate Haskell</a></li>
  868. <li>The editor now forwards more <a href="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>
  869. <li>Fixes a bug where bookmarks next to collapsed spans were not rendered</li>
  870. <li>The <a href="../mode/swift/index.html">Swift</a> mode now supports auto-indentation</li>
  871. <li>Frontmatters in the <a href="../mode/yaml-frontmatter/index.html">YAML frontmatter</a> mode are now optional as intended</li>
  872. <li>Full <a href="https://github.com/codemirror/CodeMirror/compare/5.10.0...5.11.0">list of patches</a></li>
  873. </ul>
  874. <p class="rel">21-12-2015: <a href="https://codemirror.net/5/codemirror-5.10.zip">Version 5.10</a>:</p>
  875. <ul class="rel-note">
  876. <li>Modify the way <a href="manual.html#mark_atomic">atomic ranges</a> are skipped by selection to try and make it less surprising.</li>
  877. <li>The <a href="../mode/swift/index.html">Swift mode</a> was rewritten.</li>
  878. <li>New addon: <a href="manual.html#addon_jump-to-line">jump-to-line</a>.</li>
  879. <li>New method: <a href="manual.html#isReadOnly"><code>isReadOnly</code></a>.</li>
  880. <li>The <a href="manual.html#addon_show-hint">show-hint addon</a> now defaults to picking completions on single click.</li>
  881. <li>The object passed to <a href="manual.html#event_beforeSelectionChange"><code>&quot;beforeSelectionChange&quot;</code></a> events now has an <code>origin</code> property.</li>
  882. <li>New mode: <a href="../mode/crystal/index.html">Crystal</a>.</li>
  883. <li>Full <a href="https://github.com/codemirror/CodeMirror/compare/5.9.0...5.10.0">list of patches</a></li>
  884. </ul>
  885. <p class="rel">23-11-2015: <a href="https://codemirror.net/5/codemirror-5.9.zip">Version 5.9</a>:</p>
  886. <ul class="rel-note">
  887. <li>Improve the way overlay (OS X-style) scrollbars are handled</li>
  888. <li>Make <a href="manual.html#addon_annotatescrollbar">annotatescrollbar</a> and scrollpastend addons work properly together</li>
  889. <li>Make <a href="manual.html#addon_show-hint">show-hint</a> addon select options on single click by default, move selection to hovered item</li>
  890. <li>Properly fold comments that include block-comment-start markers</li>
  891. <li>Many small language mode fixes</li>
  892. <li>Full <a href="https://github.com/codemirror/CodeMirror/compare/5.8.0...5.9.0">list of patches</a></li>
  893. </ul>
  894. <p class="rel">20-10-2015: <a href="https://codemirror.net/5/codemirror-5.8.zip">Version 5.8</a>:</p>
  895. <ul class="rel-note">
  896. <li>Fixes an infinite loop in
  897. the <a href="manual.html#addon_hardwrap">hardwrap
  898. addon</a></li>
  899. <li>New modes: <a href="../mode/nsis/index.html">NSIS</a>, <a href="../mode/clike/index.html">Ceylon</a></li>
  900. <li>The Kotlin mode is now a <a href="../mode/clike/index.html">clike</a> dialect, rather than a stand-alone mode</li>
  901. <li>New option: <a href="manual.html#option_allowDropFileTypes"><code>allowDropFileTypes</code></a>. Binary files can no longer be dropped into CodeMirror</li>
  902. <li>New themes: <a href="../demo/theme.html#bespin">bespin</a>, <a href="../demo/theme.html#hopscotch">hopscotch</a>, <a href="../demo/theme.html#isotope">isotope</a>, <a href="../demo/theme.html#railscasts">railscasts</a></li>
  903. <li>Full <a href="https://github.com/codemirror/CodeMirror/compare/5.7.0...5.8.0">list of patches</a></li>
  904. </ul>
  905. <p class="rel">20-09-2015: <a href="https://codemirror.net/5/codemirror-5.7.zip">Version 5.7</a>:</p>
  906. <ul class="rel-note">
  907. <li>New modes: <a href="../mode/vue/index.html">Vue</a>, <a href="../mode/oz/index.html">Oz</a>, <a href="../mode/mscgen/index.html">MscGen</a> (and dialects), <a href="../mode/css/gss.html">Closure Stylesheets</a></li>
  908. <li>Implement <a href="http://commonmark.org">CommonMark</a>-style flexible list indent and cross-line code spans in <a href="../mode/markdown/index.html">Markdown</a> mode</li>
  909. <li>Add a replace-all button to the <a href="manual.html#addon_search">search addon</a>, and make the persistent search dialog transparent when it obscures the match</li>
  910. <li>Handle <code>async</code>/<code>await</code> and ocal and binary numbers in <a href="../mode/javascript/index.html">JavaScript mode</a></li>
  911. <li>Fix various issues with the <a href="../mode/haxe/index.html">Haxe mode</a></li>
  912. <li>Make the <a href="manual.html#addon_closebrackets">closebrackets addon</a> select only the wrapped text when wrapping selection in brackets</li>
  913. <li>Tokenize properties as properties in the <a href="../mode/coffeescript/index.html">CoffeeScript mode</a></li>
  914. <li>The <a href="manual.html#addon_placeholder">placeholder addon</a> now accepts a DOM node as well as a string placeholder</li>
  915. <li>Full <a href="https://github.com/codemirror/CodeMirror/compare/5.6.0...5.7.0">list of patches</a></li>
  916. </ul>
  917. <p class="rel">20-08-2015: <a href="https://codemirror.net/5/codemirror-5.6.zip">Version 5.6</a>:</p>
  918. <ul class="rel-note">
  919. <li>Fix bug where you could paste into a <code>readOnly</code> editor</li>
  920. <li>Show a cursor at the drop location when dragging over the editor</li>
  921. <li>The <a href="../mode/rust/index.html">Rust mode</a> was rewritten to handle modern Rust</li>
  922. <li>The editor and theme CSS was cleaned up. Some selectors are now less specific than before</li>
  923. <li>New theme: <a href="../demo/theme.html#abcdef">abcdef</a></li>
  924. <li>Lines longer than <a href="manual.html#option_maxHighlightLength"><code>maxHighlightLength</code></a> are now less likely to mess up indentation</li>
  925. <li>New addons: <a href="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>
  926. <li>The <a href="manual.html#addon_search"><code>search</code></a> addon now recognizes <code>\r</code> and <code>\n</code> in pattern and replacement input</li>
  927. <li>Full <a href="https://github.com/codemirror/CodeMirror/compare/5.5.0...5.6.0">list of patches</a></li>
  928. </ul>
  929. <p class="rel">20-07-2015: <a href="https://codemirror.net/5/codemirror-5.5.zip">Version 5.5</a>:</p>
  930. <ul class="rel-note">
  931. <li>New option: <a href="manual.html#option_lineSeparator"><code>lineSeparator</code></a> (with corresponding <a href="manual.html#lineSeparator">method</a>)
  932. <li>New themes: <a href="../demo/theme.html#dracula">dracula</a>, <a href="../demo/theme.html#seti">seti</a>, <a href="../demo/theme.html#yeti">yeti</a>, <a href="../demo/theme.html#material">material</a>, and <a href="../demo/theme.html#icecoder">icecoder</a></li>
  933. <li>New modes: <a href="../mode/brainfuck/index.html">Brainfuck</a>, <a href="../mode/vhdl/index.html">VHDL</a>, Squirrel (<a href="../mode/clike/index.html">clike</a> dialect)</li>
  934. <li>Define a <code>findPersistent</code> command in
  935. the <a href="../demo/search.html">search</a> addon, for a dialog
  936. that stays open as you cycle through matches</li>
  937. <li>From this release on, the NPM module doesn't include documentation and demos</li>
  938. <li>Full <a href="https://github.com/codemirror/CodeMirror/compare/5.4.0...5.5.0">list of patches</a></li>
  939. </ul>
  940. <p class="rel">25-06-2015: <a href="https://codemirror.net/5/codemirror-5.4.zip">Version 5.4</a>:</p>
  941. <ul class="rel-note">
  942. <li>New modes: <a href="../mode/twig/index.html">Twig</a>, <a href="../mode/elm/index.html">Elm</a>, <a href="../mode/factor/index.html">Factor</a>, <a href="../mode/swift/index.html">Swift</a></li>
  943. <li>Prefer clipboard API (if available) when pasting</li>
  944. <li>Refined definition highlighting in <a href="../mode/clike/index.html">clike</a> mode</li>
  945. <li>Full <a href="https://github.com/codemirror/CodeMirror/compare/5.3.0...5.4.0">list of patches</a></li>
  946. </ul>
  947. <p class="rel">20-05-2015: <a href="https://codemirror.net/5/codemirror-5.3.zip">Version 5.3</a>:</p>
  948. <ul class="rel-note">
  949. <li>Fix several regressions in the <a href="manual.html#addon_show-hint"><code>show-hint</code></a> addon (<code>completeSingle</code> option, <code>"shown"</code> and <code>"close"</code> events)</li>
  950. <li>The <a href="../demo/vim.html">vim mode</a> API was <a href="manual.html#vimapi">documented</a></li>
  951. <li>New modes: <a href="../mode/asn.1/index.html">ASN.1</a>, <a href="../mode/ttcn/index.html">TTCN</a>, and <a href="../mode/ttcn-cfg/index.html">TTCN-CFG</a></li>
  952. <li>The <a href="../mode/clike/index.html">clike</a> mode can now deep-indent <code>switch</code> statements, and roughly recognizes types and defined identifiers</li>
  953. <li>Full <a href="https://github.com/codemirror/CodeMirror/compare/5.2.0...5.3.0">list of patches</a></li>
  954. </ul>
  955. <p class="rel">20-04-2015: <a href="https://codemirror.net/5/codemirror-5.2.zip">Version 5.2</a>:</p>
  956. <ul class="rel-note">
  957. <li>Fix several race conditions
  958. in <a href="manual.html#addon_show-hint"><code>show-hint</code></a>'s
  959. asynchronous mode</li>
  960. <li>Fix backspace binding in <a href="../demo/sublime.html">Sublime bindings</a></li>
  961. <li>Change the way IME is handled in the <code>"textarea"</code> <a href="manual.html#option_inputStyle">input style</a></li>
  962. <li>New modes: <a href="../mode/mumps/index.html">MUMPS</a>, <a href="../mode/handlebars/index.html">Handlebars</a></li>
  963. <li>Rewritten modes: <a href="../mode/django/index.html">Django</a>, <a href="../mode/z80/index.html">Z80</a></li>
  964. <li>New theme: <a href="../demo/theme.html#liquibyte">Liquibyte</a></li>
  965. <li>New option: <a href="manual.html#option_lineWiseCopyCut"><code>lineWiseCopyCut</code></a></li>
  966. <li>The <a href="../demo/vim.html">Vim mode</a> now supports buffer-local options and the <code>filetype</code> setting</li>
  967. <li>Full <a href="https://github.com/codemirror/CodeMirror/compare/5.1.0...5.2.0">list of patches</a></li>
  968. </ul>
  969. <p class="rel">23-03-2015: <a href="https://codemirror.net/5/codemirror-5.1.zip">Version 5.1</a>:</p>
  970. <ul class="rel-note">
  971. <li>New modes: <a href="../mode/asciiarmor/index.html">ASCII armor</a> (PGP data), <a href="../mode/troff/index.html">Troff</a>, and <a href="../mode/cmake/index.html">CMake</a>.</li>
  972. <li>Remove SmartyMixed mode, rewrite <a href="../mode/smarty/index.html">Smarty</a> mode to supersede it.</li>
  973. <li>New commands in the <a href="manual.html#addon_merge">merge
  974. addon</a>: <code>goNextDiff</code> and <code>goPrevDiff</code>.</li>
  975. <li>The <a href="manual.html#addon_closebrackets">closebrackets addon</a> can now be configured per mode.</li>
  976. <li>Full <a href="https://github.com/codemirror/CodeMirror/compare/5.0.0...5.1.0">list of patches</a>.</li>
  977. </ul>
  978. <p class="rel">20-02-2015: <a href="https://codemirror.net/5/codemirror-5.0.zip">Version 5.0</a>:</p>
  979. <ul class="rel-note">
  980. <li>Experimental mobile support (tested on iOS, Android Chrome, stock Android browser)</li>
  981. <li>New option <a href="manual.html#option_inputStyle"><code>inputStyle</code></a> to switch between hidden textarea and contenteditable input.</li>
  982. <li>The <a href="manual.html#getInputField"><code>getInputField</code></a>
  983. method is no longer guaranteed to return a textarea.</li>
  984. <li>Full <a href="https://github.com/codemirror/CodeMirror/compare/4.13.0...5.0.0">list of patches</a>.</li>
  985. </ul>
  986. </section>
  987. <section id=v4 class=first>
  988. <h2>Version 4.x</h2>
  989. <p class="rel">20-02-2015: <a href="https://codemirror.net/5/codemirror-4.13.zip">Version 4.13</a>:</p>
  990. <ul class="rel-note">
  991. <li>Fix the way the <a href="../demo/closetag.html"><code>closetag</code></a> demo handles the slash character.</li>
  992. <li>New modes: <a href="../mode/forth/index.html">Forth</a>, <a href="../mode/stylus/index.html">Stylus</a>.</li>
  993. <li>Make the <a href="../mode/css/index.html">CSS mode</a> understand some modern CSS extensions.</li>
  994. <li>Have the <a href="../mode/clike/index.html">Scala mode</a> handle symbols and triple-quoted strings.</li>
  995. <li>Full <a href="https://github.com/codemirror/CodeMirror/compare/4.12.0...4.13.0">list of patches</a>.</li>
  996. </ul>
  997. <p class="rel">22-01-2015: <a href="https://codemirror.net/5/codemirror-4.12.zip">Version 4.12</a>:</p>
  998. <ul class="rel-note">
  999. <li>The <a href="manual.html#addon_closetag"><code>closetag</code></a>
  1000. addon now defines a <code>"closeTag"</code> command.</li>
  1001. <li>Adds a <code>findModeByFileName</code> to the <a href="manual.html#addon_meta">mode metadata</a>
  1002. addon.</li>
  1003. <li><a href="../demo/simplemode.html">Simple mode</a> rules can
  1004. now contain a <code>sol</code> property to only match at the start
  1005. of a line.</li>
  1006. <li>New
  1007. addon: <a href="manual.html#addon_selection-pointer"><code>selection-pointer</code></a>
  1008. to style the mouse cursor over the selection.</li>
  1009. <li>Improvements to the <a href="../mode/sass/index.html">Sass mode</a>'s indentation.</li>
  1010. <li>The <a href="../demo/vim.html">Vim keymap</a>'s search functionality now
  1011. supports <a href="manual.html#addon_matchesonscrollbar">scrollbar
  1012. annotation</a>.</li>
  1013. <li>Full <a href="https://github.com/codemirror/CodeMirror/compare/4.11.0...4.12.0">list of patches</a>.</li>
  1014. </ul>
  1015. <p class="rel">9-01-2015: <a href="https://codemirror.net/5/codemirror-4.11.zip">Version 4.11</a>:</p>
  1016. <p class="rel-note">Unfortunately, 4.10 did not take care of the
  1017. Firefox scrolling issue entirely. This release adds two more patches
  1018. to address that.</p>
  1019. <p class="rel">29-12-2014: <a href="https://codemirror.net/5/codemirror-4.10.zip">Version 4.10</a>:</p>
  1020. <p class="rel-note">Emergency single-patch update to 4.9. Fixes
  1021. Firefox-specific problem where the cursor could end up behind the
  1022. horizontal scrollbar.</p>
  1023. <p class="rel">23-12-2014: <a href="https://codemirror.net/5/codemirror-4.9.zip">Version 4.9</a>:</p>
  1024. <ul class="rel-note">
  1025. <li>Overhauled scroll bar handling.
  1026. Add pluggable <a href="../demo/simplescrollbars.html">scrollbar
  1027. implementations</a>.</li>
  1028. <li>Tweaked behavior for
  1029. the <a href="manual.html#addon_show-hint">completion addons</a> to
  1030. not take text after cursor into account.</li>
  1031. <li>Two new optional features in
  1032. the <a href="manual.html#addon_merge">merge addon</a>: aligning
  1033. editors, and folding unchanged text.</li>
  1034. <li>New
  1035. modes: <a href="../mode/dart/index.html">Dart</a>, <a href="../mode/ebnf/index.html">EBNF</a>, <a href="../mode/spreadsheet/index.html">spreadsheet</a>,
  1036. and <a href="../mode/soy/index.html">Soy</a>.</li>
  1037. <li>New <a href="../demo/panel.html">addon</a> to show persistent panels below/above an editor.</li>
  1038. <li>New themes: <a href="../demo/theme.html#zenburn">zenburn</a>
  1039. and <a href="../demo/theme.html#tomorrow-night-bright">tomorrow night
  1040. bright</a>.</li>
  1041. <li>Allow ctrl-click to clear existing cursors.</li>
  1042. <li>Full <a href="https://github.com/codemirror/CodeMirror/compare/4.8.0...4.9.0">list of patches</a>.</li>
  1043. </ul>
  1044. <p class="rel">22-11-2014: <a href="https://codemirror.net/5/codemirror-4.8.zip">Version 4.8</a>:</p>
  1045. <ul class="rel-note">
  1046. <li>Built-in support for <a href="manual.html#normalizeKeyMap">multi-stroke key bindings</a>.</li>
  1047. <li>New method: <a href="manual.html#getLineTokens"><code>getLineTokens</code></a>.</li>
  1048. <li>New modes: <a href="../mode/dockerfile/index.html">dockerfile</a>, <a href="../mode/idl/index.html">IDL</a>, <a href="../mode/clike/index.html">Objective C</a> (crude).</li>
  1049. <li>Support styling of gutter backgrounds, allow <code>"gutter"</code> styles in <a href="manual.html#addLineClass"><code>addLineClass</code></a>.</li>
  1050. <li>Many improvements to the <a href="../demo/vim.html">Vim mode</a>, rewritten visual mode.</li>
  1051. <li>Improvements to modes: <a href="../mode/gfm/index.html">gfm</a> (strikethrough), <a href="../mode/sparql/index.html">SPARQL</a> (version 1.1 support), and <a href="../mode/stex/index.html">sTeX</a> (no more runaway math mode).
  1052. <li>Full <a href="https://github.com/codemirror/CodeMirror/compare/4.7.0...4.8.0">list of patches</a>.</li>
  1053. </ul>
  1054. <p class="rel">20-10-2014: <a href="https://codemirror.net/5/codemirror-4.7.zip">Version 4.7</a>:</p>
  1055. <ul class="rel-note">
  1056. <li><strong>Incompatible</strong>:
  1057. The <a href="../demo/lint.html">lint addon</a> now passes the
  1058. editor's value as first argument to asynchronous lint functions,
  1059. for consistency. The editor is still passed, as fourth
  1060. argument.</li>
  1061. <li>Improved handling of unicode identifiers in modes for
  1062. languages that support them.</li>
  1063. <li>More mode
  1064. improvements: <a href="../mode/coffeescript/index.html">CoffeeScript</a>
  1065. (indentation), <a href="../mode/verilog/index.html">Verilog</a>
  1066. (indentation), <a href="../mode/clike/index.html">Scala</a>
  1067. (indentation, triple-quoted strings),
  1068. and <a href="../mode/php/index.html">PHP</a> (interpolated
  1069. variables in heredoc strings).</li>
  1070. <li>New modes: <a href="../mode/textile/index.html">Textile</a> and <a href="../mode/tornado/index.html">Tornado templates</a>.</li>
  1071. <li>Experimental new <a href="../demo/simplemode.html">way to define modes</a>.</li>
  1072. <li>Improvements to the <a href="../demo/vim.html">Vim
  1073. bindings</a>: Arbitrary insert mode key mappings are now possible,
  1074. and text objects are supported in visual mode.</li>
  1075. <li>The mode <a href="../mode/meta.js">meta-information file</a>
  1076. now includes information about file extensions,
  1077. and <a href="manual.html#addon_meta">helper
  1078. functions</a> <code>findModeByMIME</code>
  1079. and <code>findModeByExtension</code>.</li>
  1080. <li>New logo!</li>
  1081. <li>Full <a href="https://github.com/codemirror/CodeMirror/compare/4.6.0...4.7.0">list of patches</a>.</li>
  1082. </ul>
  1083. <p class="rel">19-09-2014: <a href="https://codemirror.net/5/codemirror-4.6.zip">Version 4.6</a>:</p>
  1084. <ul class="rel-note">
  1085. <li>New mode: <a href="../mode/modelica/index.html">Modelica</a></li>
  1086. <li>New method: <a href="manual.html#findWordAt"><code>findWordAt</code></a></li>
  1087. <li>Make it easier to <a href="../demo/markselection.html">use text background styling</a></li>
  1088. <li>Full <a href="https://github.com/codemirror/CodeMirror/compare/4.5.0...4.6.0">list of patches</a>.</li>
  1089. </ul>
  1090. <p class="rel">21-08-2014: <a href="https://codemirror.net/5/codemirror-4.5.zip">Version 4.5</a>:</p>
  1091. <ul class="rel-note">
  1092. <li>Fix several serious bugs with horizontal scrolling</li>
  1093. <li>New mode: <a href="../mode/slim/index.html">Slim</a></li>
  1094. <li>New command: <a href="manual.html#command_goLineLeftSmart"><code>goLineLeftSmart</code></a></li>
  1095. <li>More fixes and extensions for the <a href="../demo/vim.html">Vim</a> visual block mode</li>
  1096. <li>Full <a href="https://github.com/codemirror/CodeMirror/compare/4.4.0...4.5.0">list of patches</a>.</li>
  1097. </ul>
  1098. <p class="rel">21-07-2014: <a href="https://codemirror.net/5/codemirror-4.4.zip">Version 4.4</a>:</p>
  1099. <ul class="rel-note">
  1100. <li><strong>Note:</strong> Some events might now fire in slightly
  1101. different order (<code>"change"</code> is still guaranteed to fire
  1102. before <code>"cursorActivity"</code>)</li>
  1103. <li>Nested operations in multiple editors are now synced (complete
  1104. at same time, reducing DOM reflows)</li>
  1105. <li>Visual block mode for <a href="../demo/vim.html">vim</a> (&lt;C-v>) is nearly complete</li>
  1106. <li>New mode: <a href="../mode/kotlin/index.html">Kotlin</a></li>
  1107. <li>Better multi-selection paste for text copied from multiple CodeMirror selections</li>
  1108. <li>Full <a href="https://github.com/codemirror/CodeMirror/compare/4.3.0...4.4.0">list of patches</a>.</li>
  1109. </ul>
  1110. <p class="rel">23-06-2014: <a href="https://codemirror.net/5/codemirror-4.3.zip">Version 4.3</a>:</p>
  1111. <ul class="rel-note">
  1112. <li>Several <a href="../demo/vim.html">vim bindings</a>
  1113. improvements: search and exCommand history, global flag
  1114. for <code>:substitute</code>, <code>:global</code> command.
  1115. <li>Allow hiding the cursor by
  1116. setting <a href="manual.html#option_cursorBlinkRate"><code>cursorBlinkRate</code></a>
  1117. to a negative value.</li>
  1118. <li>Make gutter markers themeable, use this in foldgutter.</li>
  1119. <li>Full <a href="https://github.com/codemirror/CodeMirror/compare/4.2.0...4.3.0">list of patches</a>.</li>
  1120. </ul>
  1121. <p class="rel">19-05-2014: <a href="https://codemirror.net/5/codemirror-4.2.zip">Version 4.2</a>:</p>
  1122. <ul class="rel-note">
  1123. <li>Fix problem where some modes were broken by the fact that empty tokens were forbidden.</li>
  1124. <li>Several fixes to context menu handling.</li>
  1125. <li>On undo, scroll <em>change</em>, not cursor, into view.</li>
  1126. <li>Rewritten <a href="../mode/jade/index.html">Jade</a> mode.</li>
  1127. <li>Various improvements to <a href="../mode/shell/index.html">Shell</a> (support for more syntax) and <a href="../mode/python/index.html">Python</a> (better indentation) modes.</li>
  1128. <li>New mode: <a href="../mode/cypher/index.html">Cypher</a>.</li>
  1129. <li>New theme: <a href="../demo/theme.html#neo">Neo</a>.</li>
  1130. <li>Support direct styling options (color, line style, width) in the <a href="manual.html#addon_rulers">rulers</a> addon.</li>
  1131. <li>Recognize per-editor configuration for the <a href="manual.html#addon_show-hint">show-hint</a> and <a href="manual.html#addon_foldcode">foldcode</a> addons.</li>
  1132. <li>More intelligent scanning for existing close tags in <a href="manual.html#addon_closetag">closetag</a> addon.</li>
  1133. <li>In the <a href="../demo/vim.html">Vim bindings</a>: Fix bracket matching, support case conversion in visual mode, visual paste, append action.</li>
  1134. <li>Full <a href="https://github.com/codemirror/CodeMirror/compare/4.1.0...4.2.0">list of patches</a>.</li>
  1135. </ul>
  1136. <p class="rel">22-04-2014: <a href="https://codemirror.net/5/codemirror-4.1.zip">Version 4.1</a>:</p>
  1137. <ul class="rel-note">
  1138. <li><em>Slightly incompatible</em>:
  1139. The <a href="manual.html#event_cursorActivity"><code>"cursorActivity"</code></a>
  1140. event now fires after all other events for the operation (and only
  1141. for handlers that were actually registered at the time the
  1142. activity happened).</li>
  1143. <li>New command: <a href="manual.html#command_insertSoftTab"><code>insertSoftTab</code></a>.</li>
  1144. <li>New mode: <a href="../mode/django/index.html">Django</a>.</li>
  1145. <li>Improved modes: <a href="../mode/verilog/index.html">Verilog</a> (rewritten), <a href="../mode/jinja2/index.html">Jinja2</a>, <a href="../mode/haxe/index.html">Haxe</a>, <a href="../mode/php/index.html">PHP</a> (string interpolation highlighted), <a href="../mode/javascript/index.html">JavaScript</a> (indentation of trailing else, template strings), <a href="../mode/livescript/index.html">LiveScript</a> (multi-line strings).</li>
  1146. <li>Many small issues from the 3.x→4.x transition were found and fixed.</li>
  1147. <li>Full <a href="https://github.com/codemirror/CodeMirror/compare/4.0.3...4.1.0">list of patches</a>.</li>
  1148. </ul>
  1149. <p class="rel">20-03-2014: <a href="https://codemirror.net/5/codemirror-4.0.zip">Version 4.0</a>:</p>
  1150. <p class="rel-note">This is a new major version of CodeMirror. There
  1151. are a few <strong>incompatible</strong> changes in the API. Upgrade
  1152. with care, and read the <a href="upgrade_v4.html">upgrading
  1153. guide</a>.</p>
  1154. <ul class="rel-note">
  1155. <li>Multiple selections (ctrl-click, alt-drag, <a href="manual.html#setSelections">API</a>).</li>
  1156. <li>Sublime Text <a href="../demo/sublime.html">bindings</a>.</li>
  1157. <li><a href="manual.html#modloader">Module loader shims</a> wrapped around all modules.</li>
  1158. <li>Selection <a href="manual.html#command_undoSelection">undo</a>/<a href="manual.html#command_redoSelection">redo</a>.</li>
  1159. <li>Improved character measuring (faster, handles wrapped lines more robustly).</li>
  1160. <li>Full <a href="https://github.com/codemirror/CodeMirror/compare/3.23.0...4.0.3">list of patches</a>.</li>
  1161. </ul>
  1162. </section>
  1163. <section id=v3>
  1164. <h2>Version 3.x</h2>
  1165. <p class="rel">22-04-2014: <a href="https://codemirror.net/5/codemirror-3.24.zip">Version 3.24</a>:</p>
  1166. <p class="rel-note">Merges the improvements from 4.1 that could
  1167. easily be applied to the 3.x code. Also improves the way the editor
  1168. size is updated when line widgets change.</p>
  1169. <p class="rel">20-03-2014: <a href="https://codemirror.net/5/codemirror-3.23.zip">Version 3.23</a>:</p>
  1170. <ul class="rel-note">
  1171. <li>In the <a href="../mode/xml/index.html">XML mode</a>,
  1172. add <code>brackets</code> style to angle brackets, fix
  1173. case-sensitivity of tags for HTML.</li>
  1174. <li>New mode: <a href="../mode/dylan/index.html">Dylan</a>.</li>
  1175. <li>Many improvements to the <a href="../demo/vim.html">Vim bindings</a>.</li>
  1176. </ul>
  1177. <p class="rel">21-02-2014: <a href="https://codemirror.net/5/codemirror-3.22.zip">Version 3.22</a>:</p>
  1178. <ul class="rel-note">
  1179. <li>Adds the <a href="manual.html#findMarks"><code>findMarks</code></a> method.</li>
  1180. <li>New addons: <a href="manual.html#addon_rulers">rulers</a>, markdown-fold, yaml-lint.</li>
  1181. <li>New theme: <a href="../demo/theme.html#mdn-like">mdn-like</a>.</li>
  1182. <li>New mode: <a href="../mode/solr/index.html">Solr</a>.</li>
  1183. <li>Full <a href="https://github.com/codemirror/CodeMirror/compare/3.21.0...3.22.0">list of patches</a>.</li>
  1184. </ul>
  1185. <p class="rel">16-01-2014: <a href="https://codemirror.net/5/codemirror-3.21.zip">Version 3.21</a>:</p>
  1186. <ul class="rel-note">
  1187. <li>Auto-indenting a block will no longer add trailing whitespace to blank lines.</li>
  1188. <li>Marking text has a new option <a href="manual.html#markText"><code>clearWhenEmpty</code></a> to control auto-removal.</li>
  1189. <li>Several bugfixes in the handling of bidirectional text.</li>
  1190. <li>The <a href="../mode/xml/index.html">XML</a> and <a href="../mode/css/index.html">CSS</a> modes were largely rewritten. <a href="../mode/css/less.html">LESS</a> support was added to the CSS mode.</li>
  1191. <li>The OCaml mode was moved to an <a href="../mode/mllike/index.html">mllike</a> mode, F# support added.</li>
  1192. <li>Make it possible to fetch multiple applicable helper values with <a href="manual.html#getHelpers"><code>getHelpers</code></a>, and to register helpers matched on predicates with <a href="manual.html#registerGlobalHelper"><code>registerGlobalHelper</code></a>.</li>
  1193. <li>New theme <a href="../demo/theme.html#pastel-on-dark">pastel-on-dark</a>.</li>
  1194. <li>Better ECMAScript 6 support in <a href="../mode/javascript/index.html">JavaScript</a> mode.</li>
  1195. <li>Full <a href="https://github.com/codemirror/CodeMirror/compare/3.20.0...3.21.0">list of patches</a>.</li>
  1196. </ul>
  1197. <p class="rel">21-11-2013: <a href="https://codemirror.net/5/codemirror-3.20.zip">Version 3.20</a>:</p>
  1198. <ul class="rel-note">
  1199. <li>New modes: <a href="../mode/julia/index.html">Julia</a> and <a href="../mode/pegjs/index.html">PEG.js</a>.</li>
  1200. <li>Support ECMAScript 6 in the <a href="../mode/javascript/index.html">JavaScript mode</a>.</li>
  1201. <li>Improved indentation for the <a href="../mode/coffeescript/index.html">CoffeeScript mode</a>.</li>
  1202. <li>Make non-printable-character representation <a href="manual.html#option_specialChars">configurable</a>.</li>
  1203. <li>Add ‘notification’ functionality to <a href="manual.html#addon_dialog">dialog</a> addon.</li>
  1204. <li>Full <a href="https://github.com/codemirror/CodeMirror/compare/3.19.0...3.20.0">list of patches</a>.</li>
  1205. </ul>
  1206. <p class="rel">21-10-2013: <a href="https://codemirror.net/5/codemirror-3.19.zip">Version 3.19</a>:</p>
  1207. <ul class="rel-note">
  1208. <li>New modes: <a href="../mode/eiffel/index.html">Eiffel</a>, <a href="../mode/gherkin/index.html">Gherkin</a>, <a href="../mode/sql/?mime=text/x-mssql">MSSQL dialect</a>.</li>
  1209. <li>New addons: <a href="manual.html#addon_hardwrap">hardwrap</a>, <a href="manual.html#addon_sql-hint">sql-hint</a>.</li>
  1210. <li>New theme: <a href="../demo/theme.html#mbo">MBO</a>.</li>
  1211. <li>Add <a href="manual.html#token_style_line">support</a> for line-level styling from mode tokenizers.</li>
  1212. <li>Full <a href="https://github.com/codemirror/CodeMirror/compare/3.18.0...3.19.0">list of patches</a>.</li>
  1213. </ul>
  1214. <p class="rel">23-09-2013: <a href="https://codemirror.net/5/codemirror-3.18.zip">Version 3.18</a>:</p>
  1215. <p class="rel-note">Emergency release to fix a problem in 3.17
  1216. where <code>.setOption("lineNumbers", false)</code> would raise an
  1217. error.</p>
  1218. <p class="rel">23-09-2013: <a href="https://codemirror.net/5/codemirror-3.17.zip">Version 3.17</a>:</p>
  1219. <ul class="rel-note">
  1220. <li>New modes: <a href="../mode/fortran/index.html">Fortran</a>, <a href="../mode/octave/index.html">Octave</a> (Matlab), <a href="../mode/toml/index.html">TOML</a>, and <a href="../mode/dtd/index.html">DTD</a>.</li>
  1221. <li>New addons: <a href="../addon/lint/css-lint.js"><code>css-lint</code></a>, <a href="manual.html#addon_css-hint"><code>css-hint</code></a>.</li>
  1222. <li>Improve resilience to CSS 'frameworks' that globally mess up <code>box-sizing</code>.</li>
  1223. <li>Full <a href="https://github.com/codemirror/CodeMirror/compare/3.16.0...3.17.0">list of patches</a>.</li>
  1224. </ul>
  1225. <p class="rel">21-08-2013: <a href="https://codemirror.net/5/codemirror-3.16.zip">Version 3.16</a>:</p>
  1226. <ul class="rel-note">
  1227. <li>The whole codebase is now under a single <a href="../LICENSE">license</a> file.</li>
  1228. <li>The project page was overhauled and redesigned.</li>
  1229. <li>New themes: <a href="../demo/theme.html#paraiso-dark">Paraiso</a> (<a href="../demo/theme.html#paraiso-light">light</a>), <a href="../demo/theme.html#the-matrix">The Matrix</a>.</li>
  1230. <li>Improved interaction between themes and <a href="manual.html#addon_active-line">active-line</a>/<a href="manual.html#addon_matchbrackets">matchbrackets</a> addons.</li>
  1231. <li>New <a href="manual.html#addon_foldcode">folding</a> function <code>CodeMirror.fold.comment</code>.</li>
  1232. <li>Added <a href="manual.html#addon_fullscreen">fullscreen</a> addon.</li>
  1233. <li>Full <a href="https://github.com/codemirror/CodeMirror/compare/3.15.0...3.16.0">list of patches</a>.</li>
  1234. </ul>
  1235. <p class="rel">29-07-2013: <a href="https://codemirror.net/5/codemirror-3.15.zip">Version 3.15</a>:</p>
  1236. <ul class="rel-note">
  1237. <li>New modes: <a href="../mode/jade/index.html">Jade</a>, <a href="../mode/nginx/index.html">Nginx</a>.</li>
  1238. <li>New addons: <a href="../demo/tern.html">Tern</a>, <a href="manual.html#addon_matchtags">matchtags</a>, and <a href="manual.html#addon_foldgutter">foldgutter</a>.</li>
  1239. <li>Introduced <a href="manual.html#getHelper"><em>helper</em></a> concept (<a href="https://groups.google.com/forum/#!msg/codemirror/cOc0xvUUEUU/nLrX1-qnidgJ">context</a>).</li>
  1240. <li>New method: <a href="manual.html#getModeAt"><code>getModeAt</code></a>.</li>
  1241. <li>New themes: base16 <a href="../demo/theme.html#base16-dark">dark</a>/<a href="../demo/theme.html#base16-light">light</a>, 3024 <a href="../demo/theme.html#3024-night">dark</a>/<a href="../demo/theme.html#3024-day">light</a>, <a href="../demo/theme.html#tomorrow-night-eighties">tomorrow-night</a>.</li>
  1242. <li>Full <a href="https://github.com/codemirror/CodeMirror/compare/3.14.0...3.15.0">list of patches</a>.</li>
  1243. </ul>
  1244. <p class="rel">20-06-2013: <a href="https://codemirror.net/5/codemirror-3.14.zip">Version 3.14</a>:</p>
  1245. <ul class="rel-note">
  1246. <li>New
  1247. addons: <a href="manual.html#addon_trailingspace">trailing
  1248. space highlight</a>, <a href="manual.html#addon_xml-hint">XML
  1249. completion</a> (rewritten),
  1250. and <a href="manual.html#addon_merge">diff merging</a>.</li>
  1251. <li><a href="manual.html#markText"><code>markText</code></a>
  1252. and <a href="manual.html#addLineWidget"><code>addLineWidget</code></a>
  1253. now take a <code>handleMouseEvents</code> option.</li>
  1254. <li>New methods: <a href="manual.html#lineAtHeight"><code>lineAtHeight</code></a>,
  1255. <a href="manual.html#getTokenTypeAt"><code>getTokenTypeAt</code></a>.</li>
  1256. <li>More precise cleanness-tracking
  1257. using <a href="manual.html#changeGeneration"><code>changeGeneration</code></a>
  1258. and <a href="manual.html#isClean"><code>isClean</code></a>.</li>
  1259. <li>Many extensions to <a href="../demo/emacs.html">Emacs</a> mode
  1260. (prefixes, more navigation units, and more).</li>
  1261. <li>New
  1262. events <a href="manual.html#event_keyHandled"><code>"keyHandled"</code></a>
  1263. and <a href="manual.html#event_inputRead"><code>"inputRead"</code></a>.</li>
  1264. <li>Various improvements to <a href="../mode/ruby/index.html">Ruby</a>,
  1265. <a href="../mode/smarty/index.html">Smarty</a>, <a href="../mode/sql/index.html">SQL</a>,
  1266. and <a href="../demo/vim.html">Vim</a> modes.</li>
  1267. <li>Full <a href="https://github.com/codemirror/CodeMirror/compare/3.13.0...3.14.0">list of patches</a>.</li>
  1268. </ul>
  1269. <p class="rel">20-05-2013: <a href="https://codemirror.net/5/codemirror-3.13.zip">Version 3.13</a>:</p>
  1270. <ul class="rel-note">
  1271. <li>New modes: <a href="../mode/cobol/index.html">COBOL</a> and <a href="../mode/haml/index.html">HAML</a>.</li>
  1272. <li>New options: <a href="manual.html#option_cursorScrollMargin"><code>cursorScrollMargin</code></a> and <a href="manual.html#option_coverGutterNextToScrollbar"><code>coverGutterNextToScrollbar</code></a>.</li>
  1273. <li>New addon: <a href="manual.html#addon_comment">commenting</a>.</li>
  1274. <li>More features added to the <a href="../demo/vim.html">Vim keymap</a>.</li>
  1275. <li>Full <a href="https://github.com/codemirror/CodeMirror/compare/v3.12...3.13.0">list of patches</a>.</li>
  1276. </ul>
  1277. <p class="rel">19-04-2013: <a href="https://codemirror.net/5/codemirror-3.12.zip">Version 3.12</a>:</p>
  1278. <ul class="rel-note">
  1279. <li>New mode: <a href="../mode/gas/index.html">GNU assembler</a>.</li>
  1280. <li>New
  1281. options: <a href="manual.html#option_maxHighlightLength"><code>maxHighlightLength</code></a>
  1282. and <a href="manual.html#option_historyEventDelay"><code>historyEventDelay</code></a>.</li>
  1283. <li>Added <a href="manual.html#mark_addToHistory"><code>addToHistory</code></a>
  1284. option for <code>markText</code>.</li>
  1285. <li>Various fixes to JavaScript tokenization and indentation corner cases.</li>
  1286. <li>Further improvements to the vim mode.</li>
  1287. <li>Full <a href="https://github.com/codemirror/CodeMirror/compare/v3.11...v3.12">list of patches</a>.</li>
  1288. </ul>
  1289. <p class="rel">20-03-2013: <a href="https://codemirror.net/5/codemirror-3.11.zip">Version 3.11</a>:</p>
  1290. <ul class="rel-note">
  1291. <li><strong>Removed code:</strong> <code>collapserange</code>,
  1292. <code>formatting</code>, and <code>simple-hint</code>
  1293. addons. <code>plsql</code> and <code>mysql</code> modes
  1294. (use <a href="../mode/sql/index.html"><code>sql</code></a> mode).</li>
  1295. <li><strong>Moved code:</strong> the range-finding functions for folding now have <a href="../addon/fold/">their own files</a>.</li>
  1296. <li><strong>Changed interface:</strong>
  1297. the <a href="manual.html#addon_continuecomment"><code>continuecomment</code></a>
  1298. addon now exposes an option, rather than a command.</li>
  1299. <li>New
  1300. modes: <a href="../mode/css/scss.html">SCSS</a>, <a href="../mode/tcl/index.html">Tcl</a>, <a href="../mode/livescript/index.html">LiveScript</a>,
  1301. and <a href="../mode/mirc/index.html">mIRC</a>.</li>
  1302. <li>New addons: <a href="../demo/placeholder.html"><code>placeholder</code></a>, <a href="../demo/html5complete.html">HTML completion</a>.</li>
  1303. <li>New
  1304. methods: <a href="manual.html#hasFocus"><code>hasFocus</code></a>, <a href="manual.html#defaultCharWidth"><code>defaultCharWidth</code></a>.</li>
  1305. <li>New events: <a href="manual.html#event_beforeCursorEnter"><code>beforeCursorEnter</code></a>, <a href="manual.html#event_renderLine"><code>renderLine</code></a>.</li>
  1306. <li>Many improvements to the <a href="manual.html#addon_show-hint"><code>show-hint</code></a> completion
  1307. dialog addon.</li>
  1308. <li>Tweak behavior of by-word cursor motion.</li>
  1309. <li>Further improvements to the <a href="../demo/vim.html">vim mode</a>.</li>
  1310. <li>Full <a href="https://github.com/codemirror/CodeMirror/compare/v3.1...v3.11">list of patches</a>.</li>
  1311. </ul>
  1312. <p class="rel">21-02-2013: <a href="https://codemirror.net/5/codemirror-3.1.zip">Version 3.1</a>:</p>
  1313. <ul class="rel-note">
  1314. <li><strong>Incompatible:</strong> key handlers may
  1315. now <em>return</em>, rather
  1316. than <em>throw</em> <code>CodeMirror.Pass</code> to signal they
  1317. didn't handle the key.</li>
  1318. <li>Make documents a <a href="manual.html#api_doc">first-class
  1319. construct</a>, support split views and subviews.</li>
  1320. <li>Add a <a href="manual.html#addon_show-hint">new module</a>
  1321. for showing completion hints.
  1322. Deprecate <code>simple-hint.js</code>.</li>
  1323. <li>Extend <a href="../mode/htmlmixed/index.html">htmlmixed mode</a>
  1324. to allow custom handling of script types.</li>
  1325. <li>Support an <code>insertLeft</code> option
  1326. to <a href="manual.html#setBookmark"><code>setBookmark</code></a>.</li>
  1327. <li>Add an <a href="manual.html#eachLine"><code>eachLine</code></a>
  1328. method to iterate over a document.</li>
  1329. <li>New addon modules: <a href="../demo/markselection.html">selection
  1330. marking</a>, <a href="../demo/lint.html">linting</a>,
  1331. and <a href="../demo/closebrackets.html">automatic bracket
  1332. closing</a>.</li>
  1333. <li>Add <a href="manual.html#event_beforeChange"><code>"beforeChange"</code></a>
  1334. and <a href="manual.html#event_beforeSelectionChange"><code>"beforeSelectionChange"</code></a>
  1335. events.</li>
  1336. <li>Add <a href="manual.html#event_hide"><code>"hide"</code></a>
  1337. and <a href="manual.html#event_unhide"><code>"unhide"</code></a>
  1338. events to marked ranges.</li>
  1339. <li>Fix <a href="manual.html#coordsChar"><code>coordsChar</code></a>'s
  1340. interpretation of its argument to match the documentation.</li>
  1341. <li>New modes: <a href="../mode/turtle/index.html">Turtle</a>
  1342. and <a href="../mode/q/index.html">Q</a>.</li>
  1343. <li>Further improvements to the <a href="../demo/vim.html">vim mode</a>.</li>
  1344. <li>Full <a href="https://github.com/codemirror/CodeMirror/compare/v3.01...v3.1">list of patches</a>.</li>
  1345. </ul>
  1346. <p class="rel">25-01-2013: <a href="https://codemirror.net/5/codemirror-3.02.zip">Version 3.02</a>:</p>
  1347. <p class="rel-note">Single-bugfix release. Fixes a problem that
  1348. prevents CodeMirror instances from being garbage-collected after
  1349. they become unused.</p>
  1350. <p class="rel">21-01-2013: <a href="https://codemirror.net/5/codemirror-3.01.zip">Version 3.01</a>:</p>
  1351. <ul class="rel-note">
  1352. <li>Move all add-ons into an organized directory structure
  1353. under <a href="../addon/"><code>/addon</code></a>. <strong>You might have to adjust your
  1354. paths.</strong></li>
  1355. <li>New
  1356. modes: <a href="../mode/d/index.html">D</a>, <a href="../mode/sass/index.html">Sass</a>, <a href="../mode/apl/index.html">APL</a>, <a href="../mode/sql/index.html">SQL</a>
  1357. (configurable), and <a href="../mode/asterisk/index.html">Asterisk</a>.</li>
  1358. <li>Several bugfixes in right-to-left text support.</li>
  1359. <li>Add <a href="manual.html#option_rtlMoveVisually"><code>rtlMoveVisually</code></a> option.</li>
  1360. <li>Improvements to vim keymap.</li>
  1361. <li>Add built-in (lightweight) <a href="manual.html#addOverlay">overlay mode</a> support.</li>
  1362. <li>Support <code>showIfHidden</code> option for <a href="manual.html#addLineWidget">line widgets</a>.</li>
  1363. <li>Add simple <a href="manual.html#addon_python-hint">Python hinter</a>.</li>
  1364. <li>Bring back the <a href="manual.html#option_fixedGutter"><code>fixedGutter</code></a> option.</li>
  1365. <li>Full <a href="https://github.com/codemirror/CodeMirror/compare/v3.0...v3.01">list of patches</a>.</li>
  1366. </ul>
  1367. <p class="rel">10-12-2012: <a href="https://codemirror.net/5/codemirror-3.0.zip">Version 3.0</a>:</p>
  1368. <p class="rel-note"><strong>New major version</strong>. Only
  1369. partially backwards-compatible. See
  1370. the <a href="upgrade_v3.html">upgrading guide</a> for more
  1371. information. Changes since release candidate 2:</p>
  1372. <ul class="rel-note">
  1373. <li>Rewritten VIM mode.</li>
  1374. <li>Fix a few minor scrolling and sizing issues.</li>
  1375. <li>Work around Safari segfault when dragging.</li>
  1376. <li>Full <a href="https://github.com/codemirror/CodeMirror/compare/v3.0rc2...v3.0">list of patches</a>.</li>
  1377. </ul>
  1378. <p class="rel">20-11-2012: <a href="https://codemirror.net/5/codemirror-3.0rc2.zip">Version 3.0, release candidate 2</a>:</p>
  1379. <ul class="rel-note">
  1380. <li>New mode: <a href="../mode/http/index.html">HTTP</a>.</li>
  1381. <li>Improved handling of selection anchor position.</li>
  1382. <li>Improve IE performance on longer lines.</li>
  1383. <li>Reduce gutter glitches during horiz. scrolling.</li>
  1384. <li>Add <a href="manual.html#addKeyMap"><code>addKeyMap</code></a> and <a href="manual.html#removeKeyMap"><code>removeKeyMap</code></a> methods.</li>
  1385. <li>Rewrite <code>formatting</code> and <code>closetag</code> add-ons.</li>
  1386. <li>Full <a href="https://github.com/codemirror/CodeMirror/compare/v3.0rc1...v3.0rc2">list of patches</a>.</li>
  1387. </ul>
  1388. <p class="rel">20-11-2012: <a href="https://codemirror.net/5/codemirror-3.0rc1.zip">Version 3.0, release candidate 1</a>:</p>
  1389. <ul class="rel-note">
  1390. <li>New theme: <a href="../demo/theme.html#solarized%20light">Solarized</a>.</li>
  1391. <li>Introduce <a href="manual.html#addLineClass"><code>addLineClass</code></a>
  1392. and <a href="manual.html#removeLineClass"><code>removeLineClass</code></a>,
  1393. drop <code>setLineClass</code>.</li>
  1394. <li>Add a <em>lot</em> of
  1395. new <a href="manual.html#markText">options for marked text</a>
  1396. (read-only, atomic, collapsed, widget replacement).</li>
  1397. <li>Remove the old code folding interface in favour of these new ranges.</li>
  1398. <li>Add <a href="manual.html#isClean"><code>isClean</code></a>/<a href="manual.html#markClean"><code>markClean</code></a> methods.</li>
  1399. <li>Remove <code>compoundChange</code> method, use better undo-event-combining heuristic.</li>
  1400. <li>Improve scrolling performance smoothness.</li>
  1401. <li>Full <a href="https://github.com/codemirror/CodeMirror/compare/v3.0beta2...v3.0rc1">list of patches</a>.</li>
  1402. </ul>
  1403. <p class="rel">22-10-2012: <a href="https://codemirror.net/5/codemirror-3.0beta2.zip">Version 3.0, beta 2</a>:</p>
  1404. <ul class="rel-note">
  1405. <li>Fix page-based coordinate computation.</li>
  1406. <li>Fix firing of <a href="manual.html#event_gutterClick"><code>gutterClick</code></a> event.</li>
  1407. <li>Add <a href="manual.html#option_cursorHeight"><code>cursorHeight</code></a> option.</li>
  1408. <li>Fix bi-directional text regression.</li>
  1409. <li>Add <a href="manual.html#option_viewportMargin"><code>viewportMargin</code></a> option.</li>
  1410. <li>Directly handle mousewheel events (again, hopefully better).</li>
  1411. <li>Make vertical cursor movement more robust (through widgets, big line gaps).</li>
  1412. <li>Add <a href="manual.html#option_flattenSpans"><code>flattenSpans</code></a> option.</li>
  1413. <li>Many optimizations. Poor responsiveness should be fixed.</li>
  1414. <li>Initialization in hidden state works again.</li>
  1415. <li>Full <a href="https://github.com/codemirror/CodeMirror/compare/v3.0beta1...v3.0beta2">list of patches</a>.</li>
  1416. </ul>
  1417. <p class="rel">19-09-2012: <a href="https://codemirror.net/5/codemirror-3.0beta1.zip">Version 3.0, beta 1</a>:</p>
  1418. <ul class="rel-note">
  1419. <li>Bi-directional text support.</li>
  1420. <li>More powerful gutter model.</li>
  1421. <li>Support for arbitrary text/widget height.</li>
  1422. <li>In-line widgets.</li>
  1423. <li>Generalized event handling.</li>
  1424. </ul>
  1425. </section>
  1426. <section id=v2>
  1427. <h2>Version 2.x</h2>
  1428. <p class="rel">21-01-2013: <a href="https://codemirror.net/5/codemirror-2.38.zip">Version 2.38</a>:</p>
  1429. <p class="rel-note">Integrate some bugfixes, enhancements to the vim keymap, and new
  1430. modes
  1431. (<a href="../mode/d/index.html">D</a>, <a href="../mode/sass/index.html">Sass</a>, <a href="../mode/apl/index.html">APL</a>)
  1432. from the v3 branch.</p>
  1433. <p class="rel">20-12-2012: <a href="https://codemirror.net/5/codemirror-2.37.zip">Version 2.37</a>:</p>
  1434. <ul class="rel-note">
  1435. <li>New mode: <a href="../mode/sql/index.html">SQL</a> (will replace <a href="../mode/plsql/index.html">plsql</a> and <a href="../mode/mysql/index.html">mysql</a> modes).</li>
  1436. <li>Further work on the new VIM mode.</li>
  1437. <li>Fix Cmd/Ctrl keys on recent Operas on OS X.</li>
  1438. <li>Full <a href="https://github.com/codemirror/CodeMirror/compare/v2.36...v2.37">list of patches</a>.</li>
  1439. </ul>
  1440. <p class="rel">20-11-2012: <a href="https://codemirror.net/5/codemirror-2.36.zip">Version 2.36</a>:</p>
  1441. <ul class="rel-note">
  1442. <li>New mode: <a href="../mode/z80/index.html">Z80 assembly</a>.</li>
  1443. <li>New theme: <a href="../demo/theme.html#twilight">Twilight</a>.</li>
  1444. <li>Add command-line compression helper.</li>
  1445. <li>Make <a href="manual.html#scrollIntoView"><code>scrollIntoView</code></a> public.</li>
  1446. <li>Add <a href="manual.html#defaultTextHeight"><code>defaultTextHeight</code></a> method.</li>
  1447. <li>Various extensions to the vim keymap.</li>
  1448. <li>Make <a href="../mode/php/index.html">PHP mode</a> build on <a href="../mode/htmlmixed/index.html">mixed HTML mode</a>.</li>
  1449. <li>Add <a href="manual.html#addon_continuecomment">comment-continuing</a> add-on.</li>
  1450. <li>Full <a href="../https://github.com/codemirror/CodeMirror/compare/v2.35...v2.36">list of patches</a>.</li>
  1451. </ul>
  1452. <p class="rel">22-10-2012: <a href="https://codemirror.net/5/codemirror-2.35.zip">Version 2.35</a>:</p>
  1453. <ul class="rel-note">
  1454. <li>New (sub) mode: <a href="../mode/javascript/typescript.html">TypeScript</a>.</li>
  1455. <li>Don't overwrite (insert key) when pasting.</li>
  1456. <li>Fix several bugs in <a href="manual.html#markText"><code>markText</code></a>/undo interaction.</li>
  1457. <li>Better indentation of JavaScript code without semicolons.</li>
  1458. <li>Add <a href="manual.html#defineInitHook"><code>defineInitHook</code></a> function.</li>
  1459. <li>Full <a href="https://github.com/codemirror/CodeMirror/compare/v2.34...v2.35">list of patches</a>.</li>
  1460. </ul>
  1461. <p class="rel">19-09-2012: <a href="https://codemirror.net/5/codemirror-2.34.zip">Version 2.34</a>:</p>
  1462. <ul class="rel-note">
  1463. <li>New mode: <a href="../mode/commonlisp/index.html">Common Lisp</a>.</li>
  1464. <li>Fix right-click select-all on most browsers.</li>
  1465. <li>Change the way highlighting happens:<br>&nbsp; Saves memory and CPU cycles.<br>&nbsp; <code>compareStates</code> is no longer needed.<br>&nbsp; <code>onHighlightComplete</code> no longer works.</li>
  1466. <li>Integrate mode (Markdown, XQuery, CSS, sTex) tests in central testsuite.</li>
  1467. <li>Add a <a href="manual.html#version"><code>CodeMirror.version</code></a> property.</li>
  1468. <li>More robust handling of nested modes in <a href="../demo/formatting.html">formatting</a> and <a href="../demo/closetag.html">closetag</a> plug-ins.</li>
  1469. <li>Un/redo now preserves <a href="manual.html#markText">marked text</a> and bookmarks.</li>
  1470. <li><a href="https://github.com/codemirror/CodeMirror/compare/v2.33...v2.34">Full list</a> of patches.</li>
  1471. </ul>
  1472. <p class="rel">23-08-2012: <a href="https://codemirror.net/5/codemirror-2.33.zip">Version 2.33</a>:</p>
  1473. <ul class="rel-note">
  1474. <li>New mode: <a href="../mode/sieve/index.html">Sieve</a>.</li>
  1475. <li>New <a href="manual.html#getViewport"><code>getViewPort</code></a> and <a href="manual.html#option_onViewportChange"><code>onViewportChange</code></a> API.</li>
  1476. <li><a href="manual.html#option_cursorBlinkRate">Configurable</a> cursor blink rate.</li>
  1477. <li>Make binding a key to <code>false</code> disabling handling (again).</li>
  1478. <li>Show non-printing characters as red dots.</li>
  1479. <li>More tweaks to the scrolling model.</li>
  1480. <li>Expanded testsuite. Basic linter added.</li>
  1481. <li>Remove most uses of <code>innerHTML</code>. Remove <code>CodeMirror.htmlEscape</code>.</li>
  1482. <li><a href="https://github.com/codemirror/CodeMirror/compare/v2.32...v2.33">Full list</a> of patches.</li>
  1483. </ul>
  1484. <p class="rel">23-07-2012: <a href="https://codemirror.net/5/codemirror-2.32.zip">Version 2.32</a>:</p>
  1485. <p class="rel-note">Emergency fix for a bug where an editor with
  1486. line wrapping on IE will break when there is <em>no</em>
  1487. scrollbar.</p>
  1488. <p class="rel">20-07-2012: <a href="https://codemirror.net/5/codemirror-2.31.zip">Version 2.31</a>:</p>
  1489. <ul class="rel-note">
  1490. <li>New modes: <a href="../mode/ocaml/index.html">OCaml</a>, <a href="../mode/haxe/index.html">Haxe</a>, and <a href="../mode/vb/index.html">VB.NET</a>.</li>
  1491. <li>Several fixes to the new scrolling model.</li>
  1492. <li>Add a <a href="manual.html#setSize"><code>setSize</code></a> method for programmatic resizing.</li>
  1493. <li>Add <a href="manual.html#getHistory"><code>getHistory</code></a> and <a href="manual.html#setHistory"><code>setHistory</code></a> methods.</li>
  1494. <li>Allow custom line separator string in <a href="manual.html#getValue"><code>getValue</code></a> and <a href="manual.html#getRange"><code>getRange</code></a>.</li>
  1495. <li>Support double- and triple-click drag, double-clicking whitespace.</li>
  1496. <li>And more... <a href="https://github.com/codemirror/CodeMirror/compare/v2.3...v2.31">(all patches)</a></li>
  1497. </ul>
  1498. <p class="rel">22-06-2012: <a href="https://codemirror.net/5/codemirror-2.3.zip">Version 2.3</a>:</p>
  1499. <ul class="rel-note">
  1500. <li><strong>New scrollbar implementation</strong>. Should flicker less. Changes DOM structure of the editor.</li>
  1501. <li>New theme: <a href="../demo/theme.html#vibrant-ink">vibrant-ink</a>.</li>
  1502. <li>Many extensions to the VIM keymap (including text objects).</li>
  1503. <li>Add <a href="../demo/multiplex.html">mode-multiplexing</a> utility script.</li>
  1504. <li>Fix bug where right-click paste works in read-only mode.</li>
  1505. <li>Add a <a href="manual.html#getScrollInfo"><code>getScrollInfo</code></a> method.</li>
  1506. <li>Lots of other <a href="https://github.com/codemirror/CodeMirror/compare/v2.25...v2.3">fixes</a>.</li>
  1507. </ul>
  1508. <p class="rel">23-05-2012: <a href="https://codemirror.net/5/codemirror-2.25.zip">Version 2.25</a>:</p>
  1509. <ul class="rel-note">
  1510. <li>New mode: <a href="../mode/erlang/index.html">Erlang</a>.</li>
  1511. <li><strong>Remove xmlpure mode</strong> (use <a href="../mode/xml/index.html">xml.js</a>).</li>
  1512. <li>Fix line-wrapping in Opera.</li>
  1513. <li>Fix X Windows middle-click paste in Chrome.</li>
  1514. <li>Fix bug that broke pasting of huge documents.</li>
  1515. <li>Fix backspace and tab key repeat in Opera.</li>
  1516. </ul>
  1517. <p class="rel">23-04-2012: <a href="https://codemirror.net/5/codemirror-2.24.zip">Version 2.24</a>:</p>
  1518. <ul class="rel-note">
  1519. <li><strong>Drop support for Internet Explorer 6</strong>.</li>
  1520. <li>New
  1521. modes: <a href="../mode/shell/index.html">Shell</a>, <a href="../mode/tiki/index.html">Tiki
  1522. wiki</a>, <a href="../mode/pig/index.html">Pig Latin</a>.</li>
  1523. <li>New themes: <a href="../demo/theme.html#ambiance">Ambiance</a>, <a href="../demo/theme.html#blackboard">Blackboard</a>.</li>
  1524. <li>More control over drag/drop
  1525. with <a href="manual.html#option_dragDrop"><code>dragDrop</code></a>
  1526. and <a href="manual.html#option_onDragEvent"><code>onDragEvent</code></a>
  1527. options.</li>
  1528. <li>Make HTML mode a bit less pedantic.</li>
  1529. <li>Add <a href="manual.html#compoundChange"><code>compoundChange</code></a> API method.</li>
  1530. <li>Several fixes in undo history and line hiding.</li>
  1531. <li>Remove (broken) support for <code>catchall</code> in key maps,
  1532. add <code>nofallthrough</code> boolean field instead.</li>
  1533. </ul>
  1534. <p class="rel">26-03-2012: <a href="https://codemirror.net/5/codemirror-2.23.zip">Version 2.23</a>:</p>
  1535. <ul class="rel-note">
  1536. <li>Change <strong>default binding for tab</strong> <a href="javascript:void(document.getElementById('tabbinding').style.display='')">[more]</a>
  1537. <div style="display: none" id=tabbinding>
  1538. Starting in 2.23, these bindings are default:
  1539. <ul><li>Tab: Insert tab character</li>
  1540. <li>Shift-tab: Reset line indentation to default</li>
  1541. <li>Ctrl/Cmd-[: Reduce line indentation (old tab behaviour)</li>
  1542. <li>Ctrl/Cmd-]: Increase line indentation (old shift-tab behaviour)</li>
  1543. </ul>
  1544. </div>
  1545. </li>
  1546. <li>New modes: <a href="../mode/xquery/index.html">XQuery</a> and <a href="../mode/vbscript/index.html">VBScript</a>.</li>
  1547. <li>Two new themes: <a href="../mode/less/index.html">lesser-dark</a> and <a href="../mode/xquery/index.html">xq-dark</a>.</li>
  1548. <li>Differentiate between background and text styles in <a href="manual.html#setLineClass"><code>setLineClass</code></a>.</li>
  1549. <li>Fix drag-and-drop in IE9+.</li>
  1550. <li>Extend <a href="manual.html#charCoords"><code>charCoords</code></a>
  1551. and <a href="manual.html#cursorCoords"><code>cursorCoords</code></a> with a <code>mode</code> argument.</li>
  1552. <li>Add <a href="manual.html#option_autofocus"><code>autofocus</code></a> option.</li>
  1553. <li>Add <a href="manual.html#findMarksAt"><code>findMarksAt</code></a> method.</li>
  1554. </ul>
  1555. <p class="rel">27-02-2012: <a href="https://codemirror.net/5/codemirror-2.22.zip">Version 2.22</a>:</p>
  1556. <ul class="rel-note">
  1557. <li>Allow <a href="manual.html#keymaps">key handlers</a> to pass up events, allow binding characters.</li>
  1558. <li>Add <a href="manual.html#option_autoClearEmptyLines"><code>autoClearEmptyLines</code></a> option.</li>
  1559. <li>Properly use tab stops when rendering tabs.</li>
  1560. <li>Make PHP mode more robust.</li>
  1561. <li>Support indentation blocks in <a href="manual.html#addon_foldcode">code folder</a>.</li>
  1562. <li>Add a script for <a href="manual.html#addon_match-highlighter">highlighting instances of the selection</a>.</li>
  1563. <li>New <a href="../mode/properties/index.html">.properties</a> mode.</li>
  1564. <li>Fix many bugs.</li>
  1565. </ul>
  1566. <p class="rel">27-01-2012: <a href="https://codemirror.net/5/codemirror-2.21.zip">Version 2.21</a>:</p>
  1567. <ul class="rel-note">
  1568. <li>Added <a href="../mode/less/index.html">LESS</a>, <a href="../mode/mysql/index.html">MySQL</a>,
  1569. <a href="../mode/go/index.html">Go</a>, and <a href="../mode/verilog/index.html">Verilog</a> modes.</li>
  1570. <li>Add <a href="manual.html#option_smartIndent"><code>smartIndent</code></a>
  1571. option.</li>
  1572. <li>Support a cursor in <a href="manual.html#option_readOnly"><code>readOnly</code></a>-mode.</li>
  1573. <li>Support assigning multiple styles to a token.</li>
  1574. <li>Use a new approach to drawing the selection.</li>
  1575. <li>Add <a href="manual.html#scrollTo"><code>scrollTo</code></a> method.</li>
  1576. <li>Allow undo/redo events to span non-adjacent lines.</li>
  1577. <li>Lots and lots of bugfixes.</li>
  1578. </ul>
  1579. <p class="rel">20-12-2011: <a href="https://codemirror.net/5/codemirror-2.2.zip">Version 2.2</a>:</p>
  1580. <ul class="rel-note">
  1581. <li>Slightly incompatible API changes. Read <a href="upgrade_v2.2.html">this</a>.</li>
  1582. <li>New approach
  1583. to <a href="manual.html#option_extraKeys">binding</a> keys,
  1584. support for <a href="manual.html#option_keyMap">custom
  1585. bindings</a>.</li>
  1586. <li>Support for overwrite (insert).</li>
  1587. <li><a href="manual.html#option_tabSize">Custom-width</a>
  1588. and <a href="../demo/visibletabs.html">styleable</a> tabs.</li>
  1589. <li>Moved more code into <a href="manual.html#addons">add-on scripts</a>.</li>
  1590. <li>Support for sane vertical cursor movement in wrapped lines.</li>
  1591. <li>More reliable handling of
  1592. editing <a href="manual.html#markText">marked text</a>.</li>
  1593. <li>Add minimal <a href="../demo/emacs.html">emacs</a>
  1594. and <a href="../demo/vim.html">vim</a> bindings.</li>
  1595. <li>Rename <code>coordsFromIndex</code>
  1596. to <a href="manual.html#posFromIndex"><code>posFromIndex</code></a>,
  1597. add <a href="manual.html#indexFromPos"><code>indexFromPos</code></a>
  1598. method.</li>
  1599. </ul>
  1600. <p class="rel">21-11-2011: <a href="https://codemirror.net/5/codemirror-2.18.zip">Version 2.18</a>:</p>
  1601. <p class="rel-note">Fixes <code>TextMarker.clear</code>, which is broken in 2.17.</p>
  1602. <p class="rel">21-11-2011: <a href="https://codemirror.net/5/codemirror-2.17.zip">Version 2.17</a>:</p>
  1603. <ul class="rel-note">
  1604. <li>Add support for <a href="manual.html#option_lineWrapping">line
  1605. wrapping</a> and <a href="manual.html#hideLine">code
  1606. folding</a>.</li>
  1607. <li>Add <a href="../mode/gfm/index.html">GitHub-style Markdown</a> mode.</li>
  1608. <li>Add <a href="../theme/monokai.css">Monokai</a>
  1609. and <a href="../theme/rubyblue.css">Rubyblue</a> themes.</li>
  1610. <li>Add <a href="manual.html#setBookmark"><code>setBookmark</code></a> method.</li>
  1611. <li>Move some of the demo code into reusable components
  1612. under <a href="../addon/"><code>lib/util</code></a>.</li>
  1613. <li>Make screen-coord-finding code faster and more reliable.</li>
  1614. <li>Fix drag-and-drop in Firefox.</li>
  1615. <li>Improve support for IME.</li>
  1616. <li>Speed up content rendering.</li>
  1617. <li>Fix browser's built-in search in Webkit.</li>
  1618. <li>Make double- and triple-click work in IE.</li>
  1619. <li>Various fixes to modes.</li>
  1620. </ul>
  1621. <p class="rel">27-10-2011: <a href="https://codemirror.net/5/codemirror-2.16.zip">Version 2.16</a>:</p>
  1622. <ul class="rel-note">
  1623. <li>Add <a href="../mode/perl/index.html">Perl</a>, <a href="../mode/rust/index.html">Rust</a>, <a href="../mode/tiddlywiki/index.html">TiddlyWiki</a>, and <a href="../mode/groovy/index.html">Groovy</a> modes.</li>
  1624. <li>Dragging text inside the editor now moves, rather than copies.</li>
  1625. <li>Add a <a href="manual.html#coordsFromIndex"><code>coordsFromIndex</code></a> method.</li>
  1626. <li><strong>API change</strong>: <code>setValue</code> now no longer clears history. Use <a href="manual.html#clearHistory"><code>clearHistory</code></a> for that.</li>
  1627. <li><strong>API change</strong>: <a href="manual.html#markText"><code>markText</code></a> now
  1628. returns an object with <code>clear</code> and <code>find</code>
  1629. methods. Marked text is now more robust when edited.</li>
  1630. <li>Fix editing code with tabs in Internet Explorer.</li>
  1631. </ul>
  1632. <p class="rel">26-09-2011: <a href="https://codemirror.net/5/codemirror-2.15.zip">Version 2.15</a>:</p>
  1633. <p class="rel-note">Fix bug that snuck into 2.14: Clicking the
  1634. character that currently has the cursor didn't re-focus the
  1635. editor.</p>
  1636. <p class="rel">26-09-2011: <a href="https://codemirror.net/5/codemirror-2.14.zip">Version 2.14</a>:</p>
  1637. <ul class="rel-note">
  1638. <li>Add <a href="../mode/clojure/index.html">Clojure</a>, <a href="../mode/pascal/index.html">Pascal</a>, <a href="../mode/ntriples/index.html">NTriples</a>, <a href="../mode/jinja2/index.html">Jinja2</a>, and <a href="../mode/markdown/index.html">Markdown</a> modes.</li>
  1639. <li>Add <a href="../theme/cobalt.css">Cobalt</a> and <a href="../theme/eclipse.css">Eclipse</a> themes.</li>
  1640. <li>Add a <a href="manual.html#option_fixedGutter"><code>fixedGutter</code></a> option.</li>
  1641. <li>Fix bug with <code>setValue</code> breaking cursor movement.</li>
  1642. <li>Make gutter updates much more efficient.</li>
  1643. <li>Allow dragging of text out of the editor (on modern browsers).</li>
  1644. </ul>
  1645. <p class="rel">23-08-2011: <a href="https://codemirror.net/5/codemirror-2.13.zip">Version 2.13</a>:</p>
  1646. <ul class="rel-note">
  1647. <li>Add <a href="../mode/ruby/index.html">Ruby</a>, <a href="../mode/r/index.html">R</a>, <a href="../mode/coffeescript/index.html">CoffeeScript</a>, and <a href="../mode/velocity/index.html">Velocity</a> modes.</li>
  1648. <li>Add <a href="manual.html#getGutterElement"><code>getGutterElement</code></a> to API.</li>
  1649. <li>Several fixes to scrolling and positioning.</li>
  1650. <li>Add <a href="manual.html#option_smartHome"><code>smartHome</code></a> option.</li>
  1651. <li>Add an experimental <a href="../mode/xmlpure/index.html">pure XML</a> mode.</li>
  1652. </ul>
  1653. <p class="rel">25-07-2011: <a href="https://codemirror.net/5/codemirror-2.12.zip">Version 2.12</a>:</p>
  1654. <ul class="rel-note">
  1655. <li>Add a <a href="../mode/sparql/index.html">SPARQL</a> mode.</li>
  1656. <li>Fix bug with cursor jumping around in an unfocused editor in IE.</li>
  1657. <li>Allow key and mouse events to bubble out of the editor. Ignore widget clicks.</li>
  1658. <li>Solve cursor flakiness after undo/redo.</li>
  1659. <li>Fix block-reindent ignoring the last few lines.</li>
  1660. <li>Fix parsing of multi-line attrs in XML mode.</li>
  1661. <li>Use <code>innerHTML</code> for HTML-escaping.</li>
  1662. <li>Some fixes to indentation in C-like mode.</li>
  1663. <li>Shrink horiz scrollbars when long lines removed.</li>
  1664. <li>Fix width feedback loop bug that caused the width of an inner DIV to shrink.</li>
  1665. </ul>
  1666. <p class="rel">04-07-2011: <a href="https://codemirror.net/5/codemirror-2.11.zip">Version 2.11</a>:</p>
  1667. <ul class="rel-note">
  1668. <li>Add a <a href="../mode/scheme/index.html">Scheme mode</a>.</li>
  1669. <li>Add a <code>replace</code> method to search cursors, for cursor-preserving replacements.</li>
  1670. <li>Make the <a href="../mode/clike/index.html">C-like mode</a> mode more customizable.</li>
  1671. <li>Update XML mode to spot mismatched tags.</li>
  1672. <li>Add <code>getStateAfter</code> API and <code>compareState</code> mode API methods for finer-grained mode magic.</li>
  1673. <li>Add a <code>getScrollerElement</code> API method to manipulate the scrolling DIV.</li>
  1674. <li>Fix drag-and-drop for Firefox.</li>
  1675. <li>Add a C# configuration for the <a href="../mode/clike/index.html">C-like mode</a>.</li>
  1676. <li>Add <a href="../demo/fullscreen.html">full-screen editing</a> and <a href="../demo/changemode.html">mode-changing</a> demos.</li>
  1677. </ul>
  1678. <p class="rel">07-06-2011: <a href="https://codemirror.net/5/codemirror-2.1.zip">Version 2.1</a>:</p>
  1679. <p class="rel-note">Add
  1680. a <a href="manual.html#option_theme">theme</a> system
  1681. (<a href="../demo/theme.html">demo</a>). Note that this is not
  1682. backwards-compatible—you'll have to update your styles and
  1683. modes!</p>
  1684. <p class="rel">07-06-2011: <a href="https://codemirror.net/5/codemirror-2.02.zip">Version 2.02</a>:</p>
  1685. <ul class="rel-note">
  1686. <li>Add a <a href="../mode/lua/index.html">Lua mode</a>.</li>
  1687. <li>Fix reverse-searching for a regexp.</li>
  1688. <li>Empty lines can no longer break highlighting.</li>
  1689. <li>Rework scrolling model (the outer wrapper no longer does the scrolling).</li>
  1690. <li>Solve horizontal jittering on long lines.</li>
  1691. <li>Add <a href="../demo/runmode.html">runmode.js</a>.</li>
  1692. <li>Immediately re-highlight text when typing.</li>
  1693. <li>Fix problem with 'sticking' horizontal scrollbar.</li>
  1694. </ul>
  1695. <p class="rel">26-05-2011: <a href="https://codemirror.net/5/codemirror-2.01.zip">Version 2.01</a>:</p>
  1696. <ul class="rel-note">
  1697. <li>Add a <a href="../mode/smalltalk/index.html">Smalltalk mode</a>.</li>
  1698. <li>Add a <a href="../mode/rst/index.html">reStructuredText mode</a>.</li>
  1699. <li>Add a <a href="../mode/python/index.html">Python mode</a>.</li>
  1700. <li>Add a <a href="../mode/plsql/index.html">PL/SQL mode</a>.</li>
  1701. <li><code>coordsChar</code> now works</li>
  1702. <li>Fix a problem where <code>onCursorActivity</code> interfered with <code>onChange</code>.</li>
  1703. <li>Fix a number of scrolling and mouse-click-position glitches.</li>
  1704. <li>Pass information about the changed lines to <code>onChange</code>.</li>
  1705. <li>Support cmd-up/down on OS X.</li>
  1706. <li>Add triple-click line selection.</li>
  1707. <li>Don't handle shift when changing the selection through the API.</li>
  1708. <li>Support <code>"nocursor"</code> mode for <code>readOnly</code> option.</li>
  1709. <li>Add an <code>onHighlightComplete</code> option.</li>
  1710. <li>Fix the context menu for Firefox.</li>
  1711. </ul>
  1712. <p class="rel">28-03-2011: <a href="https://codemirror.net/5/codemirror-2.0.zip">Version 2.0</a>:</p>
  1713. <p class="rel-note">CodeMirror 2 is a complete rewrite that's
  1714. faster, smaller, simpler to use, and less dependent on browser
  1715. quirks. See <a href="internals.html">this</a>
  1716. and <a href="http://groups.google.com/group/codemirror/browse_thread/thread/5a8e894024a9f580">this</a>
  1717. for more information.</p>
  1718. <p class="rel">22-02-2011: <a href="https://github.com/codemirror/codemirror5/tree/beta2">Version 2.0 beta 2</a>:</p>
  1719. <p class="rel-note">Somewhat more mature API, lots of bugs shaken out.</p>
  1720. <p class="rel">17-02-2011: <a href="https://codemirror.net/5/codemirror-0.94.zip">Version 0.94</a>:</p>
  1721. <ul class="rel-note">
  1722. <li><code>tabMode: "spaces"</code> was modified slightly (now indents when something is selected).</li>
  1723. <li>Fixes a bug that would cause the selection code to break on some IE versions.</li>
  1724. <li>Disabling spell-check on WebKit browsers now works.</li>
  1725. </ul>
  1726. <p class="rel">08-02-2011: <a href="https://codemirror.net/5/">Version 2.0 beta 1</a>:</p>
  1727. <p class="rel-note">CodeMirror 2 is a complete rewrite of
  1728. CodeMirror, no longer depending on an editable frame.</p>
  1729. <p class="rel">19-01-2011: <a href="https://codemirror.net/5/codemirror-0.93.zip">Version 0.93</a>:</p>
  1730. <ul class="rel-note">
  1731. <li>Added a <a href="contrib/regex/index.html">Regular Expression</a> parser.</li>
  1732. <li>Fixes to the PHP parser.</li>
  1733. <li>Support for regular expression in search/replace.</li>
  1734. <li>Add <code>save</code> method to instances created with <code>fromTextArea</code>.</li>
  1735. <li>Add support for MS T-SQL in the SQL parser.</li>
  1736. <li>Support use of CSS classes for highlighting brackets.</li>
  1737. <li>Fix yet another hang with line-numbering in hidden editors.</li>
  1738. </ul>
  1739. </section>
  1740. <section id=v1>
  1741. <h2>Version 0.x</h2>
  1742. <p class="rel">28-03-2011: <a href="https://codemirror.net/5/codemirror-1.0.zip">Version 1.0</a>:</p>
  1743. <ul class="rel-note">
  1744. <li>Fix error when debug history overflows.</li>
  1745. <li>Refine handling of C# verbatim strings.</li>
  1746. <li>Fix some issues with JavaScript indentation.</li>
  1747. </ul>
  1748. <p class="rel">17-12-2010: <a href="https://codemirror.net/5/codemirror-0.92.zip">Version 0.92</a>:</p>
  1749. <ul class="rel-note">
  1750. <li>Make CodeMirror work in XHTML documents.</li>
  1751. <li>Fix bug in handling of backslashes in Python strings.</li>
  1752. <li>The <code>styleNumbers</code> option is now officially
  1753. supported and documented.</li>
  1754. <li><code>onLineNumberClick</code> option added.</li>
  1755. <li>More consistent names <code>onLoad</code> and
  1756. <code>onCursorActivity</code> callbacks. Old names still work, but
  1757. are deprecated.</li>
  1758. <li>Add a <a href="contrib/freemarker/index.html">Freemarker</a> mode.</li>
  1759. </ul>
  1760. <p class="rel">11-11-2010: <a
  1761. href="https://codemirror.net/5/codemirror-0.91.zip">Version 0.91</a>:</p>
  1762. <ul class="rel-note">
  1763. <li>Adds support for <a href="contrib/java">Java</a>.</li>
  1764. <li>Small additions to the <a href="contrib/php">PHP</a> and <a href="contrib/sql">SQL</a> parsers.</li>
  1765. <li>Work around various <a href="https://bugs.webkit.org/show_bug.cgi?id=47806">Webkit</a> <a href="https://bugs.webkit.org/show_bug.cgi?id=23474">issues</a>.</li>
  1766. <li>Fix <code>toTextArea</code> to update the code in the textarea.</li>
  1767. <li>Add a <code>noScriptCaching</code> option (hack to ease development).</li>
  1768. <li>Make sub-modes of <a href="mixedtest.html">HTML mixed</a> mode configurable.</li>
  1769. </ul>
  1770. <p class="rel">02-10-2010: <a
  1771. href="https://codemirror.net/5/codemirror-0.9.zip">Version 0.9</a>:</p>
  1772. <ul class="rel-note">
  1773. <li>Add support for searching backwards.</li>
  1774. <li>There are now parsers for <a href="contrib/scheme/index.html">Scheme</a>, <a href="contrib/xquery/index.html">XQuery</a>, and <a href="contrib/ometa/index.html">OmetaJS</a>.</li>
  1775. <li>Makes <code>height: "dynamic"</code> more robust.</li>
  1776. <li>Fixes bug where paste did not work on OS X.</li>
  1777. <li>Add a <code>enterMode</code> and <code>electricChars</code> options to make indentation even more customizable.</li>
  1778. <li>Add <code>firstLineNumber</code> option.</li>
  1779. <li>Fix bad handling of <code>@media</code> rules by the CSS parser.</li>
  1780. <li>Take a new, more robust approach to working around the invisible-last-line bug in WebKit.</li>
  1781. </ul>
  1782. <p class="rel">22-07-2010: <a
  1783. href="https://codemirror.net/5/codemirror-0.8.zip">Version 0.8</a>:</p>
  1784. <ul class="rel-note">
  1785. <li>Add a <code>cursorCoords</code> method to find the screen
  1786. coordinates of the cursor.</li>
  1787. <li>A number of fixes and support for more syntax in the PHP parser.</li>
  1788. <li>Fix indentation problem with JSON-mode JS parser in Webkit.</li>
  1789. <li>Add a <a href="compress.html">minification</a> UI.</li>
  1790. <li>Support a <code>height: dynamic</code> mode, where the editor's
  1791. height will adjust to the size of its content.</li>
  1792. <li>Better support for IME input mode.</li>
  1793. <li>Fix JavaScript parser getting confused when seeing a no-argument
  1794. function call.</li>
  1795. <li>Have CSS parser see the difference between selectors and other
  1796. identifiers.</li>
  1797. <li>Fix scrolling bug when pasting in a horizontally-scrolled
  1798. editor.</li>
  1799. <li>Support <code>toTextArea</code> method in instances created with
  1800. <code>fromTextArea</code>.</li>
  1801. <li>Work around new Opera cursor bug that causes the cursor to jump
  1802. when pressing backspace at the end of a line.</li>
  1803. </ul>
  1804. <p class="rel">27-04-2010: <a
  1805. href="https://codemirror.net/5/codemirror-0.67.zip">Version
  1806. 0.67</a>:</p>
  1807. <p class="rel-note">More consistent page-up/page-down behaviour
  1808. across browsers. Fix some issues with hidden editors looping forever
  1809. when line-numbers were enabled. Make PHP parser parse
  1810. <code>"\\"</code> correctly. Have <code>jumpToLine</code> work on
  1811. line handles, and add <code>cursorLine</code> function to fetch the
  1812. line handle where the cursor currently is. Add new
  1813. <code>setStylesheet</code> function to switch style-sheets in a
  1814. running editor.</p>
  1815. <p class="rel">01-03-2010: <a
  1816. href="https://codemirror.net/5/codemirror-0.66.zip">Version
  1817. 0.66</a>:</p>
  1818. <p class="rel-note">Adds <code>removeLine</code> method to API.
  1819. Introduces the <a href="contrib/plsql/index.html">PLSQL parser</a>.
  1820. Marks XML errors by adding (rather than replacing) a CSS class, so
  1821. that they can be disabled by modifying their style. Fixes several
  1822. selection bugs, and a number of small glitches.</p>
  1823. <p class="rel">12-11-2009: <a
  1824. href="https://codemirror.net/5/codemirror-0.65.zip">Version
  1825. 0.65</a>:</p>
  1826. <p class="rel-note">Add support for having both line-wrapping and
  1827. line-numbers turned on, make paren-highlighting style customisable
  1828. (<code>markParen</code> and <code>unmarkParen</code> config
  1829. options), work around a selection bug that Opera
  1830. <em>re</em>introduced in version 10.</p>
  1831. <p class="rel">23-10-2009: <a
  1832. href="https://codemirror.net/5/codemirror-0.64.zip">Version
  1833. 0.64</a>:</p>
  1834. <p class="rel-note">Solves some issues introduced by the
  1835. paste-handling changes from the previous release. Adds
  1836. <code>setSpellcheck</code>, <code>setTextWrapping</code>,
  1837. <code>setIndentUnit</code>, <code>setUndoDepth</code>,
  1838. <code>setTabMode</code>, and <code>setLineNumbers</code> to
  1839. customise a running editor. Introduces an <a
  1840. href="contrib/sql/index.html">SQL</a> parser. Fixes a few small
  1841. problems in the <a href="contrib/python/index.html">Python</a>
  1842. parser. And, as usual, add workarounds for various newly discovered
  1843. browser incompatibilities.</p>
  1844. <p class="rel">31-08-2009: <a href="https://codemirror.net/5/codemirror-0.63.zip">Version 0.63</a>:</p>
  1845. <p class="rel-note"> Overhaul of paste-handling (less fragile), fixes for several
  1846. serious IE8 issues (cursor jumping, end-of-document bugs) and a number
  1847. of small problems.</p>
  1848. <p class="rel">30-05-2009: <a href="https://codemirror.net/5/codemirror-0.62.zip">Version 0.62</a>:</p>
  1849. <p class="rel-note">Introduces <a href="contrib/python/index.html">Python</a>
  1850. and <a href="contrib/lua/index.html">Lua</a> parsers. Add
  1851. <code>setParser</code> (on-the-fly mode changing) and
  1852. <code>clearHistory</code> methods. Make parsing passes time-based
  1853. instead of lines-based (see the <code>passTime</code> option).</p>
  1854. </section>
  1855. </article>