Microsoft/monaco-editor
### [`v0.26.1`](https://togithub.com/Microsoft/monaco-editor/compare/v0.26.0...v0.26.1)
[Compare Source](https://togithub.com/Microsoft/monaco-editor/compare/v0.26.0...v0.26.1)
### [`v0.26.0`](https://togithub.com/Microsoft/monaco-editor/blob/master/CHANGELOG.md#0260-15072021)
[Compare Source](https://togithub.com/Microsoft/monaco-editor/compare/v0.25.2...v0.26.0)
* added support for injected text. Use `IModelDecorationOptions.before`/`after`.
* adds support for inlay hints provider.
##### Breaking Changes
* CompletionItemLabel now has the property `label`, `detail` and `description` (instead of `name`, `parameters`, `qualifier` and `type`).
##### Thank you
Contributions to `monaco-editor`:
* [@anthony-c-martin (Anthony Martin)](https://togithub.com/anthony-c-martin): Add Bicep sample [PR #2541](https://togithub.com/microsoft/monaco-editor/pull/2541)
Contributions to `monaco-languages`:
* [@anjbur (Angela Burton)](https://togithub.com/anjbur): Add support for Q# [PR #142](https://togithub.com/microsoft/monaco-languages/pull/142)
* [@maxwrlr](https://togithub.com/maxwrlr): Implement Syntax-Highlighting for SPARQL [PR #145](https://togithub.com/microsoft/monaco-languages/pull/145)
* [@nathanrreed (Nathan Reed)](https://togithub.com/nathanrreed)
* fix c++ comment continuation highlighting [#2497](https://togithub.com/Microsoft/monaco-editor/issues/2497) [PR #143](https://togithub.com/microsoft/monaco-languages/pull/143)
* fix rust raw string highlighting [#2552](https://togithub.com/Microsoft/monaco-editor/issues/2552) [PR #146](https://togithub.com/microsoft/monaco-languages/pull/146)
* fix char literal highlighting [#2481](https://togithub.com/Microsoft/monaco-editor/issues/2481) [PR #147](https://togithub.com/microsoft/monaco-languages/pull/147)
* fix rust raw string highlighting [#2086](https://togithub.com/Microsoft/monaco-editor/issues/2086) [PR #148](https://togithub.com/microsoft/monaco-languages/pull/148)
* [@qwefgh90 (Changwon Choe)](https://togithub.com/qwefgh90): improve a rule which freeze a page in restructuredText [PR #141](https://togithub.com/microsoft/monaco-languages/pull/141)
* [@RubenRBS (Rubén Rincón Blanco)](https://togithub.com/RubenRBS): Add Swift fileprivate access modifier [PR #144](https://togithub.com/microsoft/monaco-languages/pull/144)
Contributions to `monaco-typescript`:
* [@spahnke (Sebastian Pahnke)](https://togithub.com/spahnke): Build tag text correctly for all tags [PR #81](https://togithub.com/microsoft/monaco-typescript/pull/81)
### [`v0.25.2`](https://togithub.com/Microsoft/monaco-editor/blob/master/CHANGELOG.md#0252-17062021)
[Compare Source](https://togithub.com/Microsoft/monaco-editor/compare/v0.25.1...v0.25.2)
* fixes a problem that [certain characters could not be typed on non-US keyboards](https://togithub.com/microsoft/monaco-editor/issues/2533).
### [`v0.25.1`](https://togithub.com/Microsoft/monaco-editor/blob/master/CHANGELOG.md#0251-15062021)
[Compare Source](https://togithub.com/Microsoft/monaco-editor/compare/v0.25.0...v0.25.1)
* fixes that [`registerHTMLLanguageService` is not available in the AMD version of the monaco-html contribution](https://togithub.com/microsoft/monaco-editor/issues/2525).
### [`v0.25.0`](https://togithub.com/Microsoft/monaco-editor/blob/master/CHANGELOG.md#0250-11062021)
[Compare Source](https://togithub.com/Microsoft/monaco-editor/compare/v0.24.0...v0.25.0)
* added a new feature `inlineSuggest` that features a provider api and new settings.
* added `suggest.preview` to toggle previewing the selected suggest item.
* added `suggest.showDeprecated`
* CSS/HTML: added support for [custom data format](https://code.visualstudio.com/blogs/2020/02/24/custom-data-format)
* HTML: added `registerHTMLLanguageService`
##### Breaking changes
* renamed `inlineHints` to `inlayHints`.
##### Thank you
Contributions to `monaco-editor`:
* [@JeanPerriault (El Jùanch0)](https://togithub.com/JeanPerriault): Fix error message in Safari - Semantic token play [PR #2486](https://togithub.com/microsoft/monaco-editor/pull/2486)
* [@jonatanklosko (Jonatan Kłosko)](https://togithub.com/jonatanklosko): Add Elixir sample [PR #2491](https://togithub.com/microsoft/monaco-editor/pull/2491)
Contributions to `monaco-languages`:
* [@akonatala (apoorva konatala)](https://togithub.com/akonatala): Update cameligo language support [PR #137](https://togithub.com/microsoft/monaco-languages/pull/137)
* [@anark](https://togithub.com/anark): Add aliases and mimetypes to liquid language [PR #136](https://togithub.com/microsoft/monaco-languages/pull/136)
* [@mattvague (Matt Vague)](https://togithub.com/mattvague): Fix incorrect filenames for liquid [PR #135](https://togithub.com/microsoft/monaco-languages/pull/135)
* [@spahnke (Sebastian Pahnke)](https://togithub.com/spahnke)
* \[JS/TS] Add support for the RegExp Match Indices flag [PR #139](https://togithub.com/microsoft/monaco-languages/pull/139)
* \[TS] Add override keyword [PR #140](https://togithub.com/microsoft/monaco-languages/pull/140)
Contributions to `monaco-typescript`:
* [@paranoidjk (paranoidjk)](https://togithub.com/paranoidjk): fix: support go to definition for extraLib file [PR #79](https://togithub.com/microsoft/monaco-typescript/pull/79)
Configuration
📅 Schedule: 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 contains the following updates:
^0.24.0
->^0.26.0
Release Notes
Microsoft/monaco-editor
### [`v0.26.1`](https://togithub.com/Microsoft/monaco-editor/compare/v0.26.0...v0.26.1) [Compare Source](https://togithub.com/Microsoft/monaco-editor/compare/v0.26.0...v0.26.1) ### [`v0.26.0`](https://togithub.com/Microsoft/monaco-editor/blob/master/CHANGELOG.md#0260-15072021) [Compare Source](https://togithub.com/Microsoft/monaco-editor/compare/v0.25.2...v0.26.0) * added support for injected text. Use `IModelDecorationOptions.before`/`after`. * adds support for inlay hints provider. ##### Breaking Changes * CompletionItemLabel now has the property `label`, `detail` and `description` (instead of `name`, `parameters`, `qualifier` and `type`). ##### Thank you Contributions to `monaco-editor`: * [@anthony-c-martin (Anthony Martin)](https://togithub.com/anthony-c-martin): Add Bicep sample [PR #2541](https://togithub.com/microsoft/monaco-editor/pull/2541) Contributions to `monaco-languages`: * [@anjbur (Angela Burton)](https://togithub.com/anjbur): Add support for Q# [PR #142](https://togithub.com/microsoft/monaco-languages/pull/142) * [@maxwrlr](https://togithub.com/maxwrlr): Implement Syntax-Highlighting for SPARQL [PR #145](https://togithub.com/microsoft/monaco-languages/pull/145) * [@nathanrreed (Nathan Reed)](https://togithub.com/nathanrreed) * fix c++ comment continuation highlighting [#2497](https://togithub.com/Microsoft/monaco-editor/issues/2497) [PR #143](https://togithub.com/microsoft/monaco-languages/pull/143) * fix rust raw string highlighting [#2552](https://togithub.com/Microsoft/monaco-editor/issues/2552) [PR #146](https://togithub.com/microsoft/monaco-languages/pull/146) * fix char literal highlighting [#2481](https://togithub.com/Microsoft/monaco-editor/issues/2481) [PR #147](https://togithub.com/microsoft/monaco-languages/pull/147) * fix rust raw string highlighting [#2086](https://togithub.com/Microsoft/monaco-editor/issues/2086) [PR #148](https://togithub.com/microsoft/monaco-languages/pull/148) * [@qwefgh90 (Changwon Choe)](https://togithub.com/qwefgh90): improve a rule which freeze a page in restructuredText [PR #141](https://togithub.com/microsoft/monaco-languages/pull/141) * [@RubenRBS (Rubén Rincón Blanco)](https://togithub.com/RubenRBS): Add Swift fileprivate access modifier [PR #144](https://togithub.com/microsoft/monaco-languages/pull/144) Contributions to `monaco-typescript`: * [@spahnke (Sebastian Pahnke)](https://togithub.com/spahnke): Build tag text correctly for all tags [PR #81](https://togithub.com/microsoft/monaco-typescript/pull/81) ### [`v0.25.2`](https://togithub.com/Microsoft/monaco-editor/blob/master/CHANGELOG.md#0252-17062021) [Compare Source](https://togithub.com/Microsoft/monaco-editor/compare/v0.25.1...v0.25.2) * fixes a problem that [certain characters could not be typed on non-US keyboards](https://togithub.com/microsoft/monaco-editor/issues/2533). ### [`v0.25.1`](https://togithub.com/Microsoft/monaco-editor/blob/master/CHANGELOG.md#0251-15062021) [Compare Source](https://togithub.com/Microsoft/monaco-editor/compare/v0.25.0...v0.25.1) * fixes that [`registerHTMLLanguageService` is not available in the AMD version of the monaco-html contribution](https://togithub.com/microsoft/monaco-editor/issues/2525). ### [`v0.25.0`](https://togithub.com/Microsoft/monaco-editor/blob/master/CHANGELOG.md#0250-11062021) [Compare Source](https://togithub.com/Microsoft/monaco-editor/compare/v0.24.0...v0.25.0) * added a new feature `inlineSuggest` that features a provider api and new settings. * added `suggest.preview` to toggle previewing the selected suggest item. * added `suggest.showDeprecated` * CSS/HTML: added support for [custom data format](https://code.visualstudio.com/blogs/2020/02/24/custom-data-format) * HTML: added `registerHTMLLanguageService` ##### Breaking changes * renamed `inlineHints` to `inlayHints`. ##### Thank you Contributions to `monaco-editor`: * [@JeanPerriault (El Jùanch0)](https://togithub.com/JeanPerriault): Fix error message in Safari - Semantic token play [PR #2486](https://togithub.com/microsoft/monaco-editor/pull/2486) * [@jonatanklosko (Jonatan Kłosko)](https://togithub.com/jonatanklosko): Add Elixir sample [PR #2491](https://togithub.com/microsoft/monaco-editor/pull/2491) Contributions to `monaco-languages`: * [@akonatala (apoorva konatala)](https://togithub.com/akonatala): Update cameligo language support [PR #137](https://togithub.com/microsoft/monaco-languages/pull/137) * [@anark](https://togithub.com/anark): Add aliases and mimetypes to liquid language [PR #136](https://togithub.com/microsoft/monaco-languages/pull/136) * [@mattvague (Matt Vague)](https://togithub.com/mattvague): Fix incorrect filenames for liquid [PR #135](https://togithub.com/microsoft/monaco-languages/pull/135) * [@spahnke (Sebastian Pahnke)](https://togithub.com/spahnke) * \[JS/TS] Add support for the RegExp Match Indices flag [PR #139](https://togithub.com/microsoft/monaco-languages/pull/139) * \[TS] Add override keyword [PR #140](https://togithub.com/microsoft/monaco-languages/pull/140) Contributions to `monaco-typescript`: * [@paranoidjk (paranoidjk)](https://togithub.com/paranoidjk): fix: support go to definition for extraLib file [PR #79](https://togithub.com/microsoft/monaco-typescript/pull/79)Configuration
📅 Schedule: 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 WhiteSource Renovate. View repository job log here.