Skip to content

Commit

Permalink
Mark version 5.65.11
Browse files Browse the repository at this point in the history
  • Loading branch information
marijnh committed Dec 20, 2022
1 parent f006b57 commit f124e29
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 4 deletions.
2 changes: 2 additions & 0 deletions AUTHORS
Expand Up @@ -238,6 +238,7 @@ Dimitri Mitropoulos
Dinindu D. Wanniarachchi
dmaclach
Dmitry Kiselyov
DoctorKrolic
domagoj412
Dominator008
Domizio Demichelis
Expand Down Expand Up @@ -460,6 +461,7 @@ Jon Sangster
Joo
Joost-Wim Boekesteijn
José dBruxelles
Joseph D. Purcell
Joseph Pecoraro
Josh Barnes
Josh Cohen
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,11 @@
## 5.65.11 (2022-12-20)

### Bug fixes

Also respect autocapitalize/autocorrect/spellcheck options in textarea mode.

[sql-hint addon](https://codemirror.net/5/doc/manual.html#addon_sql-hint): Fix keyword completion in generic SQL mode.

## 5.65.10 (2022-11-20)

### Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion doc/manual.html
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.65.10</span>
<span style="color: #888; font-size: 1rem; position: absolute; right: 0; bottom: 0">version 5.65.11</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
Expand Up @@ -34,6 +34,13 @@ <h2>Version 6.x</h2>

<h2>Version 5.x</h2>

<p class="rel">20-12-2022: <a href="https://codemirror.net/5/codemirror-5.65.11.zip">Version 5.65.11</a>:</p>

<ul class="rel-note">
<li>Also respect autocapitalize/autocorrect/spellcheck options in textarea mode.</li>
<li><a href="https://codemirror.net/5/doc/manual.html#addon_sql-hint">sql-hint addon</a>: Fix keyword completion in generic SQL mode.</li>
</ul>

<p class="rel">20-11-2022: <a href="https://codemirror.net/5/codemirror-5.65.10.zip">Version 5.65.10</a>:</p>

<ul class="rel-note">
Expand Down
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -92,7 +92,7 @@ <h2>This is CodeMirror</h2>
</script>

<div class=actions>
Get the current version: <a href="https://codemirror.net/5/codemirror.zip">5.65.10</a>.<br>
Get the current version: <a href="https://codemirror.net/5/codemirror.zip">5.65.11</a>.<br>
You can see the <a href="https://github.com/codemirror/codemirror5" 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
@@ -1,6 +1,6 @@
{
"name": "codemirror",
"version": "5.65.10",
"version": "5.65.11",
"main": "lib/codemirror.js",
"style": "lib/codemirror.css",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion src/edit/main.js
Expand Up @@ -66,4 +66,4 @@ import { addLegacyProps } from "./legacy.js"

addLegacyProps(CodeMirror)

CodeMirror.version = "5.65.10"
CodeMirror.version = "5.65.11"

0 comments on commit f124e29

Please sign in to comment.