Jelajahi Sumber

Adopt monaco-editor-core@0.6.1

Alex Dima 9 tahun lalu
induk
melakukan
11fbe57652
2 mengubah file dengan 4 tambahan dan 1 penghapusan
  1. 3 0
      CHANGELOG.md
  2. 1 1
      package.json

+ 3 - 0
CHANGELOG.md

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

+ 1 - 1
package.json

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