Update monaco
Created by: renovate[bot]
This PR contains the following updates:
Package | Type | Update | New value | References | Sourcegraph |
---|---|---|---|---|---|
monaco-editor | dependencies | minor | ^0.20.0 | source | |
monaco-editor-webpack-plugin | devDependencies | minor | ^1.9.0 | source |
Release Notes
Microsoft/monaco-editor
v0.20.0
New & Noteworthy
- The editor can now be hosted inside a Shadow Root.
- There is new API to read the editor's content width and height.
- New editor options:
-
renderValidationDecorations
- render validation decorations even in read only editors -
wrappingStrategy
- delegate wrapping points computation to the browser -
comments.insertSpace
- insert a space around comments when running commenting commands -
foldingHighlight
- highlight folded regions -
peekWidgetDefaultFocus
- focus the inline editor or the tree when opening peek view
-
Breaking changes
- Renamed
onCompositionStart
,onCompositionEnd
toonDidCompositionStart
,onDidCompositionEnd
- Changed the argument passed in to
onDidPaste
-
WorkspaceEdit.edits
has now changed its shape such that edits must no longer be grouped by resource. - The Monaco Editor no longer supports IE 11. The last version that was tested in IE 11 is 0.18.1.
Thank you
Contributions to monaco-editor
:
- Josh Goldberg (@JoshuaKGoldberg): Added section in Monarch docs for Inspect Tokens development helper PR #1807
Contributions to monaco-typescript
:
- Elizabeth Craig (@ecraig12345): Add types for TypeScriptWorker and missing LanguageServiceDefaults methods PR #54
Contributions to monaco-languages
:
- alan.invents (@ALANVF): Highlight function definitions better PR #79
- @nrayburn-tech: Add support for multiline comments in Swift PR #80
v0.19.3
- brings back a way to get resolved editor options - #1734
Thank you
Contributions to monaco-editor
:
- Brijesh Bittu (@brijeshb42): Playground: Add keyboard shortcut to run playground code PR #1756
Contributions to monaco-languages
:
- Rikki Schulte (@acao): add tokenizer for graphql language variables PR #78
v0.19.2
- fixes issue with default value of
autoIndent
- #1726
v0.19.1
- fixes issue with .d.ts file in the ESM distribution - #1729
- adds types for global editor options (such as
wordBasedSuggestions
) - #1746 - adds support for reStructuredText.
Thank you
Contributions to monaco-editor
:
Contributions to monaco-languages
:
- Changwon Choe (@qwefgh90): add support for reStructuredText PR #77
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. - Starting with this version, the Monaco Editor no longer supports IE 11. The last version that was tested in IE 11 is 0.18.1.
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)
- Provide related information to diagnostics PR #48
- Alessandro Fragnani (@alefragnani): Add Pascal samples PR #1358
Renovate configuration
-
If you want to rebase/retry this PR, check this box
This PR has been generated by WhiteSource Renovate. View repository job log here.