mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 05:50:11 +01:00
0.41.0
This commit is contained in:
parent
50a8a5ffbf
commit
38e1e3d097
3 changed files with 31 additions and 13 deletions
20
CHANGELOG.md
20
CHANGELOG.md
|
|
@ -1,12 +1,30 @@
|
|||
# Monaco Editor Changelog
|
||||
|
||||
## [0.41.0]
|
||||
|
||||
- `IDiffEditor.diffReviewNext` was renamed to `IDiffEditor.accessibleDiffViewerNext`.
|
||||
- `IDiffEditor.diffReviewPrev` was renamed to `IDiffEditor.accessibleDiffViewerPrev`.
|
||||
- Introduces `InlineCompletionsProvider.yieldsToGroupIds` to allows inline completion providers to yield to other providers.
|
||||
- Bugfixes
|
||||
|
||||
Contributions to `monaco-editor`:
|
||||
|
||||
- [@claylibrarymarket](https://github.com/claylibrarymarket): Fix Twig's plain text class expression [PR #4063](https://github.com/microsoft/monaco-editor/pull/4063)
|
||||
- [@FossPrime (Ray Foss)](https://github.com/FossPrime): Use new GitHub pages workflow [PR #4000](https://github.com/microsoft/monaco-editor/pull/4000)
|
||||
- [@leandrocp (Leandro Pereira)](https://github.com/leandrocp): Elixir - Add support for multi-letter uppercase sigils [PR #4041](https://github.com/microsoft/monaco-editor/pull/4041)
|
||||
- [@philippleidig (PhilippLe)](https://github.com/philippleidig): Add TwinCAT file support for structured text (st) language [PR #3315](https://github.com/microsoft/monaco-editor/pull/3315)
|
||||
- [@remcohaszing (Remco Haszing)](https://github.com/remcohaszing)
|
||||
- Add mdx language [PR #3096](https://github.com/microsoft/monaco-editor/pull/3096)
|
||||
- Export custom TypeScript worker variables [PR #3488](https://github.com/microsoft/monaco-editor/pull/3488)
|
||||
- Document some basic concepts [PR #4087](https://github.com/microsoft/monaco-editor/pull/4087)
|
||||
|
||||
## [0.40.0]
|
||||
|
||||
- Support for Glyph Margin Widgets
|
||||
- Removes `getDiffLineInformationForOriginal` and `getDiffLineInformationForModified` from `IDiffEditor`
|
||||
- `createTrustedTypesPolicy` is optional now
|
||||
- New option `IModelDecorationOptions.shouldFillLineOnLineBreak`
|
||||
- New option `EditorOptions.readOnlyMessage``
|
||||
- New option `EditorOptions.readOnlyMessage`
|
||||
|
||||
## [0.39.0]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue