mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 12:45:39 +01:00
updates changelog (#4978)
This commit is contained in:
parent
759c442dae
commit
c41951a02b
1 changed files with 14 additions and 2 deletions
16
CHANGELOG.md
16
CHANGELOG.md
|
|
@ -1,8 +1,20 @@
|
|||
# Monaco Editor Changelog
|
||||
|
||||
## [0.60.0]
|
||||
## [0.53.0]
|
||||
|
||||
- Deprecated `AMD` build.
|
||||
- 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.
|
||||
|
||||
### New Features
|
||||
|
||||
- Next Edit Suggestion support.
|
||||
- Scroll On Middle Click
|
||||
- Edit Context Support
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
- 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.
|
||||
- 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.
|
||||
- Custom AMD workers don't work anymore out of the box.
|
||||
|
||||
## [0.52.0]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue