Skip to content

Commit

Permalink
Mark version 5.58.3
Browse files Browse the repository at this point in the history
  • Loading branch information
marijnh committed Nov 19, 2020
1 parent 0630b63 commit a53e860
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 4 deletions.
5 changes: 5 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ Eric Allam
Eric Bogard
Erik Demaine
Erik Welander
erosman
eustas
Evan Minsk
Fabien Dubosson
Expand Down Expand Up @@ -326,6 +327,7 @@ Heanes
Hector Oswaldo Caballero
Hein Htat
Hélio
Hendrik Erz
Hendrik Wallbaum
Henrik Haugbølle
Herculano Campos
Expand Down Expand Up @@ -353,6 +355,7 @@ Ilya Zverev
Ingo Richter
Intervue
Irakli Gozalishvili
iteriani
Ivan Kurnosov
Ivoah
Jack Douglas
Expand Down Expand Up @@ -517,6 +520,7 @@ Manuel Rego Casasnovas
Marat Dreizin
Marcel Gerber
Marcelo Camargo
Marc Espín
Marco Aurélio
Marco Munizaga
Marcus Bointon
Expand Down Expand Up @@ -681,6 +685,7 @@ Peter Flynn
peterkroon
Peter Kroon
Peter László
Phil DeJarnett
Philipp A
Philipp Markovics
Philip Stadermann
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 5.58.3 (2020-11-19)

### Bug fixes

Suppress quick-firing of blur-focus events when dragging and clicking on Internet Explorer.

Fix the `insertAt` option to `addLineWidget` to actually allow the widget to be placed after all widgets for the line.

[soy mode](https://codemirror.net/mode/soy/): Support `@Attribute` and element composition.

[shell mode](https://codemirror.net/mode/shell/): Support heredoc quoting.

## 5.58.2 (2020-10-23)

### Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion doc/manual.html
Original file line number Diff line number Diff line change
Expand Up @@ -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.58.2</span>
<span style="color: #888; font-size: 1rem; position: absolute; right: 0; bottom: 0">version 5.58.3</span>
</h2>

<p>CodeMirror is a code-editor component that can be embedded in
Expand Down
9 changes: 9 additions & 0 deletions doc/releases.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,15 @@ <h2>Release notes and version history</h2>

<h2>Version 5.x</h2>

<p class="rel">19-11-2020: <a href="https://codemirror.net/codemirror-5.58.3.zip">Version 5.58.3</a>:</p>

<ul class="rel-note">
<li>Suppress quick-firing of blur-focus events when dragging and clicking on Internet Explorer.</li>
<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>
<li><a href="https://codemirror.net/mode/soy/">soy mode</a>: Support <code>@Attribute</code> and element composition.</li>
<li><a href="https://codemirror.net/mode/shell/">shell mode</a>: Support heredoc quoting.</li>
</ul>

<p class="rel">23-10-2020: <a href="https://codemirror.net/codemirror-5.58.2.zip">Version 5.58.2</a>:</p>

<ul class="rel-note">
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ <h2>This is CodeMirror</h2>
</div>
</div>
<div class=actionsleft>
Get the current version: <a href="https://codemirror.net/codemirror.zip">5.58.2</a>.<br>
Get the current version: <a href="https://codemirror.net/codemirror.zip">5.58.3</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>.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codemirror",
"version": "5.58.2",
"version": "5.58.3",
"main": "lib/codemirror.js",
"style": "lib/codemirror.css",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion src/edit/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ import { addLegacyProps } from "./legacy.js"

addLegacyProps(CodeMirror)

CodeMirror.version = "5.58.2"
CodeMirror.version = "5.58.3"

1 comment on commit a53e860

@williamdes
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @marijnh
That would be great to have your commits signed with your GPG key and not just tags :)

Please sign in to comment.