Skip to content

Commit 66a9424

Browse files
committed
Upload RNs
1 parent 1e35d47 commit 66a9424

1 file changed

Lines changed: 59 additions & 0 deletions

File tree

  • content/en/docs/releasenotes/studio-pro/11

content/en/docs/releasenotes/studio-pro/11/11.6.md

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,65 @@ weight: 94
66
mts: true
77
---
88

9+
## 11.6.6 {#1166}
10+
11+
**Release date: April ___, 2026**
12+
13+
{{% button color="info" href="https://marketplace.mendix.com/link/studiopro/11.6.6" text="Go to Marketplace" title="Download version 11.6.6 from the Marketplace" %}}
14+
15+
### New Features
16+
17+
- We added a new runtime setting `FileStorage.S3.DisableChunkedEncoding` to allow disabling chunked encoding for S3 storage. (Tickets 274327, 272789)
18+
- When Studio Pro is uninstalled, residual files created by Studio Pro are now also removed during the uninstall process. For this feature to work on macOS, we recommend using Mendix Version Selector (version 58 or higher) to uninstall Studio Pro. On Windows, regular uninstallation either through the OS itself or via Version Selector is sufficient.
19+
20+
### Improvements
21+
22+
- We improved performance of opening the Entity selector dialog. (Ticket 270854)
23+
- We upgraded the BouncyCastle dependency to version 1.84. (Tickets 276629, 276631)
24+
- We have made improvements to the **Collect Support Information** feature:
25+
* The **Collect Support Information** progress dialog is now cancellable.
26+
* We made the **Collect Support Information** feature available to macOS users.
27+
* We have added useful information to aid our support team in diagnosing issues, such as:
28+
* The length of the current session.
29+
* The size of the app.
30+
* Number of modules.
31+
* Total document count and document type breakdown.
32+
* If the project directory has been excluded from Windows Defender Antivirus.
33+
- We improved performance when Studio Pro exports pages and layouts for the React client during deployment. Apps with many pages, layouts, or snippet calls can now deploy significantly faster.
34+
35+
#### Widget and Module Marketplace Metadata {#widget-module-metadata}
36+
37+
We changed how Studio Pro stores Marketplace identity data for widgets. This data is now stored in a single shared file, **widgets-appstore-metadata.json**, located in the root of your app project, instead of inside each individual widget's *.mpk* file.
38+
39+
Additionally, some Marketplace modules could have an incorrect version string in the app model, these are now corrected automatically. When you open your app, all widget files are updated, the new `widgets-appstore-metadata.json` file is created, and any module version strings are corrected. These will appear as changes in your version control, commit them as part of your upgrade.
40+
41+
### Fixes
42+
43+
- We fixed an issue where saving changes in the **Select Elements** dialog of an XML import mapping incorrectly allowed saving an invalid selection where a parent element was checked but its required child element was not, without showing the expected error "Element '…' cannot be checked without a checked child element." (Ticket 273820)
44+
- We fixed an issue in the **Select Elements** dialog of an XML export mapping where clicking OK on a checked parent element whose required child elements had not been expanded caused the error "Element '…' cannot be checked without a checked child element." Studio Pro now automatically checks required child elements of unexpanded parent nodes before saving. (Ticket 274683)
45+
- Fixed an error in offline synchronization when objects with sync mode set to "Never" are selectively synced after a full synchronization (Ticket 266442)
46+
- We fixed an issue where filtering for objects using a constraint like [not(association)] in offline apps incorrectly returned no results. (Ticket 274157)
47+
- We fixed an issue when running with Oracle where task queue queries generated invalid SQL. (Ticket 275597)
48+
- We fixed an issue that prevented the Security Overview export from opening.
49+
- We made main start activity in Workflow not draggable to prevent users from accidentally dragging it and losing their progress. This change will help improve the user experience and prevent frustration caused by accidental drags.
50+
- We fixed an issue where using the 'tab' key in the multiline text area would insert a '\t' character into text inputs on macOS.
51+
- We added an aditional fix for cases where an external keyboard would not traverse properly through elements marked as accessible on mobile devices.
52+
- We have fixed an issue on iOS where specific scenarios of using custom styled widgets inside Containers would not show the desired styling.
53+
- We fixed an issue where an Oops dialog appeared when re-selecting a modified JSON Structure in an import mapping. This happened after updating the JSON Structure's content and then re-opening the Select Elements dialog to select the same structure again.
54+
- We fixed a runtime exception in Published OData when publishing an association to an object that is inaccessible due to OData security constraints.
55+
- We fixed a runtime error in OData search queries for varchar attribute with a limited column length and a search string longer than that limit.
56+
- We fixed an issue in the JavaScript Action Editor where multiline import statements were not parsed correctly.
57+
- We fixed an issue where an app could reject valid localized dates for custom date patterns that use month names. This affected patterns with abbreviated month names such as `dd MMM yyyy` and standalone abbreviated month names such as `dd LLL yyyy`, so values like the Dutch `16 mrt 2027 10:02` could be treated as invalid.
58+
- In the entity access rules editor, we fixed module roles not being sorted in alphabetical order.
59+
- We fixed an issue where mxbuild incorrectly reported that the modern web client bundler stopped unexpectedly, while the React client bundler completed normally without errors.
60+
- We fixed TabContainer not updating the active tab attribute or firing the onChange nanoflow on tab switch when the TabContainer entity is passed as a nanoflow argument.
61+
62+
### Deprecations
63+
64+
- From July 6, 2026, we will drop support for the following database versions that are no longer supported by the vendors:
65+
- PostgreSQL 13
66+
- MariaDB 10.6
67+
968
## 11.6.5 {#1165}
1069

1170
**Release date: April 3, 2026**

0 commit comments

Comments
 (0)