mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 16:15:41 +01:00
doc
This commit is contained in:
parent
3257611038
commit
5ac4970fd5
3 changed files with 5 additions and 2 deletions
|
|
@ -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
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…
Add table
Add a link
Reference in a new issue