microsoft/monaco-editor
### [`v0.30.1`](https://togithub.com/microsoft/monaco-editor/blob/master/CHANGELOG.md#0301-09112021)
[Compare Source](https://togithub.com/microsoft/monaco-editor/compare/v0.30.0...v0.30.1)
- Fixes [a performance regression where all languages would be loaded when loading the first language](https://togithub.com/microsoft/monaco-editor/issues/2750).
### [`v0.30.0`](https://togithub.com/microsoft/monaco-editor/blob/master/CHANGELOG.md#0300-04112021)
[Compare Source](https://togithub.com/microsoft/monaco-editor/compare/v0.29.1...v0.30.0)
- adds support for rendering horizontal guides between bracket pairs and improves the vertical rendering to account for content in between brackets.
- adds new `hover.above` option to control the hover position.
- adds `ICodeEditor.onDidChangeHiddenAreas` which is fired when folding/unfolding.
- to address [CVE-2021-42574](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42574), the editor now renders Unicode directional formatting characters by default. The special rendering can be turned off using `renderControlCharacters`. See https://code.visualstudio.com/updates/v1\_62#\_unicode-directional-formatting-characters for an explanation.
##### Breaking Changes
- renamed enum members of `monaco.KeyCode` to align with the names given for browser codes.
- renamed `ITextModel.getModeId()` to `ITextModel.getLanguageId()`
- renamed `IPasteEvent.mode` to `IPasteEvent.languageId`
##### Thank you
Contributions to `monaco-editor-webpack-plugin`:
- [@silverwind](https://togithub.com/silverwind): Fix letter case in repo URL [PR #165](https://togithub.com/microsoft/monaco-editor-webpack-plugin/pull/165)
Contributions to `monaco-languages`:
- [@arlosi (Arlo Siemsen)](https://togithub.com/arlosi): Rust: highlighting raw strings and fix chars with escapes [PR #167](https://togithub.com/microsoft/monaco-languages/pull/167)
- [@MasterOdin (Matthew Peveler)](https://togithub.com/MasterOdin)
- Add new functions in postgresql 14 [PR #168](https://togithub.com/microsoft/monaco-languages/pull/168)
- Update json functions for postgresql [PR #169](https://togithub.com/microsoft/monaco-languages/pull/169)
- Add missing postgresql functions [PR #170](https://togithub.com/microsoft/monaco-languages/pull/170)
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, click this checkbox.
This PR contains the following updates:
0.29.1
->0.30.1
Release Notes
microsoft/monaco-editor
### [`v0.30.1`](https://togithub.com/microsoft/monaco-editor/blob/master/CHANGELOG.md#0301-09112021) [Compare Source](https://togithub.com/microsoft/monaco-editor/compare/v0.30.0...v0.30.1) - Fixes [a performance regression where all languages would be loaded when loading the first language](https://togithub.com/microsoft/monaco-editor/issues/2750). ### [`v0.30.0`](https://togithub.com/microsoft/monaco-editor/blob/master/CHANGELOG.md#0300-04112021) [Compare Source](https://togithub.com/microsoft/monaco-editor/compare/v0.29.1...v0.30.0) - adds support for rendering horizontal guides between bracket pairs and improves the vertical rendering to account for content in between brackets. - adds new `hover.above` option to control the hover position. - adds `ICodeEditor.onDidChangeHiddenAreas` which is fired when folding/unfolding. - to address [CVE-2021-42574](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42574), the editor now renders Unicode directional formatting characters by default. The special rendering can be turned off using `renderControlCharacters`. See https://code.visualstudio.com/updates/v1\_62#\_unicode-directional-formatting-characters for an explanation. ##### Breaking Changes - renamed enum members of `monaco.KeyCode` to align with the names given for browser codes. - renamed `ITextModel.getModeId()` to `ITextModel.getLanguageId()` - renamed `IPasteEvent.mode` to `IPasteEvent.languageId` ##### Thank you Contributions to `monaco-editor-webpack-plugin`: - [@silverwind](https://togithub.com/silverwind): Fix letter case in repo URL [PR #165](https://togithub.com/microsoft/monaco-editor-webpack-plugin/pull/165) Contributions to `monaco-languages`: - [@arlosi (Arlo Siemsen)](https://togithub.com/arlosi): Rust: highlighting raw strings and fix chars with escapes [PR #167](https://togithub.com/microsoft/monaco-languages/pull/167) - [@MasterOdin (Matthew Peveler)](https://togithub.com/MasterOdin) - Add new functions in postgresql 14 [PR #168](https://togithub.com/microsoft/monaco-languages/pull/168) - Update json functions for postgresql [PR #169](https://togithub.com/microsoft/monaco-languages/pull/169) - Add missing postgresql functions [PR #170](https://togithub.com/microsoft/monaco-languages/pull/170)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.