mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 15:05:39 +01:00
Adopt monaco-editor-core@0.6.1
This commit is contained in:
parent
dfbd13e448
commit
11fbe57652
2 changed files with 4 additions and 1 deletions
|
|
@ -1,5 +1,8 @@
|
||||||
# Monaco Editor Change log
|
# Monaco Editor Change log
|
||||||
|
|
||||||
|
## [0.6.1]
|
||||||
|
- Fixed regression where `editor.addCommand` was no longer working.
|
||||||
|
|
||||||
## [0.6.0]
|
## [0.6.0]
|
||||||
- This will be the last release that contains specific IE9 and IE10 fixes/workarounds. We will begin cleaning our code-base and remove them.
|
- This will be the last release that contains specific IE9 and IE10 fixes/workarounds. We will begin cleaning our code-base and remove them.
|
||||||
- We plan to adopt TypeScript 2.0, so this will be the last release where `monaco.d.ts` is generated by TypeScript 1.8.
|
- We plan to adopt TypeScript 2.0, so this will be the last release where `monaco.d.ts` is generated by TypeScript 1.8.
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@
|
||||||
"gulp": "^3.9.1",
|
"gulp": "^3.9.1",
|
||||||
"http-server": "^0.9.0",
|
"http-server": "^0.9.0",
|
||||||
"monaco-css": "1.1.4",
|
"monaco-css": "1.1.4",
|
||||||
"monaco-editor-core": "0.6.0",
|
"monaco-editor-core": "0.6.1",
|
||||||
"monaco-json": "1.0.7",
|
"monaco-json": "1.0.7",
|
||||||
"monaco-languages": "0.4.0",
|
"monaco-languages": "0.4.0",
|
||||||
"monaco-typescript": "0.6.1",
|
"monaco-typescript": "0.6.1",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue