This commit is contained in:
Henning Dieterichs 2025-11-19 19:08:30 +01:00 committed by GitHub
parent 574b846ad2
commit 1b175c701c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 50 additions and 24 deletions

View file

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