Sourced from monaco-editor's changelog.
[0.30.0] (04.11.2021)
- 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, 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()
toITextModel.getLanguageId()
- renamed
IPasteEvent.mode
toIPasteEvent.languageId
Thank you
Contributions to
monaco-editor-webpack-plugin
:
@silverwind
: Fix letter case in repo URL [PR #165](microsoft/monaco-editor-webpack-plugin#165)Contributions to
monaco-languages
:
@arlosi (Arlo Siemsen)
: Rust: highlighting raw strings and fix chars with escapes [PR #167](microsoft/monaco-languages#167)@MasterOdin (Matthew Peveler)
- Add new functions in postgresql 14 [PR #168](microsoft/monaco-languages#168)
- Update json functions for postgresql [PR #169](microsoft/monaco-languages#169)
- Add missing postgresql functions [PR #170](microsoft/monaco-languages#170)
eb6034e
0.30.04a8558d
Prepare for 0.30.0