Skip to content

Commit c41951a

Browse files
authored
updates changelog (#4978)
1 parent 759c442 commit c41951a

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,20 @@
11
# Monaco Editor Changelog
22

3-
## [0.60.0]
3+
## [0.53.0]
44

5-
- Deprecated `AMD` build.
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.
6+
7+
### New Features
8+
9+
- Next Edit Suggestion support.
10+
- Scroll On Middle Click
11+
- Edit Context Support
12+
13+
### Breaking Changes
14+
15+
- Internal AMD modules are no longer accessible. Accessing internal AMD modules was never supported. While this is still possible in the ESM build, we don't encourage this usage pattern.
16+
- The [browser-script-editor scenario](https://github.com/microsoft/monaco-editor/blob/a4d7907bd439b06b24e334bdf2ab597bcae658b5/samples/browser-script-editor/index.html) for unbundled synchronous script import and editor creation no longer works. Instead, a the ESM build should be used with a bundler, such as vite or webpack.
17+
- Custom AMD workers don't work anymore out of the box.
618

719
## [0.52.0]
820

0 commit comments

Comments
 (0)