Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions content/en/docs/releasenotes/studio-pro/10/10.24.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,22 @@ weight: 76
This is the [LTS](/releasenotes/studio-pro/lts-mts/#lts) version 10 release for apps in production.
{{% /alert %}}

## 10.24.18 {#102418}

**Release date: April ____, 2026**

{{% 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" %}}

### Improvements

- 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.

### Fixes

- 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)
- 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.
- 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.


## 10.24.17 {#102417}

Expand Down