Prepare for 0.15.4

This commit is contained in:
Alex Dima 2018-11-15 15:43:18 +01:00
parent fe422fea5a
commit 5de8ee67af
5 changed files with 10 additions and 6 deletions

View file

@ -1,5 +1,9 @@
# Monaco Editor Changelog # Monaco Editor Changelog
## [0.15.4] (15.11.2018)
* Fixes context menu in IE11 - https://github.com/Microsoft/monaco-editor/issues/1191
* Fixes suggest widget - https://github.com/Microsoft/monaco-editor/issues/1185 and https://github.com/Microsoft/monaco-editor/issues/1186
## [0.15.3] (15.11.2018) ## [0.15.3] (15.11.2018)
* Remove cast to any from our code base to allow for tree shaking to not shake useful code (https://github.com/Microsoft/monaco-editor/issues/1013) * Remove cast to any from our code base to allow for tree shaking to not shake useful code (https://github.com/Microsoft/monaco-editor/issues/1013)

2
monaco.d.ts vendored
View file

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

6
package-lock.json generated
View file

@ -2258,9 +2258,9 @@
"dev": true "dev": true
}, },
"monaco-editor-core": { "monaco-editor-core": {
"version": "0.15.2", "version": "0.15.3",
"resolved": "https://registry.npmjs.org/monaco-editor-core/-/monaco-editor-core-0.15.2.tgz", "resolved": "https://registry.npmjs.org/monaco-editor-core/-/monaco-editor-core-0.15.3.tgz",
"integrity": "sha512-WorQUjyKTkmCzwCv1lRE0zQjJhzTxF1K43KuarWMvGlTu7okiGNqT14vRgMO6yYBxtNcIOvzc09KPv6Ac2uHAw==", "integrity": "sha512-ASFbe519VO4mz9eJJriR//z/K3wqZWwM7StsyLI1aGxmu8/MoM2yGTl0aU6sbMGP5QworwxuRgCROphYoFRpAg==",
"dev": true "dev": true
}, },
"monaco-html": { "monaco-html": {

View file

@ -24,7 +24,7 @@
"gulp-typedoc": "^2.2.0", "gulp-typedoc": "^2.2.0",
"http-server": "^0.11.1", "http-server": "^0.11.1",
"monaco-css": "2.3.0", "monaco-css": "2.3.0",
"monaco-editor-core": "0.15.2", "monaco-editor-core": "0.15.3",
"monaco-html": "2.3.0", "monaco-html": "2.3.0",
"monaco-json": "2.3.0", "monaco-json": "2.3.0",
"monaco-languages": "1.6.0", "monaco-languages": "1.6.0",

View file

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