Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

monaco-editor

Package Overview
Dependencies
Maintainers
7
Versions
844
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

monaco-editor - npm Package Versions

1
85

0.15.6

Diff

Changelog

Source

[0.15.6] (23.11.2018)

  • Fixes issue with context menu (https://github.com/Microsoft/monaco-editor/issues/1199)
rebornix
published 0.15.5 •

Changelog

Source

[0.15.5] (16.11.2018)

  • Re-remove cast to any from our code base to allow for tree shaking to not shake useful code (https://github.com/Microsoft/monaco-editor/issues/1013)
alexandrudima
published 0.15.4 •

Changelog

Source

[0.15.4] (15.11.2018)

  • Fixes context menu in IE11 - https://github.com/Microsoft/monaco-editor/issues/1191
  • Fixes suggest widget - https://github.com/Microsoft/monaco-editor/issues/1185 and https://github.com/Microsoft/monaco-editor/issues/1186
alexandrudima
published 0.15.3 •

Changelog

Source

[0.15.3] (15.11.2018)

  • Remove cast to any from our code base to allow for tree shaking to not shake useful code (https://github.com/Microsoft/monaco-editor/issues/1013)
alexandrudima
published 0.15.2 •

Changelog

Source

[0.15.2] (14.11.2018)

  • Fixes usage of marked to allow for packaging with rollup (https://github.com/Microsoft/monaco-editor/issues/1183)
alexandrudima
published 0.15.1 •

Changelog

Source

[0.15.1] (13.11.2018)

  • Fixes the /esm/ distribution (https://github.com/Microsoft/monaco-editor/issues/1178)
alexandrudima
published 0.15.0 •

Changelog

Source

[0.15.0] (12.11.2018)

New & Noteworthy

  • Improved typings in monaco.d.ts to better reflect null types.

Breaking changes

  • We are slowly migrating our code-base away from WinJS promises, so the exposed monaco.Promise API has been reduced to indicate that. We are setting up a Promise polyfill to cover browsers which do not have a native Promise implementation yet (i.e. IE11).
  • CompletionItemProvider.provideCompletionItems and CompletionItemProvider.resolveCompletionItem have been modified to better reflect the API of VS Code. Both arguments and return type have changed.
  • SignatureHelpProvider.provideSignatureHelp now receives an extra argument for the context.
  • Various new editor options or tweaks to existing ones: parameterHints, autoClosingBrackets, autoClosingQuotes, autoSurround, copyWithSyntaxHighlighting, tabCompletion.

Thank you

Contributions to monaco-editor:

Contributions to monaco-languages:

Contributions to monaco-typescript:

Contributions to monaco-json:

Contributions to monaco-css:

alexandrudima
published 0.14.3 •

Changelog

Source

[0.14.3] (17.08.2018)

  • Fixes TypeScript/JavaScript coloring of regular expressions https://github.com/Microsoft/monaco-editor/issues/1009
alexandrudima
published 0.14.2 •

Changelog

Source

[0.14.2] (10.08.2018)

  • Reverts https://github.com/Microsoft/monaco-editor/pull/981
alexandrudima
published 0.14.1 •

Changelog

Source

[0.14.1] (10.08.2018)

  • Fixes Find All References (https://github.com/Microsoft/vscode/issues/56160)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc