Skip to content

Commit

Permalink
Mark version 5.58.2
Browse files Browse the repository at this point in the history
  • Loading branch information
marijnh committed Oct 26, 2020
1 parent 23b7a99 commit 264022e
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 4 deletions.
3 changes: 3 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ David Barnett
David H. Bronke
David Mignot
David Pathakjee
David R. Myers
David Rodrigues
David Santana
David Vázquez
Expand Down Expand Up @@ -524,6 +525,7 @@ Marijn Haverbeke
Mário Gonçalves
Mario Pietsch
Mark Anderson
Mark Boyes
Mark Dalgleish
Mark Hamstra
Mark Lentczner
Expand Down Expand Up @@ -634,6 +636,7 @@ Nikolaj Kappler
Nikolay Kostov
nilp0inter
Nils Knappmeier
Nina Pypchenko
Nisarg Jhaveri
nlwillia
noragrossman
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 5.58.2 (2020-10-23)

### Bug fixes

Fix a bug where horizontally scrolling the cursor into view sometimes failed with a non-fixed gutter.

[julia mode](https://codemirror.net/mode/julia/): Fix an infinite recursion bug.

## 5.58.1 (2020-09-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.1</span>
<span style="color: #888; font-size: 1rem; position: absolute; right: 0; bottom: 0">version 5.58.2</span>
</h2>

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

<h2>Version 5.x</h2>

<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">
<li>Fix a bug where horizontally scrolling the cursor into view sometimes failed with a non-fixed gutter.</li>
<li><a href="https://codemirror.net/mode/julia/">julia mode</a>: Fix an infinite recursion bug.</li>
</ul>

<p class="rel">21-09-2020: <a href="https://codemirror.net/codemirror-5.58.1.zip">Version 5.58.1</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.1</a>.<br>
Get the current version: <a href="https://codemirror.net/codemirror.zip">5.58.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>.
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.1",
"version": "5.58.2",
"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.1"
CodeMirror.version = "5.58.2"

0 comments on commit 264022e

Please sign in to comment.