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
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,21 @@ 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.18 {#102418}
14
+
15
+
**Release date: April 21, 2026**
16
+
17
+
{{% button color="info" href="https://marketplace.mendix.com/link/studiopro/10.24.18" text="Go to Marketplace" title="Download version 10.24.18 from the Marketplace" %}}
18
+
19
+
### Improvements
20
+
21
+
- We improved performance when Studio Pro exports pages and layouts for the React client during deployment. Apps with many pages, layouts, or snippet calls now deploy significantly faster.
22
+
23
+
### Fixes
24
+
25
+
- We fixed an issue where offline data was lost when upgrading a native mobile app from 10.18 → 10.24+ directly, or from 10.18 → 10.19–10.23 → 10.24+. The database is now automatically migrated from legacy storage paths during upgrade. (Ticket 274811)
26
+
- 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.
27
+
- 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.
0 commit comments