Adopt monaco-editor-core@0.6.1
parent
dfbd13e448
commit
11fbe57652
|
@ -1,5 +1,8 @@
|
|||
# Monaco Editor Change log
|
||||
|
||||
## [0.6.1]
|
||||
- Fixed regression where `editor.addCommand` was no longer working.
|
||||
|
||||
## [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.
|
||||
- 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",
|
||||
"http-server": "^0.9.0",
|
||||
"monaco-css": "1.1.4",
|
||||
"monaco-editor-core": "0.6.0",
|
||||
"monaco-editor-core": "0.6.1",
|
||||
"monaco-json": "1.0.7",
|
||||
"monaco-languages": "0.4.0",
|
||||
"monaco-typescript": "0.6.1",
|
||||
|
|
Loading…
Reference in New Issue