mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 23:13:02 +01:00
Clarify IE11 state
This commit is contained in:
parent
916bd49bbf
commit
53909ad4e9
2 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue