mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 05:50:11 +01:00
v0.43.0
This commit is contained in:
parent
51ba6777fc
commit
fc4b92a890
3 changed files with 18 additions and 12 deletions
|
|
@ -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`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue