From eb7760842a3da1d1f993ad3f33a4e9890ec33bb5 Mon Sep 17 00:00:00 2001 From: Leanid Astrakou Date: Mon, 23 Sep 2024 23:31:47 -0400 Subject: [PATCH] Updated changelog Signed-off-by: Leanid Astrakou --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0c1f30c..47f18d6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,9 @@ All notable changes to the Zlux App Manager will be documented in this file. ## `3.0.0` -- Enhancement: Updated all webpack configurations across supported zlux-app-manager apps (virtual-desktop, bootstrap, app-prop-viewer, -web-browser-app, system-settings-preferences) from 4 --> 5. This includes all associated loaders, modules, and dependencies with removal of deprecated ones. Old Webpack 4 base configuration has been left for app's backwards compatibility. For more information, visit https://www.zowe.org/vnext (#550) +- Enhancement: Updated the Desktop Angular version from 12 to 18. This makes V2 Angular apps incompatible with V3. Iframe and React is unaffected. +- Enhancement: Added ability for the Desktop load the compatibility Desktop mode (V2 Desktop) via the ?use-v2-desktop=true parameter +- Enhancement: Updated all webpack configurations across supported zlux-app-manager apps (virtual-desktop, bootstrap, app-prop-viewer, web-browser-app, system-settings-preferences) from 4 --> 5. This includes all associated loaders, modules, and dependencies with removal of deprecated ones. Old Webpack 4 base configuration has been left for app's backwards compatibility. For more information, visit https://www.zowe.org/vnext (#550) ## `2.10.0`