From 1a2619db8d742dd08108e35384be4cce7b8820aa Mon Sep 17 00:00:00 2001 From: "MENDIXDOMAIN\\Maria.Shaposhnikova" Date: Fri, 4 Sep 2026 18:00:22 +0200 Subject: [PATCH 1/3] Add 11.6.11 Studio Pro Release Notes --- .../docs/releasenotes/studio-pro/11/11.6.md | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/content/en/docs/releasenotes/studio-pro/11/11.6.md b/content/en/docs/releasenotes/studio-pro/11/11.6.md index 0393a216aea..52815623814 100644 --- a/content/en/docs/releasenotes/studio-pro/11/11.6.md +++ b/content/en/docs/releasenotes/studio-pro/11/11.6.md @@ -8,6 +8,28 @@ mts: true {{% alert color="info" %}}For highlights of this release, see the [Mendix Release 11.6](https://www.mendix.com/blog/release-11-6-zero-downtime-deployments-workflow-advances/) blog post.{{% /alert %}} +## 11.6.11 {#11611} + +**Release date: September ___, 2026** + +{{% button color="info" href="https://marketplace.mendix.com/link/studiopro/11.6.11" text="Go to Marketplace" title="Download version 11.6.11 from the Marketplace" %}} + +### Improvements + +- We updated Rspack to version 2.2, which reduces bundle times by up to 25%. + +### Fixes + +- We upgraded the JDBC driver for SAP HANA to version 2.29.11. (Ticket 285369) +- We fixed an issue where passwords filled by a password manager were unexpectedly cleared. (Ticket 284395) +- We've addressed some situations where the page editor wasn't using the correct font for an icon from an icon collection. (Ticket 284860) +- Fixed an error that caused Studio Pro to crash when trying to edit properties on some images in the properties pane. +- We fixed an issue where Eclipse showed "cannot be resolved to a type" errors for Java actions in protected modules. (Ticket #235055) +- We fixed an issue causing repeated log warnings "A MeterFilter is being configured...", even when the metrics configuration had not changed. +- We fixed an issue where widgets with a very large number of assets (more than 8000) did not work with Rspack. (Ticket 286207) +- We fixed an issue where a stale progress bar could be displayed indefinitely when a page was opened while the homepage was still loading (ticket 285253). +- We fixed an issue where source maps would be generated for production builds when the "Optimize bundle" option was disabled. + ## 11.6.10 {#11610} **Release date: August 26, 2026** From 31b781484d8c1cbcde2e9d2c080747a5679198bf Mon Sep 17 00:00:00 2001 From: "MENDIXDOMAIN\\Maria.Shaposhnikova" Date: Mon, 7 Sep 2026 10:58:02 +0200 Subject: [PATCH 2/3] Review --- .../docs/releasenotes/studio-pro/11/11.6.md | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/content/en/docs/releasenotes/studio-pro/11/11.6.md b/content/en/docs/releasenotes/studio-pro/11/11.6.md index 52815623814..ffd40873dcb 100644 --- a/content/en/docs/releasenotes/studio-pro/11/11.6.md +++ b/content/en/docs/releasenotes/studio-pro/11/11.6.md @@ -16,19 +16,19 @@ mts: true ### Improvements -- We updated Rspack to version 2.2, which reduces bundle times by up to 25%. +* We updated Rspack to version 2.2, which reduces bundle times by up to 25%. ### Fixes -- We upgraded the JDBC driver for SAP HANA to version 2.29.11. (Ticket 285369) -- We fixed an issue where passwords filled by a password manager were unexpectedly cleared. (Ticket 284395) -- We've addressed some situations where the page editor wasn't using the correct font for an icon from an icon collection. (Ticket 284860) -- Fixed an error that caused Studio Pro to crash when trying to edit properties on some images in the properties pane. -- We fixed an issue where Eclipse showed "cannot be resolved to a type" errors for Java actions in protected modules. (Ticket #235055) -- We fixed an issue causing repeated log warnings "A MeterFilter is being configured...", even when the metrics configuration had not changed. -- We fixed an issue where widgets with a very large number of assets (more than 8000) did not work with Rspack. (Ticket 286207) -- We fixed an issue where a stale progress bar could be displayed indefinitely when a page was opened while the homepage was still loading (ticket 285253). -- We fixed an issue where source maps would be generated for production builds when the "Optimize bundle" option was disabled. +* We upgraded the JDBC driver for SAP HANA to version 2.29.11. (Ticket 285369) +* We fixed an issue where passwords filled by a password manager were unexpectedly cleared. (Ticket 284395) +* We addressed some situations where the page editor did not use the correct font for an icon from an icon collection. (Ticket 284860) +* We fixed an error that caused Studio Pro to crash when trying to edit properties on some images in the **Properties** pane. +* We fixed an issue where Eclipse showed `cannot be resolved to a type` errors for Java actions in protected modules. (Ticket 235055) +* We fixed an issue that caused repeated log warnings `A MeterFilter is being configured...`, even when the metrics configuration had not changed. +* We fixed an issue where widgets with a very large number of assets (more than 8000) did not work with Rspack. (Ticket 286207) +* We fixed an issue where a progress bar remained visible when opening a page while the homepage was still loading.(Ticket 285253) +* We fixed an issue where source maps were generated for production builds when the **Optimize bundle** option was disabled. ## 11.6.10 {#11610} From 50d4a81b107a1ce7d7ab66249e820cba0dd37655 Mon Sep 17 00:00:00 2001 From: "MENDIXDOMAIN\\Maria.Shaposhnikova" Date: Mon, 7 Sep 2026 11:11:51 +0200 Subject: [PATCH 3/3] Rearrange fixes --- content/en/docs/releasenotes/studio-pro/11/11.6.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/en/docs/releasenotes/studio-pro/11/11.6.md b/content/en/docs/releasenotes/studio-pro/11/11.6.md index ffd40873dcb..e82f10a690f 100644 --- a/content/en/docs/releasenotes/studio-pro/11/11.6.md +++ b/content/en/docs/releasenotes/studio-pro/11/11.6.md @@ -16,18 +16,18 @@ mts: true ### Improvements +* We upgraded the JDBC driver for SAP HANA to version 2.29.11. (Ticket 285369) * We updated Rspack to version 2.2, which reduces bundle times by up to 25%. ### Fixes -* We upgraded the JDBC driver for SAP HANA to version 2.29.11. (Ticket 285369) +* We fixed an issue where Eclipse showed `cannot be resolved to a type` errors for Java actions in protected modules. (Ticket 235055) * We fixed an issue where passwords filled by a password manager were unexpectedly cleared. (Ticket 284395) * We addressed some situations where the page editor did not use the correct font for an icon from an icon collection. (Ticket 284860) +* We fixed an issue where a progress bar remained visible when opening a page while the homepage was still loading.(Ticket 285253) +* We fixed an issue where widgets with a very large number of assets (more than 8000) did not work with Rspack. (Ticket 286207) * We fixed an error that caused Studio Pro to crash when trying to edit properties on some images in the **Properties** pane. -* We fixed an issue where Eclipse showed `cannot be resolved to a type` errors for Java actions in protected modules. (Ticket 235055) * We fixed an issue that caused repeated log warnings `A MeterFilter is being configured...`, even when the metrics configuration had not changed. -* We fixed an issue where widgets with a very large number of assets (more than 8000) did not work with Rspack. (Ticket 286207) -* We fixed an issue where a progress bar remained visible when opening a page while the homepage was still loading.(Ticket 285253) * We fixed an issue where source maps were generated for production builds when the **Optimize bundle** option was disabled. ## 11.6.10 {#11610}