mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 18:32:56 +01:00
Prepare for 0.15.5
This commit is contained in:
parent
63f764226e
commit
65b61b69ca
5 changed files with 631 additions and 628 deletions
|
|
@ -1,5 +1,8 @@
|
||||||
# Monaco Editor Changelog
|
# Monaco Editor Changelog
|
||||||
|
|
||||||
|
## [0.15.5] (16.11.2018)
|
||||||
|
* Re-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)
|
||||||
|
|
||||||
## [0.15.4] (15.11.2018)
|
## [0.15.4] (15.11.2018)
|
||||||
* Fixes context menu in IE11 - https://github.com/Microsoft/monaco-editor/issues/1191
|
* 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
|
* Fixes suggest widget - https://github.com/Microsoft/monaco-editor/issues/1185 and https://github.com/Microsoft/monaco-editor/issues/1186
|
||||||
|
|
|
||||||
2
monaco.d.ts
vendored
2
monaco.d.ts
vendored
|
|
@ -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.4
|
* Type definitions for monaco-editor v0.15.5
|
||||||
* Released under the MIT license
|
* Released under the MIT license
|
||||||
*-----------------------------------------------------------*/
|
*-----------------------------------------------------------*/
|
||||||
/*---------------------------------------------------------------------------------------------
|
/*---------------------------------------------------------------------------------------------
|
||||||
|
|
|
||||||
1250
package-lock.json
generated
1250
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -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.3",
|
"monaco-editor-core": "0.15.4",
|
||||||
"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",
|
||||||
|
|
|
||||||
|
|
@ -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.4
|
* Type definitions for monaco-editor v0.15.5
|
||||||
* Released under the MIT license
|
* Released under the MIT license
|
||||||
*-----------------------------------------------------------*/
|
*-----------------------------------------------------------*/
|
||||||
/*---------------------------------------------------------------------------------------------
|
/*---------------------------------------------------------------------------------------------
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue