From 317d35bfd9b0c45e2619e1e2d3efb6bec6b117ff Mon Sep 17 00:00:00 2001 From: ConnorLand Date: Wed, 18 Feb 2026 14:54:17 +0100 Subject: [PATCH] upload RNs --- .../docs/releasenotes/studio-pro/11/11.6.md | 30 +++++++++++++++++++ 1 file changed, 30 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 52983ea4381..57f968bd52f 100644 --- a/content/en/docs/releasenotes/studio-pro/11/11.6.md +++ b/content/en/docs/releasenotes/studio-pro/11/11.6.md @@ -6,6 +6,36 @@ weight: 94 mts: true --- +## 11.6.4 {#1164} + +**Release date: February ____, 2026** + +{{% button color="info" href="https://marketplace.mendix.com/link/studiopro/11.6.4" text="Go to Marketplace" title="Download version 11.6.4 from the Marketplace" %}} + +### Improvements + +- We improved performance for repeatable containment widgets that contain an input widget, when not running the React client. This improvement is particularly noticeable in scenarios where a data grid 2 has multiple columns configured with custom content containing input widgets. (Ticket 251521) +- The macOS installer now includes the Mendix Version Selector. This enhancement allows macOS Studio Pro users to open applications directly from Sprintr, double-click MPR/MPK files to open them, and utilize the 'Start from Maia' feature within the Mendix Portal. +- The Studio Pro on macOS was renamed to Mendix Studio Pro. +- We improved handling of cases where a user is deleted concurrently while a session is retrieved for the same user. +- We improved the `Set all to` toggle in the entity access rules editor so that when some members have access rights and others don't, the toggle now disables all rights instead of enabling them. This prevents the `Write` toggle from unexpectedly affecting read access. + +### Fixes + +- We fixed an issue in offline apps that could result in errors like "[Synchronization] SQLiteError: table mx10414574138294561$_guidToTable has no column named inaccessibleAttrs" by ensuring database migrations happen properly for all users in the client database. (Tickets 264910, 265393, 269740) +- We fixed an issue where SVGs failed to render in the offline profile. +- We fixed an issue where an Oops dialog appeared with conditional editability settings when a page contains multiple widgets with the same name, for example as a side effect of a merge. (Ticket 264502) +- We fixed an issue where an Oops dialog appeared with conditional editability settings when a widget referenced a default variable. (Ticket 270420) +- We fixed an issue where, when downloading a widget from the Marketplace or updating a widget via the widget updater, the widget MPK file would become corrupted. This corruption led to an error dialog appearing in Studio Pro when attempting to read the widget package. (Tickets 270889, 271134) +- We fixed an issue where an Oops pop-up window was displayed when a widget with a data source contained expressions referring to unavailable variables. (Ticket 270865) +- We fixed an issue that when document was modified on one source and deleted on other during combination process user had no option to resolve a conflict by deleting a document. +- We fixed an issue when after performing rebase or cherry-pick when user didn’t close the push notification bar and started with new combination operation could end up with two visible notification bars +- In the logic editors, we fixed an issue when Show Message activity could have an empty caption after initial loading of the microflow. (Ticket 268024). +- In the logic editors, we fixed an issue when Extracting submicroflow the sequence flow in the original microflow had invalid condition value, and extracted microflow was missing one. (Ticket 269233). +- We fixed the NullPointerException which occurred when a session token was being generated but the user name was changed in the meantime. (Ticket 265403) +- We fixed an issue where a long-running after startup microflow causes the node to be assumed crashed by other nodes. (Ticket 269993) +- We fixed an issue in the React client where enabling autofocus on a popup that only contained focusable elements in the header or footer resulted in no element being focused. + ## 11.6.3 {#1163} **Release date: January 30, 2026**