You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/releasenotes/studio-pro/10/10.24.md
+64-18Lines changed: 64 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,52 @@ weight: 76
10
10
This is the [LTS](/releasenotes/studio-pro/lts-mts/#lts) version 10 release for apps in production.
11
11
{{% /alert %}}
12
12
13
+
## 10.24.6 {#10246}
14
+
15
+
**Release date: September 11, 2025**
16
+
17
+
{{% button color="info" href="https://marketplace.mendix.com/link/studiopro/10.24.6" text="Go to Marketplace" title="Download version 10.24.6 from the Marketplace" %}}
18
+
19
+
### New Features
20
+
21
+
* The **Changes** pane will now automatically be updated if files on the disk are changed outside of Studio Pro.
22
+
23
+
### Improvements
24
+
25
+
* We added support for converting [data grid 1 columns](/refguide/columns/) (ones configured over reference sets) into [data grid 2 columns](/appstore/modules/data-grid-2/#columns).
26
+
* Pushing commits to the server is no longer possible if there is nothing to push.
27
+
28
+
### Fixes
29
+
30
+
* We fixed a rare issue where an error pop-up window could appear if a user attempted a version control operation while Git optimization was running for an extended period of time. (Ticket 246741)
31
+
* We fixed an issue where an **Oops** pop-up window appeared during deployment if multiple pages using the same snippet are processed simultaneously. (Ticket 254648)
32
+
* We fixed an issue where a consistency error for offline profiles ("Specialization Entity should have an offline synchronization mode as its generalization Entity has an offline synchronization mode") was wrongly reported. (Ticket 255323)
33
+
* We fixed an issue on offline-associated entities pertaining to `startsWith`, which is not a function error in synchronize actions. (Ticket 257346)
34
+
* We fixed an issue where database synchronization would fail when all of the following occurred during the same deployment: (Ticket 258046)
35
+
36
+
* An association in the database contained any dangling references
37
+
* Foreign key constraints were newly enabled
38
+
* The association storage was changed to or from being a direct association
39
+
40
+
* We fixed an issue where an **Oops** pop-up window was displayed when switching the data source type of a combo box.
41
+
* We fixed an issue when using file dialogs while the persisted file, directory, or drive no longer exists.
42
+
* We fixed an issue for **Export Mappings** where it was incorrectly possible to clear the **Message Definition** root element from the **Select schema elements** tree structure.
43
+
* We fixed an issue for **Import Mappings** and **Export Mappings** where a user would select a checkbox in the **Select schema elements** tree structure 5 levels deep or more, and the tree failed to expand itself to show children items. This made it possible to not select required schema elements.
44
+
* We fixed an issue for **Export Mappings** where XSD extension attributes checkboxes in the **Select schema elements** tree structure were incorrectly not selected when the user selected the checkbox of their parent attribute.
45
+
* We fixed an issue where importing modules containing files with paths longer than the maximum length failed to throw an error message. It will fix these support issues:
46
+
* 227963: "Can't import the Nanoflow Commons to 10.6.x_Maintenance branch line"
47
+
* 234259: "Importing Nanoflow commons impossible"
48
+
* We fixed an issue where the **Push** button is disabled after opening an app with local commits while auto-fetch is disabled.
49
+
* We fixed an issue where user gets an **Oops** pop-up window when creating a non-versioned app.
50
+
51
+
### Deprecations
52
+
53
+
* From November 1, 2025, we will drop support for the following database versions that are no longer supported by the vendors:
54
+
55
+
* MariaDB 10.5
56
+
* Microsoft SQL Server 2019
57
+
* MySQL 8.0
58
+
13
59
## 10.24.5 {#10245}
14
60
15
61
**Release date: September 8, 2025**
@@ -18,25 +64,25 @@ This is the [LTS](/releasenotes/studio-pro/lts-mts/#lts) version 10 release for
18
64
19
65
### Improvements
20
66
21
-
- We improved performance when summarizing conflict information for large documents.
67
+
* We improved performance when summarizing conflict information for large documents.
22
68
23
69
### Fixes
24
70
25
-
- Dependencies for a portable version of Studio Pro (WebView2, OpenJDK, and Gradle) are now placed inside the application's installation folder. Installing or removing a specific version of portable Studio Pro no longer affects the dependencies of other installed versions. (Ticket 244240)
26
-
- We fixed an issue for Import Mappings and Export Mappings that caused checkboxes in the **Select schema elements** tree structure to be set incorrectly. This happened for XML schema inheritance and choice elements. (Ticket 249795)
27
-
- We now allow filtering over reference sets for database data sources, previously allowed only for list views. (Ticket 251833)
28
-
- We fixed an issue where an entity with **Synchronization Config** set to **Never** was removed from the list view or Data grid 2 when **Synchronize All** was triggered (due to excessive cache deletion). For more information on synchronization, see [Offline Synchronization](/refguide/mobile/building-efficient-mobile-apps/offlinefirst-data/synchronization/). (Ticket 253629)
29
-
- We fixed an issue in Import Mappings where object properties were not connected correctly to mapped attributes, resulting in empty import values. (Tickets 254351, 256716, 256726)
30
-
- We fixed an issue where database synchronization sometimes unnecessarily recreated the uniqueness constraint on the primary key mapping table of an external entity. (Ticket 255223)
31
-
- We fixed an issue where an enumeration with a value or a caption set to `com` resulted in a compilation error when you tried running the app. We have also added this to the [reserved words](/refguide/enumerations/#name) list. (Ticket 255976)
32
-
- We fixed the **Tab Container** widget to avoid loading hidden tab content when the conditional visibility expression refers to a page parameter. (Ticket 256717)
33
-
- We fixed an issue in external OData entity's object initialization where specifying the value for a key via a microflow expression failed.
34
-
- We fixed an issue where a user was asked to provide Git credentials for repository optimization.
35
-
- We fixed an error which appeared when viewing widget properties for widgets that needed to be updated.
36
-
- We improved the authentication mechanism in Studio Pro. It fixes the following issues:
37
-
- It fixes the issue where Studio Pro on macOS asked the user credentials to get access to Keychain(Passwords) for a TeamServer project.
38
-
- It fixes the issue where the sign in dialog was displayed when committing a change in Studio Pro which was already open.
39
-
- It fixes the PMP Git issue where wrong credentials were fetched from the Windows credentials store.
71
+
* Dependencies for a portable version of Studio Pro (WebView2, OpenJDK, and Gradle) are now placed inside the application's installation folder. Installing or removing a specific version of portable Studio Pro no longer affects the dependencies of other installed versions. (Ticket 244240)
72
+
* We fixed an issue for Import Mappings and Export Mappings that caused checkboxes in the **Select schema elements** tree structure to be set incorrectly. This happened for XML schema inheritance and choice elements. (Ticket 249795)
73
+
* We now allow filtering over reference sets for database data sources, previously allowed only for list views. (Ticket 251833)
74
+
* We fixed an issue where an entity with **Synchronization Config** set to **Never** was removed from the list view or Data grid 2 when **Synchronize All** was triggered (due to excessive cache deletion). For more information on synchronization, see [Offline Synchronization](/refguide/mobile/building-efficient-mobile-apps/offlinefirst-data/synchronization/). (Ticket 253629)
75
+
* We fixed an issue in Import Mappings where object properties were not connected correctly to mapped attributes, resulting in empty import values. (Tickets 254351, 256716, 256726)
76
+
* We fixed an issue where database synchronization sometimes unnecessarily recreated the uniqueness constraint on the primary key mapping table of an external entity. (Ticket 255223)
77
+
* We fixed an issue where an enumeration with a value or a caption set to `com` resulted in a compilation error when you tried running the app. We have also added this to the [reserved words](/refguide/enumerations/#name) list. (Ticket 255976)
78
+
* We fixed the **Tab Container** widget to avoid loading hidden tab content when the conditional visibility expression refers to a page parameter. (Ticket 256717)
79
+
* We fixed an issue in external OData entity's object initialization where specifying the value for a key via a microflow expression failed.
80
+
* We fixed an issue where a user was asked to provide Git credentials for repository optimization.
81
+
* We fixed an error which appeared when viewing widget properties for widgets that needed to be updated.
82
+
* We improved the authentication mechanism in Studio Pro. It fixes the following issues:
83
+
* It fixes the issue where Studio Pro on macOS asked the user credentials to get access to Keychain (passwords) for a TeamServer project.
84
+
* It fixes the issue where the sign in dialog was displayed when committing a change in Studio Pro which was already open.
85
+
* It fixes the PMP Git issue where wrong credentials were fetched from the Windows credentials store.
40
86
41
87
## 10.24.4 {#10244}
42
88
@@ -83,7 +129,7 @@ This is the [LTS](/releasenotes/studio-pro/lts-mts/#lts) version 10 release for
83
129
* We fixed an issue where a loop in a microflow did not execute if the first activity was disabled. (Ticket 253542)
84
130
* We fixed an issue where some log nodes were not be available in the **Set Log Levels** dialog when running a Mendix app locally from Studio Pro. (Tickets 255330, 255510, 255776)
85
131
* We fixed an error that occurred in native offline apps when upgrading from Mendix 10.12 or below.
86
-
* We added the ability to remove Mendix Studio Pro versions directly from the Version Selector interface when traditional uninstallation failed due to corrupted Windows registry paths, givingusers a manual cleanup option.
132
+
* We added the ability to remove Mendix Studio Pro versions directly from the Version Selector interface when traditional uninstallation failed due to corrupted Windows registry paths, giving users a manual cleanup option.
87
133
* We fixed an issue where two different error messages overlapped in the **Choose Branch line** pane after signing in and out.
88
134
* We fixed an issue where new files created during a rebase were not included in the commit.
89
135
* We fixed an issue where you were unable to commit unsaved documents while rebasing.
@@ -234,7 +280,7 @@ This is the [LTS](/releasenotes/studio-pro/lts-mts/#lts) version 10 release for
234
280
* We fixed a caching issue for React applications that had precaching enabled. (Ticket 250116)
235
281
* We fixed an issue where enumeration values with the name *Core* caused compilation errors. (Ticket 250532)
236
282
* We fixed an issue that native apps upgraded from prior versions to Mendix 10.19-10.23 got an error that prevented the native app to start.
237
-
* We have fixed where the **Show** button did not work in dialogs when selecting an entity.
283
+
* We fixed an issue where the **Show** button did not work in dialogs when selecting an entity.
238
284
* We fixed an issue in the React client where local reruns hung after making changes to a recursive nanoflow.
239
285
* We fixed an issue with using JavaScript actions in a protected module when using the React client.
240
286
* We fixed an issue where an [association source](/refguide10/association-source/) in a data grid or template grid stopped displaying data after previously shown data was cleared due to an unavailable context object. (Ticket 250338, 250479)
0 commit comments