This commit is contained in:
Henning Dieterichs 2023-09-11 11:52:31 +02:00 committed by Henning Dieterichs
parent 51ba6777fc
commit fc4b92a890
3 changed files with 18 additions and 12 deletions

View file

@ -1,5 +1,11 @@
# Monaco Editor Changelog
## [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.
- Diff editor uses inline mode by default when width is too small. Use the config option `useInlineViewWhenSpaceIsLimited` to control this behavior.
- Fixes broken language features when a model is created before the editor.
## [0.41.0]
- `IDiffEditor.diffReviewNext` was renamed to `IDiffEditor.accessibleDiffViewerNext`.