From 62fab0cf3ca5a9fa3522cf49ef0c43e4fa04f03e Mon Sep 17 00:00:00 2001 From: Henning Dieterichs Date: Fri, 11 Jun 2021 12:27:26 +0200 Subject: [PATCH] Prepare for 0.25.0. --- CHANGELOG.md | 31 ++ CONTRIBUTING.md | 2 +- package-lock.json | 30 +- package.json | 10 +- ...ices-semantic-tokens-provider-example.html | 2 +- typedoc/monaco.d.ts | 470 +++++++++++++----- website/playground/monaco.d.ts.txt | 470 +++++++++++++----- 7 files changed, 759 insertions(+), 256 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aba5b48e..a4257878 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,36 @@ # Monaco Editor Changelog +## [0.25.0] (11.06.2021) + +* added a new feature `inlineSuggest` that features a provider api and new settings. +* added `suggest.preview` to toggle previewing the selected suggest item. +* added `suggest.showDeprecated` +* CSS/HTML: added support for [custom data format](https://code.visualstudio.com/blogs/2020/02/24/custom-data-format) +* HTML: added `registerHTMLLanguageService` + +### Breaking changes +* renamed `inlineHints` to `inlayHints`. + +### Thank you + +Contributions to `monaco-editor`: + +* [@JeanPerriault (El Jùanch0)](https://github.com/JeanPerriault): Fix error message in Safari - Semantic token play [PR #2486](https://github.com/microsoft/monaco-editor/pull/2486) +* [@jonatanklosko (Jonatan Kłosko)](https://github.com/jonatanklosko): Add Elixir sample [PR #2491](https://github.com/microsoft/monaco-editor/pull/2491) + +Contributions to `monaco-languages`: + +* [@akonatala (apoorva konatala)](https://github.com/akonatala): Update cameligo language support [PR #137](https://github.com/microsoft/monaco-languages/pull/137) +* [@anark](https://github.com/anark): Add aliases and mimetypes to liquid language [PR #136](https://github.com/microsoft/monaco-languages/pull/136) +* [@mattvague (Matt Vague)](https://github.com/mattvague): Fix incorrect filenames for liquid [PR #135](https://github.com/microsoft/monaco-languages/pull/135) +* [@spahnke (Sebastian Pahnke)](https://github.com/spahnke) + * [JS/TS] Add support for the RegExp Match Indices flag [PR #139](https://github.com/microsoft/monaco-languages/pull/139) + * [TS] Add override keyword [PR #140](https://github.com/microsoft/monaco-languages/pull/140) + +Contributions to `monaco-typescript`: + +* [@paranoidjk (paranoidjk)](https://github.com/paranoidjk): fix: support go to definition for extraLib file [PR #79](https://github.com/microsoft/monaco-typescript/pull/79) + ## [0.24.0] (12.05.2021) * added a setting `domReadOnly` which controls if the `