Update dependency monaco-editor to ^0.19.0
Created by: renovate[bot]
This PR contains the following updates:
Package | Type | Update | New value | References | Sourcegraph |
---|---|---|---|---|---|
monaco-editor | dependencies | minor | ^0.19.0 | source |
Release Notes
Microsoft/monaco-editor
v0.19.0
New & Noteworthy
- It is now possible to pass in a
dimension
in the editor construction options in order to avoid a synchronous layout. - There is new API to provide semantic tokens.
- New options:
-
multiCursorPaste
: define how to distribute paste in case of multi-cursor -
matchBrackets
: control if enclosing brackets should be highlighted
-
- Fixes for tokenization in: TypeScript, JavaScript, Handlebars, Kotlin and VB.
Breaking changes
-
getConfiguration()
is replaced bygetRawOptions()
, which returns the passed in editor options.
Thank you
Contributions to monaco-editor
:
- Lars Hvam (@larshp)
- Remy Suen (@rcjsuen): Add CompletionItem with snippet support to the example PR #1703
Contributions to monaco-editor-webpack-plugin
:
- Dominik Moritz (@domoritz): Bump to 0.16 PR #62
- Mike Greiling (@mikegreiling): Fix webpack_public_path within getWorkerUrl method PR #63
- Roman Krasiuk (@rkrasiuk): Bump to 0.17.0 and Add graphql support PR #67
- Niklas Mollenhauer (@nikeee): Add loader-utils and make @types/webpack a dev dependency PR #74
- James Diefenderfer (@jimmydief)
Contributions to monaco-languages
:
- Maksym Bykovskyy (@mbykovskyy): Adds cameligo language support PR #75
- Steven Degutis (@sdegutis): Adds Markdown Table syntax highlighting PR #73
- Sergey Romanov (@Serhioromano): Improvements to ST language PR #76
- Sebastian Pahnke (@spahnke): [JS/TS] Add support for the nullish-coalesce operator PR #74
Contributions to monaco-typescript
:
- Denys Vuika (@DenysVuika): register multiple extra libs at once PR #24
- Elizabeth Craig (@ecraig12345)
- @katis: Update TypeScript to 3.7.2 PR #51
- Tamas Kiss (@kisstkondoros): Add documentation to signature help PR #52
- Lars Hvam (@larshp): fix typo PR #45
- Sebastian Pahnke (@spahnke)
Renovate configuration
rebase!
".
-
If you want to rebase/retry this PR, check this box
Newsflash: Renovate has joined WhiteSource, and is now free for all use. Learn more or view updated terms and privacy policies.