mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 16:15:41 +01:00
Merge pull request #2186 from luminaxster/patch-1
Missing breaking change
This commit is contained in:
commit
722c968e81
1 changed files with 3 additions and 0 deletions
|
|
@ -4,6 +4,9 @@
|
|||
|
||||
Fixes [a regression in monaco-css](https://github.com/microsoft/monaco-editor/issues/2158).
|
||||
|
||||
### Breaking changes
|
||||
* `monaco.uri` methods `file, from, isUri, joinPath, parse, revive` are now static. Changing `new monaco.uri.method` to `monaco.uri.method` resolves 'TypeError: monaco.Uri.file is not a constructor at...' errors.
|
||||
|
||||
## [0.21.1] (24.09.2020)
|
||||
|
||||
Fixes [a few regressions](https://github.com/microsoft/monaco-editor/issues?q=is%3Aissue+milestone%3A%22August+2020+%282%29%22+is%3Aclosed).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue