From 26d4d97b343f988ee9cb61095ccbd29d7f2fb244 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=A4der?= Date: Thu, 15 Feb 2024 10:47:49 +0100 Subject: [PATCH] Changelog entry MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Thomas Mäder --- CHANGELOG.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d25f0597802e..fe038a8dfe136 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,13 +4,18 @@ - [Previous Changelogs](https://github.com/eclipse-theia/theia/tree/master/doc/changelogs/) - +- [monaco] Upgrade Monaco dependency to 1.83.1 [#13217](https://github.com/eclipse-theia/theia/pull/13217)- contributed on behalf of STMicroelectronics\ + There are a couple of breaking changes that come with this monaco update + - Moved `ThemaIcon` and `ThemeColor` to the common folder + - Minor typing adjustments in QuickPickService: in parti + - FileUploadService: moved id field from data transfer item to the corresponding file info + - The way we instantiate monaco services has changed completely: if you touch monaco services in your code, please read the description in the + file comment in `monaco-init.ts`. ## v1.46.0 - 01/25/2024 - [plugin] Add prefix to contributed view container ids [#13362](https://github.com/eclipse-theia/theia/pull/13362) - contributed on behalf of STMicroelectronics