mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 12:45:39 +01:00
Updates monaco-editor-core to 0.25.1 and prepares release of monaco-editor 0.25.2.
This commit is contained in:
parent
da855e40d5
commit
448f27d22a
3 changed files with 9 additions and 5 deletions
|
|
@ -1,5 +1,9 @@
|
|||
# Monaco Editor Changelog
|
||||
|
||||
## [0.25.2] (17.06.2021)
|
||||
|
||||
* fixes a problem that [certain characters could not be typed on non-US keyboards](https://github.com/microsoft/monaco-editor/issues/2533).
|
||||
|
||||
## [0.25.1] (15.06.2021)
|
||||
|
||||
* fixes that [`registerHTMLLanguageService` is not available in the AMD version of the monaco-html contribution](https://github.com/microsoft/monaco-editor/issues/2525).
|
||||
|
|
|
|||
8
package-lock.json
generated
8
package-lock.json
generated
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "monaco-editor",
|
||||
"version": "0.25.1",
|
||||
"version": "0.25.2",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
@ -2368,9 +2368,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"monaco-editor-core": {
|
||||
"version": "0.25.0",
|
||||
"resolved": "https://registry.npmjs.org/monaco-editor-core/-/monaco-editor-core-0.25.0.tgz",
|
||||
"integrity": "sha512-PcaM+wCw2UggfECbBd/v5LDX5JtG/NS/9VAVYZj+azI2geoy6ohEpISPTJYiWRhk9yu8LxPDG6/NJXguzG2Bxg==",
|
||||
"version": "0.25.1",
|
||||
"resolved": "https://registry.npmjs.org/monaco-editor-core/-/monaco-editor-core-0.25.1.tgz",
|
||||
"integrity": "sha512-QHYiTAJ8tehH/ZjmsXP/QXQaxFJBfZNgKTuUOEl2/EezSZDozBdQlgKgJZiC6cjVuuo0VaUEb06EWYaDYi2xLA==",
|
||||
"dev": true
|
||||
},
|
||||
"monaco-html": {
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@
|
|||
"event-stream": "4.0.1",
|
||||
"gulp": "^4.0.2",
|
||||
"monaco-css": "3.5.0",
|
||||
"monaco-editor-core": "0.25.0",
|
||||
"monaco-editor-core": "0.25.1",
|
||||
"monaco-html": "3.5.1",
|
||||
"monaco-json": "3.5.1",
|
||||
"monaco-languages": "2.5.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue