Update dependency monaco-editor to ^0.18.1
Created by: renovate[bot]
This PR contains the following updates:
Package | Type | Update | New value | References | Sourcegraph |
---|---|---|---|---|---|
monaco-editor | dependencies | minor | ^0.18.1 | source | |
monaco-editor | devDependencies | minor | ^0.18.1 | source |
Release Notes
Microsoft/monaco-editor
v0.18.1
- fixes 2 issues with the ESM distribution - #1572 and #1574
- fixes very slow scrolling in Firefox - #1575
- new syntax highlighting for: pascaligo, ABAP, Sophia ML, Twig and MIPS.
Thank you
Contributions to monaco-editor
:
- Alessandro Fragnani (@alefragnani): Add Pascal samples PR #1358
- Daniel Wang (@datou0412): Add koltin sample for website PR #1351
- Ehsan (@ehsan-mohammadi): Updated html sample code PR #1387
- Jonas Fonseca (@jonas): CHANGELOG: Fix year for releases made in 2019 PR #1388
- Milen Radkov (@mradkov): Add Sophia ML example PR #1543
- Sergey Romanov (@Serhioromano): Structured text example PR #1552
- zhnlviing (@zhanghongnian): fix demo: completion provider example PR #1537
Contributions to monaco-json
:
Contributions to monaco-languages
:
- Brice Aldrich (@DefinitelyNotAGoat): pascaligo: adding pascaligo language support PR #69
- Salam Elbilig (@finalfantasia): [clojure] treat comma as whitespace PR #63
- Alf Eaton (@hubgit): [xml] Add OPF and XSL file extensions PR #64
- Lars Hvam (@larshp)
- Milen Radkov (@mradkov)
- Marco Petersen (@ocrampete16): Add support for the Twig template language PR #71
- Progyan Bhattacharya (@Progyan1997): [Feat] MIPS: Support for Syntax Highlight and Basic Colorization PR #65
- Sergey Romanov (@Serhioromano): [ST] Some updated for Structured Text Language support PR #66
- Sebastian Pahnke (@spahnke): [JS/TS] Add support for BigInt PR #62
Contributions to monaco-typescript
:
- Andre Wachsmuth (@blutorange): Fix microsoft/monaco-editor#1576 update dependency to core PR #41
- Javey (@Javey): Make it can be compressed by uglify-js PR #34
- Sebastian Pahnke (@spahnke): Add a rename provider PR #39
-
@ulrichb: Expose TypeScript version via
monaco.languages.typescript.typeScriptVersion
PR #31
v0.18.0
New & Noteworthy
- Minimap enhancement
- Selections and find results are now rendered in the minimap.
- Model decorations now support
IModelDecorationOptions.minimap
, once set the decoration will be rendered in the minimap
- New editor options
-
autoClosingOvertype
: it controls whether the editor allows typing over closing quotes or brackets. -
cursorSurroundingLines
: it controls how many visible lines to display around the cursor while moving the cursor towards beginning or end of a file. -
renderWhitespace: "selection"
: the editor can render whitespaces only in selection.
-
API changes
-
DeclarationProvider
: The declaration provider interface defines the contract between extensions and the go to declaration feature. -
SelectionRangeProvider
Provide smart selection ranges for the given positions, see VS Code issue. - CodeLensProvider should now return
CodeLensList
instead ofICodeLensSymbol[]
. -
DocumentSymbol
has a new propertytags
to support more types. - View Zone id is now
string
instead ofnumber
.
Thank you
Contributions to monaco-json
:
- Ԝеѕ @wesinator: Add .har extension #9
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.