Mark version 5.62.2

This commit is contained in:
Marijn Haverbeke 2021-07-21 13:43:10 +02:00
parent 5180d1e0ed
commit d27055249b
6 changed files with 16 additions and 4 deletions

View File

@ -1,3 +1,9 @@
## 5.62.2 (2021-07-21)
### Bug fixes
[lint addon](https://codemirror.net/doc/manual.html#addon_lint): Fix a regression that broke several addon options.
## 5.62.1 (2021-07-20)
### Bug fixes

View File

@ -70,7 +70,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.62.1</span>
<span style="color: #888; font-size: 1rem; position: absolute; right: 0; bottom: 0">version 5.62.2</span>
</h2>
<p>CodeMirror is a code-editor component that can be embedded in

View File

@ -30,6 +30,12 @@
<h2>Version 5.x</h2>
<p class="rel">21-07-2021: <a href="https://codemirror.net/codemirror-5.62.2.zip">Version 5.62.2</a>:</p>
<ul class="rel-note">
<li><a href="https://codemirror.net/doc/manual.html#addon_lint">lint addon</a>: Fix a regression that broke several addon options.</li>
</ul>
<p class="rel">20-07-2021: <a href="https://codemirror.net/codemirror-5.62.1.zip">Version 5.62.1</a>:</p>
<ul class="rel-note">

View File

@ -102,7 +102,7 @@
</div>
</div>
<div class=actionsleft>
Get the current version: <a href="https://codemirror.net/codemirror.zip">5.62.1</a>.<br>
Get the current version: <a href="https://codemirror.net/codemirror.zip">5.62.2</a>.<br>
You can see the <a href="https://github.com/codemirror/codemirror" title="GitHub repository">code</a>,<br>
read the <a href="doc/releases.html">release notes</a>,<br>
or study the <a href="doc/manual.html">user manual</a>.

View File

@ -1,6 +1,6 @@
{
"name": "codemirror",
"version": "5.62.1",
"version": "5.62.2",
"main": "lib/codemirror.js",
"style": "lib/codemirror.css",
"author": {

View File

@ -66,4 +66,4 @@ import { addLegacyProps } from "./legacy.js"
addLegacyProps(CodeMirror)
CodeMirror.version = "5.62.1"
CodeMirror.version = "5.62.2"