microsoft/monaco-editor
### [`v0.29.1`](https://togithub.com/microsoft/monaco-editor/blob/master/CHANGELOG.md#0291-11102021-)
[Compare Source](https://togithub.com/microsoft/monaco-editor/compare/v0.29.0...v0.29.1)
#### \[0.29.1] (11.10.2021)
- fixes [an issue with the ESM version in DOMPurify](https://togithub.com/microsoft/monaco-editor/issues/2691).
##### Thank you
Contributions to `monaco-languages`:
- [@sw23 (Spencer Williams)](https://togithub.com/sw23)
- Adding syntax highlighting support for .pla files (Programmable Logic Array) [PR #163](https://togithub.com/microsoft/monaco-languages/pull/163)
- SystemVerilog: Adding better syntax highlighting for primitive table definitions [PR #165](https://togithub.com/microsoft/monaco-languages/pull/165)
- [@tochicool (Tochi Obudulu)](https://togithub.com/tochicool): Add support for Protocol Buffers language [PR #164](https://togithub.com/microsoft/monaco-languages/pull/164)
### [`v0.29.0`](https://togithub.com/microsoft/monaco-editor/blob/master/CHANGELOG.md#0290-08102021-)
#### \[0.29.0] (08.10.2021)
- adds an `ariaContainerElement` option for editors
- adds `guides.bracketPairs` to enable guides driven by bracket pairs
- adds `maxFileSize` to control the maximum file size for which to compute diffs
- adds `CodeActionProvider.resolveCodeAction`
##### Breaking Change
- consolidated the options `renderIndentGuides`, `highlightActiveIndentGuide` to `guides`
##### Thank you
Contributions to `monaco-editor`:
- [@crackalak (Dan Hughes)](https://togithub.com/crackalak): Added `ariaContainerElement` to shadow dom test [PR #2644](https://togithub.com/microsoft/monaco-editor/pull/2644)
- [@HKalbasi](https://togithub.com/HKalbasi): Add example for inlay hints [PR #2640](https://togithub.com/microsoft/monaco-editor/pull/2640)
- [@silverwind](https://togithub.com/silverwind): Fix letter case in repo URL [PR #2674](https://togithub.com/microsoft/monaco-editor/pull/2674)
- [@Un-index](https://togithub.com/Un-index): chore: Align run button text in playground.css [PR #2658](https://togithub.com/microsoft/monaco-editor/pull/2658)
Contributions to `monaco-editor-samples`:
- [@koto (Krzysztof Kotowicz)](https://togithub.com/koto): Added an example of loading Monaco with Trusted Types [PR #92](https://togithub.com/microsoft/monaco-editor-samples/pull/92)
Contributions to `monaco-editor-webpack-plugin`:
- [@six-ponies (马騳骉)](https://togithub.com/six-ponies): fix: Failed to execute 'importScripts' on 'WorkerGlobalScope': The URL xxx is invalid. [PR #160](https://togithub.com/microsoft/monaco-editor-webpack-plugin/pull/160)
Contributions to `monaco-languages`:
- [@aaaaaa2493 (Vladimir Turov)](https://togithub.com/aaaaaa2493): Support Java 12-17 syntax [PR #159](https://togithub.com/microsoft/monaco-languages/pull/159)
- [@mbtools (Marc Bernard)](https://togithub.com/mbtools): Update ABAP syntax [PR #160](https://togithub.com/microsoft/monaco-languages/pull/160)
- [@scarolan (Sean Carolan)](https://togithub.com/scarolan): Replace // with # for line comments [PR #158](https://togithub.com/microsoft/monaco-languages/pull/158)
- [@valeriia-melnychuk (Valeriia Melnychuk)](https://togithub.com/valeriia-melnychuk): Implement syntax highlighting for Flow9 [PR #154](https://togithub.com/microsoft/monaco-languages/pull/154)
Contributions to `monaco-typescript`:
- [@paranoidjk (paranoidjk)](https://togithub.com/paranoidjk): feat: support find reference to extraLib [PR #84](https://togithub.com/microsoft/monaco-typescript/pull/84)
- [@troy351](https://togithub.com/troy351): Add type definition of `setInlayHintsOptions` [PR #83](https://togithub.com/microsoft/monaco-typescript/pull/83)
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.28.0
->0.29.1
Release Notes
microsoft/monaco-editor
### [`v0.29.1`](https://togithub.com/microsoft/monaco-editor/blob/master/CHANGELOG.md#0291-11102021-) [Compare Source](https://togithub.com/microsoft/monaco-editor/compare/v0.29.0...v0.29.1) #### \[0.29.1] (11.10.2021) - fixes [an issue with the ESM version in DOMPurify](https://togithub.com/microsoft/monaco-editor/issues/2691). ##### Thank you Contributions to `monaco-languages`: - [@sw23 (Spencer Williams)](https://togithub.com/sw23) - Adding syntax highlighting support for .pla files (Programmable Logic Array) [PR #163](https://togithub.com/microsoft/monaco-languages/pull/163) - SystemVerilog: Adding better syntax highlighting for primitive table definitions [PR #165](https://togithub.com/microsoft/monaco-languages/pull/165) - [@tochicool (Tochi Obudulu)](https://togithub.com/tochicool): Add support for Protocol Buffers language [PR #164](https://togithub.com/microsoft/monaco-languages/pull/164) ### [`v0.29.0`](https://togithub.com/microsoft/monaco-editor/blob/master/CHANGELOG.md#0290-08102021-) #### \[0.29.0] (08.10.2021) - adds an `ariaContainerElement` option for editors - adds `guides.bracketPairs` to enable guides driven by bracket pairs - adds `maxFileSize` to control the maximum file size for which to compute diffs - adds `CodeActionProvider.resolveCodeAction` ##### Breaking Change - consolidated the options `renderIndentGuides`, `highlightActiveIndentGuide` to `guides` ##### Thank you Contributions to `monaco-editor`: - [@crackalak (Dan Hughes)](https://togithub.com/crackalak): Added `ariaContainerElement` to shadow dom test [PR #2644](https://togithub.com/microsoft/monaco-editor/pull/2644) - [@HKalbasi](https://togithub.com/HKalbasi): Add example for inlay hints [PR #2640](https://togithub.com/microsoft/monaco-editor/pull/2640) - [@silverwind](https://togithub.com/silverwind): Fix letter case in repo URL [PR #2674](https://togithub.com/microsoft/monaco-editor/pull/2674) - [@Un-index](https://togithub.com/Un-index): chore: Align run button text in playground.css [PR #2658](https://togithub.com/microsoft/monaco-editor/pull/2658) Contributions to `monaco-editor-samples`: - [@koto (Krzysztof Kotowicz)](https://togithub.com/koto): Added an example of loading Monaco with Trusted Types [PR #92](https://togithub.com/microsoft/monaco-editor-samples/pull/92) Contributions to `monaco-editor-webpack-plugin`: - [@six-ponies (马騳骉)](https://togithub.com/six-ponies): fix: Failed to execute 'importScripts' on 'WorkerGlobalScope': The URL xxx is invalid. [PR #160](https://togithub.com/microsoft/monaco-editor-webpack-plugin/pull/160) Contributions to `monaco-languages`: - [@aaaaaa2493 (Vladimir Turov)](https://togithub.com/aaaaaa2493): Support Java 12-17 syntax [PR #159](https://togithub.com/microsoft/monaco-languages/pull/159) - [@mbtools (Marc Bernard)](https://togithub.com/mbtools): Update ABAP syntax [PR #160](https://togithub.com/microsoft/monaco-languages/pull/160) - [@scarolan (Sean Carolan)](https://togithub.com/scarolan): Replace // with # for line comments [PR #158](https://togithub.com/microsoft/monaco-languages/pull/158) - [@valeriia-melnychuk (Valeriia Melnychuk)](https://togithub.com/valeriia-melnychuk): Implement syntax highlighting for Flow9 [PR #154](https://togithub.com/microsoft/monaco-languages/pull/154) Contributions to `monaco-typescript`: - [@paranoidjk (paranoidjk)](https://togithub.com/paranoidjk): feat: support find reference to extraLib [PR #84](https://togithub.com/microsoft/monaco-typescript/pull/84) - [@troy351](https://togithub.com/troy351): Add type definition of `setInlayHintsOptions` [PR #83](https://togithub.com/microsoft/monaco-typescript/pull/83)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.