Skip to content

Commit 36957ee

Browse files
Merge pull request mendix#9934 from mendix/Maria-10.18.10-rn
Add 10.18.10 Studio Pro Release Notes
2 parents 16744bd + 950df4c commit 36957ee

2 files changed

Lines changed: 23 additions & 2 deletions

File tree

content/en/docs/releasenotes/studio-pro/10/10.18.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,35 @@ weight: 82
1212
This is the [MTS](/releasenotes/studio-pro/lts-mts/#mts) version 10 release for apps in production.
1313
{{% /alert %}}
1414

15+
## 10.18.10 {#101810}
16+
17+
**Release date: August ___, 2025**
18+
19+
{{% button color="info" href="https://marketplace.mendix.com/link/studiopro/10.18.10" text="Go to Marketplace" title="Download version 10.18.10 from the Marketplace" %}}
20+
21+
### Improvements
22+
23+
- The navigation tree menu is no longer tagged with **aria-hidden** when it is still visible.
24+
- Menu buttons on the navigation menu are now reachable when they are visible.
25+
- We added **aria-expanded**, **aria-haspopup** and **aria-controls** attributes to the navigation tree where relevant.
26+
27+
### Fixes
28+
29+
- We fixed an error in native offline apps which causes upgrade from Mendix 10.12 or below to cause an error.
30+
31+
### Known Issues
32+
33+
* In the React client, re-running an app locally with runtime-only changes does not properly apply those changes. (Tickets 253176, 253539, 253842, 253932, 254100)
34+
* In the React client, the debugger does not reconnect when restarting an app.
35+
1536
## 10.18.9 {#10189}
1637

1738
**Release date: July 8, 2025**
1839

1940
{{% button color="info" href="https://marketplace.mendix.com/link/studiopro/10.18.9" text="Go to Marketplace" title="Download version 10.18.9 from the Marketplace" %}}
2041

2142
### Fixes
22-
43+
2344
* 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)
2445
* We fixed an issue where uploading an SVG image caused an error. (Ticket 244585)
2546
* We fixed an issue with MxBuild that reported a successful build before the build process had finished. (Ticket 252729)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ weight: 99
7575
- We save a file name when saving a document while being offline.
7676
- We fixed a Native only issue that causes synchronize action to prompt error on specific scenarios. (Ticket 250114)
7777
- We fixed an issue in offline apps that could result in significant longer synchronization times when large data sets are synchronized with a lot of associations.
78-
- We fixed an error in native offline apps which causes upgrade from Mendix 10.12 or earlier to cause an error.
78+
- We fixed an error in native offline apps which causes upgrade from Mendix 10.12 or below to cause an error.
7979
- We fixed an issue in offline apps where the use of offline entities in XPath constraints of online entities (and the use of online entities in XPath constraints of offline entities) was not properly prohibited.
8080
- We fixed an issue in online entities used in offline apps where associations from online entities to offline entities could result into errors while saving data and calling microflows (errors like
8181
`java.lang.NumberFormatException: For input string: "GUID:[...]"`).

0 commit comments

Comments
 (0)