Updates changelog (#5092)

This commit is contained in:
Henning Dieterichs 2025-11-07 11:16:41 +01:00 committed by GitHub
parent d89eb54d17
commit 81b06fd717
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,13 @@
# Monaco Editor Changelog # Monaco Editor Changelog
## [0.55.0] (unreleased)
### 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.
### New Features
- Adds native LSP support (see new `lsp` namespace).
## [0.54.0] ## [0.54.0]
- Adds option `editor.mouseMiddleClickAction` - Adds option `editor.mouseMiddleClickAction`