mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 05:50:11 +01:00
Preparing for v0.44.0
This commit is contained in:
parent
94c055bcbd
commit
7e3d25aaca
2 changed files with 8 additions and 3 deletions
|
|
@ -1,5 +1,10 @@
|
|||
# Monaco Editor Changelog
|
||||
|
||||
## [0.44.0]
|
||||
|
||||
- Removes old diff editor implementation.
|
||||
- Custom diff algorithms no longer can be passed via diff editor options, instead a service should be used ([see #3558 for more details](https://github.com/microsoft/monaco-editor/issues/3558)).
|
||||
|
||||
## [0.42.0]
|
||||
|
||||
- Uses new diff editor widget by default. Use `experimental.useVersion2: false` to use the old widget. The old widget will be replaced in the next update.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue