From d8aec52d978a4e472ef11240e51ff49a92547558 Mon Sep 17 00:00:00 2001 From: Johannes Faltermeier Date: Mon, 3 Feb 2025 11:53:45 +0100 Subject: [PATCH 1/2] docs: update changelog for 1.58.0/1.58.1 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32459f9f5f270..3d284d58d3345 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -63,6 +63,10 @@ - [task] added task related context keys [#14757](https://github.com/eclipse-theia/theia/pull/14757) - [vsx-registry] added logic to load plugin readme from file system [#14699](https://github.com/eclipse-theia/theia/pull/14699) +[Breaking Changes:](#breaking_changes_1.58.1) + +- [electron] Electron applications now need to be bundled due to an updated dependency that is now an ESM library [#14781](https://github.com/eclipse-theia/theia/pull/14781) [#14812](https://github.com/eclipse-theia/theia/pull/14812) + ## 1.57.0 - 12/16/2024 - [ai] added initial support for MCP [#14598](https://github.com/eclipse-theia/theia/pull/14598) From 40fbe478567071749c0a5a4be61715818b2c7c0b Mon Sep 17 00:00:00 2001 From: Johannes Faltermeier Date: Mon, 3 Feb 2025 12:12:35 +0100 Subject: [PATCH 2/2] Update CHANGELOG.md Co-authored-by: Stefan Dirix --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d284d58d3345..9194d959a7a06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -65,7 +65,7 @@ [Breaking Changes:](#breaking_changes_1.58.1) -- [electron] Electron applications now need to be bundled due to an updated dependency that is now an ESM library [#14781](https://github.com/eclipse-theia/theia/pull/14781) [#14812](https://github.com/eclipse-theia/theia/pull/14812) +- [electron] It is now mandatory to bundle the Theia backend in Electron applications due to an updated dependency [#14781](https://github.com/eclipse-theia/theia/pull/14781) [#14812](https://github.com/eclipse-theia/theia/pull/14812). In case you are still using the non-bundled variant: Regenerate your webpack.config.js and adjust the entry point in the package.json of your Electron application. See [here](#breaking_changes_1.39.0) for more information. ## 1.57.0 - 12/16/2024