Explorar o código

update html & json

Martin Aeschlimann %!s(int64=6) %!d(string=hai) anos
pai
achega
4a39951383
Modificáronse 5 ficheiros con 13 adicións e 10 borrados
  1. 3 0
      CHANGELOG.md
  2. 1 1
      monaco.d.ts
  3. 6 6
      package-lock.json
  4. 2 2
      package.json
  5. 1 1
      website/playground/monaco.d.ts.txt

+ 3 - 0
CHANGELOG.md

@@ -1,5 +1,8 @@
 # Monaco Editor Changelog
 # Monaco Editor Changelog
 
 
+## [0.16.2] (19.03.2018)
+* Fixes for HTML and JSON (https://github.com/Microsoft/monaco-editor/issues/1367, https://github.com/Microsoft/monaco-editor/issues/1254)
+
 ## [0.16.1] (14.03.2018)
 ## [0.16.1] (14.03.2018)
 * Fixes issue with context menu (https://github.com/Microsoft/monaco-editor/issues/1357)
 * Fixes issue with context menu (https://github.com/Microsoft/monaco-editor/issues/1357)
 
 

+ 1 - 1
monaco.d.ts

@@ -1,6 +1,6 @@
 /*!-----------------------------------------------------------
 /*!-----------------------------------------------------------
  * Copyright (c) Microsoft Corporation. All rights reserved.
  * Copyright (c) Microsoft Corporation. All rights reserved.
- * Type definitions for monaco-editor v0.16.1
+ * Type definitions for monaco-editor v0.16.2
  * Released under the MIT license
  * Released under the MIT license
 *-----------------------------------------------------------*/
 *-----------------------------------------------------------*/
 /*---------------------------------------------------------------------------------------------
 /*---------------------------------------------------------------------------------------------

+ 6 - 6
package-lock.json

@@ -3102,15 +3102,15 @@
       "dev": true
       "dev": true
     },
     },
     "monaco-html": {
     "monaco-html": {
-      "version": "2.5.0",
-      "resolved": "https://registry.npmjs.org/monaco-html/-/monaco-html-2.5.0.tgz",
-      "integrity": "sha512-XPfxgoUooqJ14Zf/Xxr4lfskzzwZRhfwEGmNNeRYYfN6zC9VwBhGjAIx1OQbhtZuK/W3vmL5CLRlKQ+0NpjXJw==",
+      "version": "2.5.1",
+      "resolved": "https://registry.npmjs.org/monaco-html/-/monaco-html-2.5.1.tgz",
+      "integrity": "sha512-cqq5m7yk+BCQJk4nzz3q5OIXrKoiRu5EAPhu17vPXIIklp+VYIMnlTYhBvA/WDzHi4qLJamCAZ3xuRSiCoIj2g==",
       "dev": true
       "dev": true
     },
     },
     "monaco-json": {
     "monaco-json": {
-      "version": "2.5.0",
-      "resolved": "https://registry.npmjs.org/monaco-json/-/monaco-json-2.5.0.tgz",
-      "integrity": "sha512-IBt9x29L6cZ4oBFq+9iIC1uPXe1LIeJ0GigosbeCfPx+jhoucQm+3yMMFprAUIer9b1+lB8q+a6ibEUm8VYktQ==",
+      "version": "2.5.1",
+      "resolved": "https://registry.npmjs.org/monaco-json/-/monaco-json-2.5.1.tgz",
+      "integrity": "sha512-ceOjp5qf054EAVSzGSRHPnggogAwTkyKqivlwwXM7u383l7p4x4/AmkIQb63oUW+zbLEZMXTRFrCgmIBePZwFA==",
       "dev": true
       "dev": true
     },
     },
     "monaco-languages": {
     "monaco-languages": {

+ 2 - 2
package.json

@@ -25,8 +25,8 @@
     "http-server": "^0.11.1",
     "http-server": "^0.11.1",
     "monaco-css": "2.5.0",
     "monaco-css": "2.5.0",
     "monaco-editor-core": "0.16.1",
     "monaco-editor-core": "0.16.1",
-    "monaco-html": "2.5.0",
-    "monaco-json": "2.5.0",
+    "monaco-html": "2.5.1",
+    "monaco-json": "2.5.1",
     "monaco-languages": "1.7.0",
     "monaco-languages": "1.7.0",
     "monaco-typescript": "3.4.1",
     "monaco-typescript": "3.4.1",
     "rimraf": "^2.6.3",
     "rimraf": "^2.6.3",

+ 1 - 1
website/playground/monaco.d.ts.txt

@@ -1,6 +1,6 @@
 /*!-----------------------------------------------------------
 /*!-----------------------------------------------------------
  * Copyright (c) Microsoft Corporation. All rights reserved.
  * Copyright (c) Microsoft Corporation. All rights reserved.
- * Type definitions for monaco-editor v0.16.1
+ * Type definitions for monaco-editor v0.16.2
  * Released under the MIT license
  * Released under the MIT license
 *-----------------------------------------------------------*/
 *-----------------------------------------------------------*/
 /*---------------------------------------------------------------------------------------------
 /*---------------------------------------------------------------------------------------------