Skip to content

Commit e1e4a19

Browse files
committed
v0.55.0
1 parent 574b846 commit e1e4a19

File tree

3 files changed

+50
-24
lines changed

3 files changed

+50
-24
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
# Monaco Editor Changelog
22

3-
## [0.55.0] (unreleased)
3+
## [0.55.0]
44

55
### Breaking Changes
6-
- Moves nested namespaces (`languages.css`, `languages.html`, `languages.json`, `languages.typescript`) to top level namespaces (`css`, `html`, `json`, `typescript`) to simplify the build process.
6+
- 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.
77

88
### New Features
99
- Adds native LSP support (see new `lsp` namespace).
1010

11+
### Bug Fixes
12+
- Updates dompurify to 3.2.7
13+
1114
## [0.54.0]
1215

1316
- Adds option `editor.mouseMiddleClickAction`

package-lock.json

Lines changed: 42 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "monaco-editor",
3-
"version": "0.54.0",
4-
"vscodeRef": "484fdf69b8509c1c9370d913b32e9f6d3a68cc99",
3+
"version": "0.55.0",
4+
"vscodeRef": "86f5a62f058e3905f74a9fa65d04b2f3b533408e",
55
"private": true,
66
"description": "A browser based code editor",
77
"homepage": "https://github.com/microsoft/monaco-editor",
@@ -69,7 +69,7 @@
6969
"jsdom": "^19.0.0",
7070
"jsonc-parser": "^3.0.0",
7171
"mocha": "^11.7.4",
72-
"monaco-editor-core": "^0.55.0-dev-20251008",
72+
"monaco-editor-core": "^0.55.0-rc",
7373
"parcel": "^2.7.0",
7474
"pin-github-action": "^1.8.0",
7575
"postcss-url": "^10.1.3",

0 commit comments

Comments
 (0)