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.12.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,25 @@ mts: true
10
10
This is the [MTS](/releasenotes/studio-pro/lts-mts/#mts) version 10 release for apps in production.
11
11
{{% /alert %}}
12
12
13
+
## 10.12.18
14
+
15
+
**Release date: September 22, 2025**
16
+
17
+
{{% button color="info" href="https://marketplace.mendix.com/link/studiopro/10.12.18" text="Go to Marketplace" title="Download version 10.12.18 from the Marketplace" %}}
18
+
19
+
### Improvements
20
+
21
+
* We updated the bundled Node.js from v20 to v22.
22
+
23
+
### Fixes
24
+
25
+
* We fixed an issue where navigating to a screen already in the navigation history caused an unexpected behavior when using the **Side Bar** layout. (Ticket 232247)
26
+
* We fixed an issue where enumeration values with the name *Core* caused compilation errors. (Ticket 250532)
27
+
* We fixed an issue where an attempt to retrieve more than 500 external objects by ID at once failed. For example, when retrieving many external objects by association. (Ticket 251911)
28
+
* We fixed an issue in the interactive documentation (Swagger UI) page for published OData services which indicated it did not support OpenAPI version 3.0.4. (Tickets 256982 and 257611)
29
+
* We added proper refresh functionality for Marketplace for when a session times out. The reload button will properly handle the event, by closing the details page and refreshing the **Search** tab view.
30
+
* We fixed the accessibility of the popup modal so now the keyboard is allowed keyboard to reach the **Close** button.
0 commit comments