pull/1029/head
Alex Dima 7 years ago
parent 3257611038
commit 5ac4970fd5

@ -1,5 +1,8 @@
# Monaco Editor Change log # Monaco Editor Change log
## [0.14.1] (10.08.2018)
* Fixes Find All References (https://github.com/Microsoft/vscode/issues/56160)
## [0.14.0] (10.08.2018) ## [0.14.0] (10.08.2018)
### New & Noteworthy ### New & Noteworthy
* Using tree-shaking to reduce the amount of shipped code. * Using tree-shaking to reduce the amount of shipped code.

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.14.0 * Type definitions for monaco-editor v0.14.1
* Released under the MIT license * Released under the MIT license
*-----------------------------------------------------------*/ *-----------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------- /*---------------------------------------------------------------------------------------------

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

Loading…
Cancel
Save