Skip to content

Commit c7f027e

Browse files
authored
v0.53.0 (#4979)
1 parent c41951a commit c7f027e

File tree

4 files changed

+16
-15
lines changed

4 files changed

+16
-15
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [0.53.0]
44

5-
- Deprecates AMD build. The AMD build will still be shipped for a while, but we don't offer support for it anymore. Please migrate to the ESM build.
5+
- :warning: This release deprecates the AMD build and ships with significant changes of the AMD build. The AMD build will still be shipped for a while, but we don't offer support for it anymore. Please migrate to the ESM build.
66

77
### New Features
88

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ You will get:
2626
- inside `/esm`: ESM version of the editor (compatible with e.g. webpack)
2727
- `monaco.d.ts`: this specifies the API of the editor (this is what is actually versioned, everything else is considered private and might break with any release).
2828

29-
The monaco editor also ships an `AMD` build for backwards-compatibility reasons, but the `AMD` support is deprecated and will be removed in future versions.
29+
:warning: The monaco editor also ships an `AMD` build for backwards-compatibility reasons, but the `AMD` support is deprecated and will be removed in future versions.
3030

3131
## Concepts
3232

package-lock.json

Lines changed: 11 additions & 10 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.52.0",
4-
"vscodeRef": "493330cdc6475247184ea459c66776c3da12cd2d",
3+
"version": "0.53.0",
4+
"vscodeRef": "e296bdfe0313d571a6f58399b22afd199f6da454",
55
"private": true,
66
"description": "A browser based code editor",
77
"homepage": "https://github.com/microsoft/monaco-editor",
@@ -52,7 +52,7 @@
5252
"jsdom": "^19.0.0",
5353
"jsonc-parser": "^3.0.0",
5454
"mocha": "^9.2.0",
55-
"monaco-editor-core": "^0.53.0-dev-20250905",
55+
"monaco-editor-core": "^0.53.0-rc2",
5656
"parcel": "^2.7.0",
5757
"pin-github-action": "^1.8.0",
5858
"prettier": "^2.5.1",

0 commit comments

Comments
 (0)