mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 05:50:11 +01:00
v0.55.0 (#5117)
This commit is contained in:
parent
574b846ad2
commit
1b175c701c
3 changed files with 50 additions and 24 deletions
|
|
@ -1,13 +1,16 @@
|
|||
# Monaco Editor Changelog
|
||||
|
||||
## [0.55.0] (unreleased)
|
||||
## [0.55.0]
|
||||
|
||||
### Breaking Changes
|
||||
- Moves nested namespaces (`languages.css`, `languages.html`, `languages.json`, `languages.typescript`) to top level namespaces (`css`, `html`, `json`, `typescript`) to simplify the build process.
|
||||
- Moves nested namespaces (`languages.css`, `languages.html`, `languages.json`, `languages.typescript`) to top level namespaces (`css`, `html`, `json`, `typescript`) to simplify the build process and align with typescript recommendations.
|
||||
|
||||
### New Features
|
||||
- Adds native LSP support (see new `lsp` namespace).
|
||||
|
||||
### Bug Fixes
|
||||
- Updates dompurify to 3.2.7
|
||||
|
||||
## [0.54.0]
|
||||
|
||||
- Adds option `editor.mouseMiddleClickAction`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue