Skip to content

Commit

Permalink
Mark version 5.65.18
Browse files Browse the repository at this point in the history
  • Loading branch information
marijnh committed Sep 20, 2024
1 parent 81d0049 commit 998f328
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 4 deletions.
2 changes: 2 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ alexey-k
Alex Piggott
Alf Eaton
Aliaksei Chapyzhenka
Allef Santana (garug)
Allen Sarkisyan
Ami Fischman
Amin Shali
Expand Down Expand Up @@ -748,6 +749,7 @@ Pi Delport
Pierre Gerold
Pieter Ouwerkerk
Piyush
pkucode
Pontus Granström
Pontus Melke
prasanthj
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.65.18 (2024-09-20)

### Bug fixes

[dart mode](https://codemirror.net/5/mode/dart/index.html): Handle numeric separators.

[groovy mode](https://codemirror.net/5/mode/groovy/index.html): Fix a bug in highlighting interpolated variable names.

## 5.65.17 (2024-07-20)

### 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.65.17</span>
<span style="color: #888; font-size: 1rem; position: absolute; right: 0; bottom: 0">version 5.65.18</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 @@ -34,6 +34,13 @@ <h2>Version 6.x</h2>

<h2>Version 5.x</h2>

<p class="rel">20-09-2024: <a href="https://codemirror.net/5/codemirror-5.65.18.zip">Version 5.65.18</a>:</p>

<ul class="rel-note">
<li><a href="https://codemirror.net/5/mode/dart/index.html">dart mode</a>: Handle numeric separators.</li>
<li><a href="https://codemirror.net/5/mode/groovy/index.html">groovy mode</a>: Fix a bug in highlighting interpolated variable names.</li>
</ul>

<p class="rel">20-07-2024: <a href="https://codemirror.net/5/codemirror-5.65.17.zip">Version 5.65.17</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 @@ -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.17</a>.<br>
Get the current version: <a href="https://codemirror.net/5/codemirror.zip">5.65.18</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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codemirror",
"version": "5.65.17",
"version": "5.65.18",
"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.65.17"
CodeMirror.version = "5.65.18"

0 comments on commit 998f328

Please sign in to comment.