Browse Source

Clarify IE11 state

Alex Dima 5 năm trước cách đây
mục cha
commit
53909ad4e9
2 tập tin đã thay đổi với 3 bổ sung1 xóa
  1. 2 0
      CHANGELOG.md
  2. 1 1
      README.md

+ 2 - 0
CHANGELOG.md

@@ -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
 

+ 1 - 1
README.md

@@ -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