mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 18:32:56 +01:00
Update CHANGELOG.md
This commit is contained in:
parent
db4c9f21b4
commit
398fd0eee6
1 changed files with 2 additions and 1 deletions
|
|
@ -6,7 +6,8 @@
|
||||||
* Added `Paste` in the context menu in browsers which support the clipboard API.
|
* Added `Paste` in the context menu in browsers which support the clipboard API.
|
||||||
* Many improvements in `monaco-typescript`: support for "deprecated" tags, API to participate in the web worker, improved lib.d.ts resolving.
|
* Many improvements in `monaco-typescript`: support for "deprecated" tags, API to participate in the web worker, improved lib.d.ts resolving.
|
||||||
* New tokenization support for: Julia, Scala, Lexon, Terraform HCL, Dart, Systemverilog.
|
* New tokenization support for: Julia, Scala, Lexon, Terraform HCL, Dart, Systemverilog.
|
||||||
* New semantic tokens provider sample on the playground.
|
* New semantic tokens provider [sample on the playground](https://microsoft.github.io/monaco-editor/playground.html#extending-language-services-semantic-tokens-provider-example).
|
||||||
|
* New [shadow dom sample](https://github.com/microsoft/monaco-editor-samples/tree/master/browser-amd-shadow-dom)
|
||||||
* New `overflowWidgetsDomNode` constructor option to pass in a parent for overflowing widgets.
|
* New `overflowWidgetsDomNode` constructor option to pass in a parent for overflowing widgets.
|
||||||
* New `minimap.size` option: `proportional`, `fill`, `fit`.
|
* New `minimap.size` option: `proportional`, `fill`, `fit`.
|
||||||
* New `OnTypeRename` provider and option `renameOnType`.
|
* New `OnTypeRename` provider and option `renameOnType`.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue