This commit is contained in:
Henning Dieterichs 2023-12-07 15:14:51 +01:00 committed by Henning Dieterichs
parent 091550e898
commit 5e5af013f8
3 changed files with 26 additions and 12 deletions

View file

@ -1,5 +1,19 @@
# Monaco Editor Changelog
## [0.45.0]
### Breaking Changes
- `wordBasedSuggestions: boolean` -> `'off' | 'currentDocument' | 'matchingDocuments' | 'allDocuments'`
- `occurrencesHighlight: boolean` -> `'off' | 'singleFile' | 'multiFile'`
### Additions
- Many bug fixes
- `IEditorScrollbarOptions.ignoreHorizontalScrollbarInContentHeight`
- `IDiffEditor.goToDiff`
- `IDiffEditor.revealFirstDiff`
## [0.44.0]
- Removes old diff editor implementation.