microsoft/monaco-editor (monaco-editor)
### [`v0.44.0`](https://togithub.com/microsoft/monaco-editor/blob/HEAD/CHANGELOG.md#0440)
[Compare Source](https://togithub.com/microsoft/monaco-editor/compare/v0.43.0...v0.44.0)
- Removes old diff editor implementation.
- Custom diff algorithms no longer can be passed via diff editor options, instead a service should be used ([see #3558 for more details](https://togithub.com/microsoft/monaco-editor/issues/3558)).
### [`v0.43.0`](https://togithub.com/microsoft/monaco-editor/compare/v0.41.0...v0.43.0)
[Compare Source](https://togithub.com/microsoft/monaco-editor/compare/v0.41.0...v0.43.0)
### [`v0.41.0`](https://togithub.com/microsoft/monaco-editor/blob/HEAD/CHANGELOG.md#0410)
[Compare Source](https://togithub.com/microsoft/monaco-editor/compare/v0.40.0...v0.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://togithub.com/claylibrarymarket): Fix Twig's plain text class expression [PR #4063](https://togithub.com/microsoft/monaco-editor/pull/4063)
- [@FossPrime (Ray Foss)](https://togithub.com/FossPrime): Use new GitHub pages workflow [PR #4000](https://togithub.com/microsoft/monaco-editor/pull/4000)
- [@leandrocp (Leandro Pereira)](https://togithub.com/leandrocp): Elixir - Add support for multi-letter uppercase sigils [PR #4041](https://togithub.com/microsoft/monaco-editor/pull/4041)
- [@philippleidig (PhilippLe)](https://togithub.com/philippleidig): Add TwinCAT file support for structured text (st) language [PR #3315](https://togithub.com/microsoft/monaco-editor/pull/3315)
- [@remcohaszing (Remco Haszing)](https://togithub.com/remcohaszing)
- Add mdx language [PR #3096](https://togithub.com/microsoft/monaco-editor/pull/3096)
- Export custom TypeScript worker variables [PR #3488](https://togithub.com/microsoft/monaco-editor/pull/3488)
- Document some basic concepts [PR #4087](https://togithub.com/microsoft/monaco-editor/pull/4087)
### [`v0.40.0`](https://togithub.com/microsoft/monaco-editor/blob/HEAD/CHANGELOG.md#0400)
[Compare Source](https://togithub.com/microsoft/monaco-editor/compare/v0.39.0...v0.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`
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
^0.39.0
->^0.44.0
Release Notes
microsoft/monaco-editor (monaco-editor)
### [`v0.44.0`](https://togithub.com/microsoft/monaco-editor/blob/HEAD/CHANGELOG.md#0440) [Compare Source](https://togithub.com/microsoft/monaco-editor/compare/v0.43.0...v0.44.0) - Removes old diff editor implementation. - Custom diff algorithms no longer can be passed via diff editor options, instead a service should be used ([see #3558 for more details](https://togithub.com/microsoft/monaco-editor/issues/3558)). ### [`v0.43.0`](https://togithub.com/microsoft/monaco-editor/compare/v0.41.0...v0.43.0) [Compare Source](https://togithub.com/microsoft/monaco-editor/compare/v0.41.0...v0.43.0) ### [`v0.41.0`](https://togithub.com/microsoft/monaco-editor/blob/HEAD/CHANGELOG.md#0410) [Compare Source](https://togithub.com/microsoft/monaco-editor/compare/v0.40.0...v0.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://togithub.com/claylibrarymarket): Fix Twig's plain text class expression [PR #4063](https://togithub.com/microsoft/monaco-editor/pull/4063) - [@FossPrime (Ray Foss)](https://togithub.com/FossPrime): Use new GitHub pages workflow [PR #4000](https://togithub.com/microsoft/monaco-editor/pull/4000) - [@leandrocp (Leandro Pereira)](https://togithub.com/leandrocp): Elixir - Add support for multi-letter uppercase sigils [PR #4041](https://togithub.com/microsoft/monaco-editor/pull/4041) - [@philippleidig (PhilippLe)](https://togithub.com/philippleidig): Add TwinCAT file support for structured text (st) language [PR #3315](https://togithub.com/microsoft/monaco-editor/pull/3315) - [@remcohaszing (Remco Haszing)](https://togithub.com/remcohaszing) - Add mdx language [PR #3096](https://togithub.com/microsoft/monaco-editor/pull/3096) - Export custom TypeScript worker variables [PR #3488](https://togithub.com/microsoft/monaco-editor/pull/3488) - Document some basic concepts [PR #4087](https://togithub.com/microsoft/monaco-editor/pull/4087) ### [`v0.40.0`](https://togithub.com/microsoft/monaco-editor/blob/HEAD/CHANGELOG.md#0400) [Compare Source](https://togithub.com/microsoft/monaco-editor/compare/v0.39.0...v0.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`Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.