adding changes for monaco editor release

This commit is contained in:
Aiday Marlen Kyzy 2024-08-22 18:19:53 +02:00
parent 2713684d6c
commit 88c558b55d
No known key found for this signature in database
GPG key ID: 24A8B53DBD26FF4E
3 changed files with 24 additions and 12 deletions

View file

@ -1,5 +1,17 @@
# Monaco Editor Changelog
## [0.51.0]
- New fields `IEditorOptions.placeholder` and `IEditorOptions.compactMode`
- New fields `IGotoLocationOptions.multipleTests` and `IGotoLocationOptions.alternativeTestsCommand`
- New field `IInlineEditOptions.backgroundColoring`
- New experimental field `IEditorOptions.experimental.useTrueInlineView`
- New options `CommentThreadRevealOptions` for comments
Contributions to `monaco-editor`:
- [@ScottCarda-MS (Scott Carda)](https://github.com/ScottCarda-MS): Update Q# Keywords [PR #4586](https://github.com/microsoft/monaco-editor/pull/4586)
## [0.50.0]
- New field `IEditorMinimapOptions.sectionHeaderLetterSpacing`