From 7d43f32bb56f83a9c47addb3f91170b3102f3ead Mon Sep 17 00:00:00 2001 From: Marijn Haverbeke <marijnh@gmail.com> Date: Wed, 20 Jan 2016 11:46:18 +0100 Subject: [PATCH] Mark release 5.11.0 --- AUTHORS | 14 ++++++++++++-- doc/compress.html | 1 + doc/manual.html | 2 +- doc/releases.html | 13 ++++++++++++- index.html | 2 +- lib/codemirror.js | 2 +- package.json | 2 +- 7 files changed, 29 insertions(+), 7 deletions(-) diff --git a/AUTHORS b/AUTHORS index 880169dd4..09fe9a893 100644 --- a/AUTHORS +++ b/AUTHORS @@ -27,6 +27,7 @@ Alex Piggott Aliaksei Chapyzhenka Allen Sarkisyan Amin Shali +Amin Ullah Khan amshali@google.com Amsul amuntean @@ -59,8 +60,8 @@ Anthony Gégo Anthony Grimes Anton Kovalyov AQNOUCH Mohammed -Arnab Bose areos +Arnab Bose as3boyan AtomicPages LLC Atul Bhouraskar @@ -97,6 +98,7 @@ Chandra Sekhar Pydi Charles Skelton Cheah Chu Yeow Chris Coyier +Chris Ford Chris Granger Chris Houseknecht Chris Lohfink @@ -136,6 +138,7 @@ David Pathakjee David Vázquez deebugger Deep Thought +Devin Abbott Devon Carew dignifiedquire Dimage Sapelkin @@ -178,14 +181,15 @@ Gabriel Horner Gabriel Nahmias galambalazs Gautam Mehta +Gavin Douglas gekkoe Gerard Braad Gergely Hegykozi Giovanni Calò Glenn Jorde Glenn Ruehle -Google Inc. Golevka +Google Inc. Gordon Smith Grant Skinner greengiant @@ -400,6 +404,7 @@ noragrossman Norman Rzepka Oreoluwa Onatemowo pablo +pabloferz Page Panupong Pasupat paris @@ -418,10 +423,13 @@ Peter Flynn peterkroon Peter Kroon Philip Stadermann +Piët Delport prasanthj Prasanth J +Prayag Verma Radek Piórkowski Rahul +Rahul Anand ramwin1 Randall Mason Randy Burden @@ -515,10 +523,12 @@ wenli Wes Cossick Wesley Wiser Will Binns-Smith +Will Dean William Jamieson William Stein Willy Wojtek Ptak +Wu Cheng-Han Xavier Mendez Yassin N. Hassan YNH Webdev diff --git a/doc/compress.html b/doc/compress.html index a79b3097a..46c529646 100644 --- a/doc/compress.html +++ b/doc/compress.html @@ -36,6 +36,7 @@ <input type="hidden" id="download" name="download" value="codemirror-compressed.js"/> <p>Version: <select id="version" onchange="setVersion(this);" style="padding: 1px;"> <option value="http://codemirror.net/">HEAD</option> + <option value="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=5.11.0;f=">5.11</option> <option value="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=5.10.0;f=">5.10</option> <option value="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=5.9.0;f=">5.9</option> <option value="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=5.8.0;f=">5.8</option> diff --git a/doc/manual.html b/doc/manual.html index e56899ae9..96e4186ab 100644 --- a/doc/manual.html +++ b/doc/manual.html @@ -69,7 +69,7 @@ <section class=first id=overview> <h2 style="position: relative"> User manual and reference guide - <span style="color: #888; font-size: 1rem; position: absolute; right: 0; bottom: 0">version 5.10.1</span> + <span style="color: #888; font-size: 1rem; position: absolute; right: 0; bottom: 0">version 5.11.0</span> </h2> <p>CodeMirror is a code-editor component that can be embedded in diff --git a/doc/releases.html b/doc/releases.html index 6df8f04c6..43ee82741 100644 --- a/doc/releases.html +++ b/doc/releases.html @@ -1,4 +1,4 @@ -<!doctype html> +<!doctype html> <title>CodeMirror: Release History</title> <meta charset="utf-8"/> @@ -30,6 +30,17 @@ <h2>Version 5.x</h2> + <p class="rel">20-01-2016: <a href="http://codemirror.net/codemirror-5.11.zip">Version 5.11</a>:</p> + + <ul> + <li>New modes: <a href="../mode/jsx/index.html">JSX</a>, <a href="../mode/haskell-literate/index.html">literate Haskell</a></li> + <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> + <li>Fixes a bug where bookmarks next to collapsed spans were not rendered</li> + <li>The <a href="../mode/swift/index.html">Swift</a> mode now supports auto-indentation</li> + <li>Frontmatters in the <a href="../mode/yaml-frontmatter/index.html">YAML frontmatter</a> mode are now optional as intended</li> + <li>Full <a href="https://github.com/codemirror/CodeMirror/compare/5.10.0...5.11.0">list of patches</a></li> + </ul> + <p class="rel">21-12-2015: <a href="http://codemirror.net/codemirror-5.10.zip">Version 5.10</a>:</p> <ul class="rel-note"> diff --git a/index.html b/index.html index 2e8dcc5cf..2bb1f41d1 100644 --- a/index.html +++ b/index.html @@ -96,7 +96,7 @@ </div> </div> <div class=actionsleft> - Get the current version: <a href="http://codemirror.net/codemirror.zip">5.10</a>.<br> + Get the current version: <a href="http://codemirror.net/codemirror.zip">5.11</a>.<br> You can see the <a href="https://github.com/codemirror/codemirror" title="Github repository">code</a> or<br> read the <a href="doc/releases.html">release notes</a>.<br> There is a <a href="doc/compress.html">minification helper</a>. diff --git a/lib/codemirror.js b/lib/codemirror.js index 98163e645..090e42161 100644 --- a/lib/codemirror.js +++ b/lib/codemirror.js @@ -8884,7 +8884,7 @@ // THE END - CodeMirror.version = "5.10.1"; + CodeMirror.version = "5.11.0"; return CodeMirror; }); diff --git a/package.json b/package.json index 165631b90..d1783b495 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codemirror", - "version":"5.10.1", + "version":"5.11.0", "main": "lib/codemirror.js", "description": "In-browser code editing made bearable", "license": "MIT", -- GitLab