From 3911e57d674d769ea3f8ea5b6f385ef81beae34d Mon Sep 17 00:00:00 2001 From: ConnorLand Date: Wed, 15 Jul 2026 16:09:38 +0200 Subject: [PATCH 1/4] Upload RNs Ordered the tickets and implemented the updated fix language for the t error fix --- .../docs/releasenotes/studio-pro/11/11.6.md | 33 +++++++++++++++++++ 1 file changed, 33 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 082223010e3..c45d7f64537 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,39 @@ 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.8 {#1168} + +**Release date: July ___, 2026** + +{{% button color="info" href="https://marketplace.mendix.com/link/studiopro/11.6.8" text="Go to Marketplace" title="Download version 11.6.8 from the Marketplace" %}} + +### Improvements + +- We fixed the issue in OData Exists queries where an XPath constraint with nested-associations would result in incorrect OData filter (Ticket 261698). + +### Fixes + +- We fixed an issue with the client where passing an empty string as a parameter to an on change microflow triggered an error. (Ticket 276118, 278248) +- We fixed an issue in React client mode where navigating between pages with the same layout left widgets unresponsive. (Ticket 276710) +- We fixed an issue where Studio Pro crashed when pasting content from the clipboard while another application was also accessing the clipboard. (Ticket 278333) +- On SQL Server, when a unique constraint or foreign key constraint is dropped, we now use `IF EXISTS`. This avoids an automatic rollback of the synchronization transaction in case the constraint does not exist. (Ticket 279545) +- We fixed an issue where runtime fails to finish executing a queued task started by a user if the user is deleted during task execution. (Ticket 279891) +- We fixed an issue where the native `Switch` widget did not render correctly on iOS. (Ticket 280839) +- We fixed the `t is not a function` crash in microflow and workflow editors, introduced by the recent Microsoft update for WebView. If you installed an older version of the Microsoft Edge WebView as a workaround and you have no other affected Studio Pro installations, we recommend uninstalling it to prevent future compatibility issues. (Ticket 282591, 282696) +- We fixed an issue with PWAs using Rspack where the service worker would sometimes not be created correctly. (Ticket 282616, 282601) +- We fixed an issue in the call web service activity and in consumed OData services that consume services using OData version 3. The XML parser now rejects DTD declarations and external entities, because a compromised server might exploit those features. +- We fixed an issue when calling `mx.ui.openForm` in the Dojo client + +### Deprecations + +- We dropped support for the following database versions that are no longer supported by the vendors: + - PostgreSQL 13 + - MariaDB 10.6 + +### Breaking Changes + +- Studio Pro on macOS now runs natively on Apple Silicon (arm64). Studio Pro, Version Selector, and command line tools are all built as native Apple Silicon binaries, so they no longer require Rosetta 2 translation layer, resulting in significantly improved performance. Intel-based Macs are no longer supported. + ## 11.6.7 {#1167} **Release date: June 17, 2026** From 9a53622623d49d71de800d6d1cb886bd30e455d9 Mon Sep 17 00:00:00 2001 From: ConnorLand <47385345+ConnorLand@users.noreply.github.com> Date: Tue, 21 Jul 2026 10:29:44 +0200 Subject: [PATCH 2/4] edit and change KI fix links --- .../docs/releasenotes/studio-pro/11/11.6.md | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 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 c45d7f64537..2cac4507158 100644 --- a/content/en/docs/releasenotes/studio-pro/11/11.6.md +++ b/content/en/docs/releasenotes/studio-pro/11/11.6.md @@ -16,20 +16,20 @@ mts: true ### Improvements -- We fixed the issue in OData Exists queries where an XPath constraint with nested-associations would result in incorrect OData filter (Ticket 261698). +- We fixed the issue in OData Exists queries where an XPath constraint with nested-associations would result in an incorrect OData filter. (Ticket 261698) ### Fixes -- We fixed an issue with the client where passing an empty string as a parameter to an on change microflow triggered an error. (Ticket 276118, 278248) -- We fixed an issue in React client mode where navigating between pages with the same layout left widgets unresponsive. (Ticket 276710) +- We fixed an issue with the Mendix Client where passing an empty string as a parameter to an on change microflow triggered an error. (Ticket 276118, 278248) +- We fixed an issue in the React client mode where navigating between pages with the same layout left widgets unresponsive. (Ticket 276710) - We fixed an issue where Studio Pro crashed when pasting content from the clipboard while another application was also accessing the clipboard. (Ticket 278333) - On SQL Server, when a unique constraint or foreign key constraint is dropped, we now use `IF EXISTS`. This avoids an automatic rollback of the synchronization transaction in case the constraint does not exist. (Ticket 279545) -- We fixed an issue where runtime fails to finish executing a queued task started by a user if the user is deleted during task execution. (Ticket 279891) +- We fixed an issue where the Mendix Runtime failed to finish executing a queued task started by a user if the user is deleted during task execution. (Ticket 279891) - We fixed an issue where the native `Switch` widget did not render correctly on iOS. (Ticket 280839) - We fixed the `t is not a function` crash in microflow and workflow editors, introduced by the recent Microsoft update for WebView. If you installed an older version of the Microsoft Edge WebView as a workaround and you have no other affected Studio Pro installations, we recommend uninstalling it to prevent future compatibility issues. (Ticket 282591, 282696) - We fixed an issue with PWAs using Rspack where the service worker would sometimes not be created correctly. (Ticket 282616, 282601) - We fixed an issue in the call web service activity and in consumed OData services that consume services using OData version 3. The XML parser now rejects DTD declarations and external entities, because a compromised server might exploit those features. -- We fixed an issue when calling `mx.ui.openForm` in the Dojo client +- We fixed an issue that occurred when calling `mx.ui.openForm` in the Dojo client. ### Deprecations @@ -112,7 +112,7 @@ Mendix Portable Runtime (previously called Portable App Distribution) packages y * A known issue occurs in multiple logic editors due to the `t is not a function. Please Close and reopen this UI component. If the issue persists, contact Mendix Support.` error introduced by Microsoft Edge WebView 2 version 150: * When creating a new microflow, nanoflow or rule, the error above occurs.  The document is created but the editor does not open, preventing further development activities. * When opening the Logic Recommender, the error above occurs, breaking the editor and preventing further development activities. Closing and opening the editor will clear the error. - * Fixed in [11.12.1](/releasenotes/studio-pro/11.12/#fix-t-is-not-a-function) + * Fixed in [11.6.8](/releasenotes/studio-pro/11.6.8/#fix-t-is-not-a-function) ## 11.6.6 {#1166} @@ -178,7 +178,7 @@ Additionally, some Marketplace modules could have an incorrect version string in * A known issue occurs in multiple logic editors due to the `t is not a function. Please Close and reopen this UI component. If the issue persists, contact Mendix Support.` error introduced by Microsoft Edge WebView 2 version 150: * When creating a new microflow, nanoflow or rule, the error above occurs.  The document is created but the editor does not open, preventing further development activities. * When opening the Logic Recommender, the error above occurs, breaking the editor and preventing further development activities. Closing and opening the editor will clear the error. - * Fixed in [11.12.1](/releasenotes/studio-pro/11.12/#fix-t-is-not-a-function) + * Fixed in [11.6.8](/releasenotes/studio-pro/11.6.8/#fix-t-is-not-a-function) ## 11.6.5 {#1165} @@ -244,7 +244,7 @@ For more information, see [Mendix Portable Runtime](/developerportal/deploy/port * A known issue occurs in multiple logic editors due to the `t is not a function. Please Close and reopen this UI component. If the issue persists, contact Mendix Support.` error introduced by Microsoft Edge WebView 2 version 150: * When creating a new microflow, nanoflow or rule, the error above occurs.  The document is created but the editor does not open, preventing further development activities. * When opening the Logic Recommender, the error above occurs, breaking the editor and preventing further development activities. Closing and opening the editor will clear the error. - * Fixed in [11.12.1](/releasenotes/studio-pro/11.12/#fix-t-is-not-a-function) + * Fixed in [11.6.8](/releasenotes/studio-pro/11.6.8/#fix-t-is-not-a-function) ## 11.6.4 {#1164} @@ -280,7 +280,7 @@ For more information, see [Mendix Portable Runtime](/developerportal/deploy/port * A known issue occurs in multiple logic editors due to the `t is not a function. Please Close and reopen this UI component. If the issue persists, contact Mendix Support.` error introduced by Microsoft Edge WebView 2 version 150: * When creating a new microflow, nanoflow or rule, the error above occurs.  The document is created but the editor does not open, preventing further development activities. * When opening the Logic Recommender, the error above occurs, breaking the editor and preventing further development activities. Closing and opening the editor will clear the error. - * Fixed in [11.12.1](/releasenotes/studio-pro/11.12/#fix-t-is-not-a-function) + * Fixed in [11.6.8](/releasenotes/studio-pro/11.6.8/#fix-t-is-not-a-function) ## 11.6.3 {#1163} @@ -319,7 +319,7 @@ For more information, see [Mendix Portable Runtime](/developerportal/deploy/port * A known issue occurs in multiple logic editors due to the `t is not a function. Please Close and reopen this UI component. If the issue persists, contact Mendix Support.` error introduced by Microsoft Edge WebView 2 version 150: * When creating a new microflow, nanoflow or rule, the error above occurs.  The document is created but the editor does not open, preventing further development activities. * When opening the Logic Recommender, the error above occurs, breaking the editor and preventing further development activities. Closing and opening the editor will clear the error. - * Fixed in [11.12.1](/releasenotes/studio-pro/11.12/#fix-t-is-not-a-function) + * Fixed in [11.6.8](/releasenotes/studio-pro/11.6.8/#fix-t-is-not-a-function) ## 11.6.2 {#1162} @@ -342,7 +342,7 @@ For more information, see [Mendix Portable Runtime](/developerportal/deploy/port * A known issue occurs in multiple logic editors due to the `t is not a function. Please Close and reopen this UI component. If the issue persists, contact Mendix Support.` error introduced by Microsoft Edge WebView 2 version 150: * When creating a new microflow, nanoflow or rule, the error above occurs.  The document is created but the editor does not open, preventing further development activities. * When opening the Logic Recommender, the error above occurs, breaking the editor and preventing further development activities. Closing and opening the editor will clear the error. - * Fixed in [11.12.1](/releasenotes/studio-pro/11.12/#fix-t-is-not-a-function) + * Fixed in [11.6.8](/releasenotes/studio-pro/11.6.8/#fix-t-is-not-a-function) ## 11.6.1 {#1161} @@ -383,7 +383,7 @@ For more information, see [Mendix Portable Runtime](/developerportal/deploy/port * A known issue occurs in multiple logic editors due to the `t is not a function. Please Close and reopen this UI component. If the issue persists, contact Mendix Support.` error introduced by Microsoft Edge WebView 2 version 150: * When creating a new microflow, nanoflow or rule, the error above occurs.  The document is created but the editor does not open, preventing further development activities. * When opening the Logic Recommender, the error above occurs, breaking the editor and preventing further development activities. Closing and opening the editor will clear the error. - * Fixed in [11.12.1](/releasenotes/studio-pro/11.12/#fix-t-is-not-a-function) + * Fixed in [11.6.8](/releasenotes/studio-pro/11.6.8/#fix-t-is-not-a-function) ## 11.6.0 {#1160} @@ -490,7 +490,7 @@ Additionally, page parameters can now be marked as **Optional** and be given a * * A known issue occurs in multiple logic editors due to the `t is not a function. Please Close and reopen this UI component. If the issue persists, contact Mendix Support.` error introduced by Microsoft Edge WebView 2 version 150: * When creating a new microflow, nanoflow or rule, the error above occurs.  The document is created but the editor does not open, preventing further development activities. * When opening the Logic Recommender, the error above occurs, breaking the editor and preventing further development activities. Closing and opening the editor will clear the error. - * Fixed in [11.12.1](/releasenotes/studio-pro/11.12/#fix-t-is-not-a-function) + * Fixed in [11.6.8](/releasenotes/studio-pro/11.6.8/#fix-t-is-not-a-function) #### Mobile From 60ceff705922e92d49a392b2ebc6e0e9fdeec8d8 Mon Sep 17 00:00:00 2001 From: ConnorLand <47385345+ConnorLand@users.noreply.github.com> Date: Tue, 21 Jul 2026 10:30:44 +0200 Subject: [PATCH 3/4] change date --- content/en/docs/releasenotes/studio-pro/11/11.6.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 2cac4507158..ba67c14f9e0 100644 --- a/content/en/docs/releasenotes/studio-pro/11/11.6.md +++ b/content/en/docs/releasenotes/studio-pro/11/11.6.md @@ -10,7 +10,7 @@ mts: true ## 11.6.8 {#1168} -**Release date: July ___, 2026** +**Release date: July 21, 2026** {{% button color="info" href="https://marketplace.mendix.com/link/studiopro/11.6.8" text="Go to Marketplace" title="Download version 11.6.8 from the Marketplace" %}} From 94eef515d49e4f2819583f595743ea631415c2bd Mon Sep 17 00:00:00 2001 From: ConnorLand <47385345+ConnorLand@users.noreply.github.com> Date: Tue, 21 Jul 2026 10:32:04 +0200 Subject: [PATCH 4/4] update fix language --- content/en/docs/releasenotes/studio-pro/11/11.6.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ba67c14f9e0..929c1ca6a7c 100644 --- a/content/en/docs/releasenotes/studio-pro/11/11.6.md +++ b/content/en/docs/releasenotes/studio-pro/11/11.6.md @@ -26,7 +26,7 @@ mts: true - On SQL Server, when a unique constraint or foreign key constraint is dropped, we now use `IF EXISTS`. This avoids an automatic rollback of the synchronization transaction in case the constraint does not exist. (Ticket 279545) - We fixed an issue where the Mendix Runtime failed to finish executing a queued task started by a user if the user is deleted during task execution. (Ticket 279891) - We fixed an issue where the native `Switch` widget did not render correctly on iOS. (Ticket 280839) -- We fixed the `t is not a function` crash in microflow and workflow editors, introduced by the recent Microsoft update for WebView. If you installed an older version of the Microsoft Edge WebView as a workaround and you have no other affected Studio Pro installations, we recommend uninstalling it to prevent future compatibility issues. (Ticket 282591, 282696) +- We fixed the `t is not a function` crash in microflow, workflow, and page editors, introduced by the recent Microsoft update for WebView. If you installed an older version of the Microsoft Edge WebView as a workaround and you have no other affected Studio Pro installations, we recommend uninstalling it to prevent future compatibility issues. (Ticket 282591, 282696) - We fixed an issue with PWAs using Rspack where the service worker would sometimes not be created correctly. (Ticket 282616, 282601) - We fixed an issue in the call web service activity and in consumed OData services that consume services using OData version 3. The XML parser now rejects DTD declarations and external entities, because a compromised server might exploit those features. - We fixed an issue that occurred when calling `mx.ui.openForm` in the Dojo client.