mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 05:50:11 +01:00
v0.45.0
This commit is contained in:
parent
091550e898
commit
5e5af013f8
3 changed files with 26 additions and 12 deletions
14
CHANGELOG.md
14
CHANGELOG.md
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue