From 6a8cc7d20d5f577003b31471e6d6a39d6cf8b53f Mon Sep 17 00:00:00 2001 From: ConnorLand <47385345+ConnorLand@users.noreply.github.com> Date: Fri, 21 Aug 2026 10:48:21 +0200 Subject: [PATCH 1/3] upload RNs --- content/en/docs/releasenotes/studio-pro/11/11.6.md | 8 ++++++++ 1 file changed, 8 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 76fa4d1c41a..20643ee0d0a 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,14 @@ 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.10 {#11610} + +**Release date: August ___, 2026** + +{{% button color="info" href="https://marketplace.mendix.com/link/studiopro/11.6.10" text="Go to Marketplace" title="Download version 11.6.10 from the Marketplace" %}} + + + ## 11.6.9 {#1169} **Release date: August 4, 2026** From 3313184315acdc681de1f02661c888ac0844fae3 Mon Sep 17 00:00:00 2001 From: ConnorLand <47385345+ConnorLand@users.noreply.github.com> Date: Fri, 21 Aug 2026 10:50:19 +0200 Subject: [PATCH 2/3] actually upload the RNs --- content/en/docs/releasenotes/studio-pro/11/11.6.md | 12 ++++++++++++ 1 file changed, 12 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 20643ee0d0a..b777e7898b1 100644 --- a/content/en/docs/releasenotes/studio-pro/11/11.6.md +++ b/content/en/docs/releasenotes/studio-pro/11/11.6.md @@ -14,7 +14,19 @@ mts: true {{% button color="info" href="https://marketplace.mendix.com/link/studiopro/11.6.10" text="Go to Marketplace" title="Download version 11.6.10 from the Marketplace" %}} +### Improvements + +- We improved the performance of the workflow editor for large workflows. Opening, scrolling, and editing workflows with many activities, outcomes, and boundary events is now noticeably faster. + +### Fixes +- We removed the theme.compiled.css.map from the deployment package due to privacy and security concerns +- We fixed an issue where design properties from an excluded module could incorrectly trigger an error that they have been renamed. (Ticket 281790) +- We fixed an issue where files with `%` in the filename could not be downloaded which caused incorrect “file could not be found” errors. (Ticket 281292) +- We fixed an issue where session cleanup would not succeed and keep retrying indefinitely when an optimistic locking error occurred. (Ticket 282375) +- We have fixed an issue where text box values filled in by a password manager were not registered. (Ticket 283505, 284395) +- We fixed an issue where JavaScript actions with npm dependencies installed in their `actions/node_modules` folder could fail to bundle in the React client, for both the Rollup and Rspack bundlers. (Ticket 283840) +- We fixed an application startup error when a direct association from an entity to a specialization of itself was removed and the parent of the association was removed or no longer a generalization of the child of the association. (Ticket 285998) ## 11.6.9 {#1169} From a219441d261965344731f76d70ea5338f1bee381 Mon Sep 17 00:00:00 2001 From: Quinn Tracy <142489060+quinntracy@users.noreply.github.com> Date: Fri, 21 Aug 2026 15:30:56 +0200 Subject: [PATCH 3/3] Review --- .../en/docs/releasenotes/studio-pro/11/11.6.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 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 b777e7898b1..b9c5d68a82b 100644 --- a/content/en/docs/releasenotes/studio-pro/11/11.6.md +++ b/content/en/docs/releasenotes/studio-pro/11/11.6.md @@ -15,18 +15,18 @@ mts: true {{% button color="info" href="https://marketplace.mendix.com/link/studiopro/11.6.10" text="Go to Marketplace" title="Download version 11.6.10 from the Marketplace" %}} ### Improvements - -- We improved the performance of the workflow editor for large workflows. Opening, scrolling, and editing workflows with many activities, outcomes, and boundary events is now noticeably faster. + +* We improved the performance of the workflow editor for large workflows. Opening, scrolling, and editing workflows with many activities, outcomes, and boundary events are now noticeably faster. ### Fixes -- We removed the theme.compiled.css.map from the deployment package due to privacy and security concerns -- We fixed an issue where design properties from an excluded module could incorrectly trigger an error that they have been renamed. (Ticket 281790) -- We fixed an issue where files with `%` in the filename could not be downloaded which caused incorrect “file could not be found” errors. (Ticket 281292) -- We fixed an issue where session cleanup would not succeed and keep retrying indefinitely when an optimistic locking error occurred. (Ticket 282375) -- We have fixed an issue where text box values filled in by a password manager were not registered. (Ticket 283505, 284395) -- We fixed an issue where JavaScript actions with npm dependencies installed in their `actions/node_modules` folder could fail to bundle in the React client, for both the Rollup and Rspack bundlers. (Ticket 283840) -- We fixed an application startup error when a direct association from an entity to a specialization of itself was removed and the parent of the association was removed or no longer a generalization of the child of the association. (Ticket 285998) +* We fixed an issue where design properties from an excluded module could incorrectly trigger a rename error. (Ticket 281790) +* We fixed an issue where files with `%` in the filename could not be downloaded, which caused incorrect *File could not be found* errors. (Ticket 281292) +* We fixed an issue where session cleanup did not succeed and kept retrying indefinitely when an optimistic locking error occurred. (Ticket 282375) +* We fixed an issue where JavaScript actions with npm dependencies installed in their `actions/node_modules` folder failed to bundle in the React client for both the Rollup and Rspack bundlers. (Ticket 283840) +* We fixed an issue where text box values filled in by a password manager were not registered. (Ticket 283505, 284395) +* We fixed an application startup error that occurred when a direct association between an entity and one of its specializations was removed, and the parent of the association had also been removed or was no longer a generalization of the child entity. (Ticket 285998) +* We removed the `theme.compiled.css.map` from the deployment package due to privacy and security concerns. ## 11.6.9 {#1169}