Adopt monaco-editor-core@0.6.1

pull/237/head
Alex Dima 2016-09-06 17:13:45 +02:00
parent dfbd13e448
commit 11fbe57652
2 changed files with 4 additions and 1 deletions

View File

@ -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.

View File

@ -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",