oldrelease.html 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <title>CodeMirror</title>
  5. <link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Droid+Sans|Droid+Sans:bold"/>
  6. <link rel="stylesheet" type="text/css" href="css/docs.css"/>
  7. <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  8. <link rel="alternate" href="http://twitter.com/statuses/user_timeline/242283288.rss" type="application/rss+xml"/>
  9. </head>
  10. <body>
  11. <h1><span class="logo-braces">{ }</span> <a href="http://codemirror.net/">CodeMirror</a></h1>
  12. <pre class="grey">
  13. <img src="css/baboon.png" class="logo" alt="logo"/>/* Old release history */
  14. </pre>
  15. <p class="rel">28-03-2011: <a href="http://codemirror.net/codemirror-2.0.zip">Version 2.0</a>:</p>
  16. <p class="rel-note">CodeMirror 2 is a complete rewrite that's
  17. faster, smaller, simpler to use, and less dependent on browser
  18. quirks. See <a href="internals.html">this</a>
  19. and <a href="http://groups.google.com/group/codemirror/browse_thread/thread/5a8e894024a9f580">this</a>
  20. for more information.</a>
  21. <p class="rel">28-03-2011: <a href="http://codemirror.net/codemirror-1.0.zip">Version 1.0</a>:</p>
  22. <ul class="rel-note">
  23. <li>Fix error when debug history overflows.</li>
  24. <li>Refine handling of C# verbatim strings.</li>
  25. <li>Fix some issues with JavaScript indentation.</li>
  26. </ul>
  27. <p class="rel">22-02-2011: <a href="https://github.com/marijnh/codemirror2/tree/beta2">Version 2.0 beta 2</a>:</p>
  28. <p class="rel-note">Somewhate more mature API, lots of bugs shaken out.</a>
  29. <p class="rel">17-02-2011: <a href="http://codemirror.net/codemirror-0.94.zip">Version 0.94</a>:</p>
  30. <ul class="rel-note">
  31. <li><code>tabMode: "spaces"</code> was modified slightly (now indents when something is selected).</li>
  32. <li>Fixes a bug that would cause the selection code to break on some IE versions.</li>
  33. <li>Disabling spell-check on WebKit browsers now works.</li>
  34. </ul>
  35. <p class="rel">08-02-2011: <a href="http://codemirror.net/2/">Version 2.0 beta 1</a>:</p>
  36. <p class="rel-note">CodeMirror 2 is a complete rewrite of
  37. CodeMirror, no longer depending on an editable frame.</p>
  38. <p class="rel">19-01-2011: <a href="http://codemirror.net/codemirror-0.93.zip">Version 0.93</a>:</p>
  39. <ul class="rel-note">
  40. <li>Added a <a href="contrib/regex/index.html">Regular Expression</a> parser.</li>
  41. <li>Fixes to the PHP parser.</li>
  42. <li>Support for regular expression in search/replace.</li>
  43. <li>Add <code>save</code> method to instances created with <code>fromTextArea</code>.</li>
  44. <li>Add support for MS T-SQL in the SQL parser.</li>
  45. <li>Support use of CSS classes for highlighting brackets.</li>
  46. <li>Fix yet another hang with line-numbering in hidden editors.</li>
  47. </ul>
  48. <p class="rel">17-12-2010: <a href="http://codemirror.net/codemirror-0.92.zip">Version 0.92</a>:</p>
  49. <ul class="rel-note">
  50. <li>Make CodeMirror work in XHTML documents.</li>
  51. <li>Fix bug in handling of backslashes in Python strings.</li>
  52. <li>The <code>styleNumbers</code> option is now officially
  53. supported and documented.</li>
  54. <li><code>onLineNumberClick</code> option added.</li>
  55. <li>More consistent names <code>onLoad</code> and
  56. <code>onCursorActivity</code> callbacks. Old names still work, but
  57. are deprecated.</li>
  58. <li>Add a <a href="contrib/freemarker/index.html">Freemarker</a> mode.</li>
  59. </ul>
  60. <p class="rel">11-11-2010: <a
  61. href="http://codemirror.net/codemirror-0.91.zip">Version 0.91</a>:</p>
  62. <ul class="rel-note">
  63. <li>Adds support for <a href="contrib/java">Java</a>.</li>
  64. <li>Small additions to the <a href="contrib/php">PHP</a> and <a href="contrib/sql">SQL</a> parsers.</li>
  65. <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>
  66. <li>Fix <code>toTextArea</code> to update the code in the textarea.</li>
  67. <li>Add a <code>noScriptCaching</code> option (hack to ease development).</li>
  68. <li>Make sub-modes of <a href="mixedtest.html">HTML mixed</a> mode configurable.</li>
  69. </ul>
  70. <p class="rel">02-10-2010: <a
  71. href="http://codemirror.net/codemirror-0.9.zip">Version 0.9</a>:</p>
  72. <ul class="rel-note">
  73. <li>Add support for searching backwards.</li>
  74. <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>
  75. <li>Makes <code>height: "dynamic"</code> more robust.</li>
  76. <li>Fixes bug where paste did not work on OS X.</li>
  77. <li>Add a <code>enterMode</code> and <code>electricChars</code> options to make indentation even more customizable.</li>
  78. <li>Add <code>firstLineNumber</code> option.</li>
  79. <li>Fix bad handling of <code>@media</code> rules by the CSS parser.</li>
  80. <li>Take a new, more robust approach to working around the invisible-last-line bug in WebKit.</li>
  81. </ul>
  82. <p class="rel">22-07-2010: <a
  83. href="http://codemirror.net/codemirror-0.8.zip">Version 0.8</a>:</p>
  84. <ul class="rel-note">
  85. <li>Add a <code>cursorCoords</code> method to find the screen
  86. coordinates of the cursor.</li>
  87. <li>A number of fixes and support for more syntax in the PHP parser.</li>
  88. <li>Fix indentation problem with JSON-mode JS parser in Webkit.</li>
  89. <li>Add a <a href="compress.html">minification</a> UI.</li>
  90. <li>Support a <code>height: dynamic</code> mode, where the editor's
  91. height will adjust to the size of its content.</li>
  92. <li>Better support for IME input mode.</li>
  93. <li>Fix JavaScript parser getting confused when seeing a no-argument
  94. function call.</li>
  95. <li>Have CSS parser see the difference between selectors and other
  96. identifiers.</li>
  97. <li>Fix scrolling bug when pasting in a horizontally-scrolled
  98. editor.</li>
  99. <li>Support <code>toTextArea</code> method in instances created with
  100. <code>fromTextArea</code>.</li>
  101. <li>Work around new Opera cursor bug that causes the cursor to jump
  102. when pressing backspace at the end of a line.</li>
  103. </ul>
  104. <p class="rel">27-04-2010: <a
  105. href="http://codemirror.net/codemirror-0.67.zip">Version
  106. 0.67</a>:</p>
  107. <p class="rel-note">More consistent page-up/page-down behaviour
  108. across browsers. Fix some issues with hidden editors looping forever
  109. when line-numbers were enabled. Make PHP parser parse
  110. <code>"\\"</code> correctly. Have <code>jumpToLine</code> work on
  111. line handles, and add <code>cursorLine</code> function to fetch the
  112. line handle where the cursor currently is. Add new
  113. <code>setStylesheet</code> function to switch style-sheets in a
  114. running editor.</p>
  115. <p class="rel">01-03-2010: <a
  116. href="http://codemirror.net/codemirror-0.66.zip">Version
  117. 0.66</a>:</p>
  118. <p class="rel-note">Adds <code>removeLine</code> method to API.
  119. Introduces the <a href="contrib/plsql/index.html">PLSQL parser</a>.
  120. Marks XML errors by adding (rather than replacing) a CSS class, so
  121. that they can be disabled by modifying their style. Fixes several
  122. selection bugs, and a number of small glitches.</p>
  123. <p class="rel">12-11-2009: <a
  124. href="http://codemirror.net/codemirror-0.65.zip">Version
  125. 0.65</a>:</p>
  126. <p class="rel-note">Add support for having both line-wrapping and
  127. line-numbers turned on, make paren-highlighting style customisable
  128. (<code>markParen</code> and <code>unmarkParen</code> config
  129. options), work around a selection bug that Opera
  130. <em>re</em>introduced in version 10.</p>
  131. <p class="rel">23-10-2009: <a
  132. href="http://codemirror.net/codemirror-0.64.zip">Version
  133. 0.64</a>:</p>
  134. <p class="rel-note">Solves some issues introduced by the
  135. paste-handling changes from the previous release. Adds
  136. <code>setSpellcheck</code>, <code>setTextWrapping</code>,
  137. <code>setIndentUnit</code>, <code>setUndoDepth</code>,
  138. <code>setTabMode</code>, and <code>setLineNumbers</code> to
  139. customise a running editor. Introduces an <a
  140. href="contrib/sql/index.html">SQL</a> parser. Fixes a few small
  141. problems in the <a href="contrib/python/index.html">Python</a>
  142. parser. And, as usual, add workarounds for various newly discovered
  143. browser incompatibilities.</p>
  144. <p class="rel"><em>31-08-2009</em>: <a
  145. href="http://codemirror.net/codemirror-0.63.zip">Version
  146. 0.63</a>:</p>
  147. <p class="rel-note"> Overhaul of paste-handling (less fragile), fixes for several
  148. serious IE8 issues (cursor jumping, end-of-document bugs) and a number
  149. of small problems.</p>
  150. <p class="rel"><em>30-05-2009</em>: <a
  151. href="http://codemirror.net/codemirror-0.62.zip">Version
  152. 0.62</a>:</p>
  153. <p class="rel-note">Introduces <a href="contrib/python/index.html">Python</a>
  154. and <a href="contrib/lua/index.html">Lua</a> parsers. Add
  155. <code>setParser</code> (on-the-fly mode changing) and
  156. <code>clearHistory</code> methods. Make parsing passes time-based
  157. instead of lines-based (see the <code>passTime</code> option).</p>
  158. </body></html>