Mark version 5.65.12

This commit is contained in:
Marijn Haverbeke 2023-02-20 11:55:39 +01:00
parent 659df46b1f
commit 6fc81b126f
7 changed files with 18 additions and 4 deletions

View File

@ -799,6 +799,7 @@ ryu-sato
sabaca
sach.gupta
Sachin Gupta
sahil.mahna
Sam Lee
Sam Rawlins
Samuel Ainsworth
@ -964,6 +965,7 @@ Yash-Singh1
Yassin N. Hassan
YNH Webdev
yoongu
yoyoyodog123
Yunchi Luo
Yuvi Panda
Yvonnick Esnault

View File

@ -1,3 +1,9 @@
## 5.65.12 (2023-02-20)
### Bug fixes
[python mode](https://codemirror.net/5/mode/python/): Add new built-ins and keywords.
## 5.65.11 (2022-12-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.65.11</span>
<span style="color: #888; font-size: 1rem; position: absolute; right: 0; bottom: 0">version 5.65.12</span>
</h2>
<p>CodeMirror is a code-editor component that can be embedded in

View File

@ -34,6 +34,12 @@
<h2>Version 5.x</h2>
<p class="rel">20-12-2022: <a href="https://codemirror.net/5/codemirror-5.65.12.zip">Version 5.65.12</a>:</p>
<ul class="rel-note">
<li><a href="https://codemirror.net/5/mode/python/">python mode</a>: Add new built-ins and keywords.</li>
</ul>
<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">

View File

@ -92,7 +92,7 @@
</script>
<div class=actions>
Get the current version: <a href="https://codemirror.net/5/codemirror.zip">5.65.11</a>.<br>
Get the current version: <a href="https://codemirror.net/5/codemirror.zip">5.65.12</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>.

View File

@ -1,6 +1,6 @@
{
"name": "codemirror",
"version": "5.65.11",
"version": "5.65.12",
"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.65.11"
CodeMirror.version = "5.65.12"