Clarify IE11 state

pull/1844/head
Alex Dima 2020-02-13 16:57:24 +01:00
parent 916bd49bbf
commit 53909ad4e9
No known key found for this signature in database
GPG Key ID: 6E58D7B045760DA0
2 changed files with 3 additions and 1 deletions

View File

@ -16,6 +16,7 @@
* Renamed `onCompositionStart`, `onCompositionEnd` to `onDidCompositionStart`, `onDidCompositionEnd`
* Changed the argument passed in to `onDidPaste`
* `WorkspaceEdit.edits` has now changed its shape such that edits must no longer be grouped by resource.
* The Monaco Editor no longer supports IE 11. The last version that was tested in IE 11 is 0.18.1.
### Thank you
@ -80,6 +81,7 @@ Contributions to `monaco-languages`:
### Breaking changes
* `getConfiguration()` is replaced by `getRawOptions()`, which returns the passed in editor options.
* Starting with this version, the Monaco Editor no longer supports IE 11. The last version that was tested in IE 11 is 0.18.1.
### Thank you

View File

@ -86,7 +86,7 @@ No.
❓ **What about IE 11 support?**
* The Monaco Editor no longer supports IE 11. The last version that was tested on IE 11 is `0.14.0`.
* The Monaco Editor no longer supports IE 11. The last version that was tested on IE 11 is `0.18.1`.
## Development setup