mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 18:32:56 +01:00
Prepare for 0.31.1
This commit is contained in:
parent
d8c699832b
commit
337587859b
2 changed files with 7 additions and 1 deletions
|
|
@ -1,5 +1,11 @@
|
|||
# Monaco Editor Changelog
|
||||
|
||||
## [0.31.1] (14.12.2021)
|
||||
|
||||
- Fixes [a problem with missing colors](https://github.com/microsoft/monaco-editor/issues/2822)
|
||||
- Fixes [a problem with scheduling background tokenization](https://github.com/microsoft/vscode/issues/138887)
|
||||
- Improves TypeScript's ESM worker.
|
||||
|
||||
## [0.31.0] (10.12.2021)
|
||||
|
||||
- adds support for [highlighting non basic ASCII, invisible or ambiguous unicode characters](https://code.visualstudio.com/updates/v1_63#_unicode-highlighting).
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "monaco-editor",
|
||||
"version": "0.31.0",
|
||||
"version": "0.31.1",
|
||||
"vscode": "5a1b4999493d49c857497ad481d73a737439f305",
|
||||
"private": true,
|
||||
"description": "A browser based code editor",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue