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
28 changes: 27 additions & 1 deletion 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,32 @@ weight: 76
This is the [LTS](/releasenotes/studio-pro/lts-mts/#lts) version 10 release for apps in production.
{{% /alert %}}

## 10.24.15 {#102415}

**Release date: February , 2026**

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

### Improvements

- We have improved the performance of session cleanup.

### Fixes

- We fixed an issue where System.UserRole's **Description** attribute was not readable. (Ticket 259857)
- We fixed an issue where the short revision hash of the commit was being sent when deploying a package. (Ticket 264621, Ticket 266012)
- We fixed an issue in offline apps that could result in errors like "[Synchronization] SQLiteError: table mx10414574138294561$_guidToTable has no column named inaccessibleAttrs" by ensuring database migrations happen properly for all users in the client database. (Tickets 264910, 265393, 269740)
- In the logic editors, we fixed an issue where extracted microflows did not contain all the expected parameters for a newly-created activity. (Ticket 265542)
- We fixed an issue with the [tab container](/refguide10/tab-container/) widget. It would reset to the first tab when returning to the page, causing data sources to reload unnecessarily and other tabs to be blocked. (Tickets 266083, 266090, 267249)
- We fixed an issue where the last attributes were truncated in entity properties dialog boxes. (Tickets 266554, 260953, 256106, 251278, 255882)
- We fixed an issue where an import mapping would not read JSON attribute values when a JSON attribute was preceded by another attribute with an attribute name that is a prefix (for example `StatusId` and `Status`). We also improved how JSON objects were read when one object name was a prefix of another object name. (Ticket 266571)
- In the logic editors, we fixed an issue where a **Show Message** activity had an empty caption after initial loading of the microflow. (Ticket 268024).
- We fixed an issue that caused setting the image of a building block to show an error dialog instead of resizing the image. (Ticket 268856)
- We fixed an issue in Maia chat where it crashed if the **Studio Pro Version** attribute was missing in a reference.
- We fixed scenarios in Android where navigating fields of a data view (of different types) would not be possible using an external keyboard.
- We now parse `StdOut` and `StdError` streams separately when calling git process. This improves the stability of git operations.
- We fixed an issue during local development where system texts would not be updated in the application when hot-reloading. They are now correctly updated without the need to fully restart the server.

## 10.24.14 {#102414}

**Release date: January 16, 2026**
Expand Down Expand Up @@ -427,7 +453,7 @@ We have retracted version 10.24.7 due to an issue in database schema migration.
* We fixed an issue where uploading a SVG image caused an error. (Ticket 244585)
* We fixed an issue where the runtime log levels were not restored correctly when restarting the app from Studio Pro, in cases where the runtime had been stopped earlier due to the trial version timeout. (Ticket 251399)
* We fixed an issue where, during module import, the widget version check was incorrectly comparing different widgets. (Ticket 252131)
* We fixed an issue that caused a page to crash during navigation when using a Data View widget in the page with a nanoflow.(Tickets 252234, 254377, 254487)
* We fixed an issue that caused a page to crash during navigation when using a data view widget in the page with a nanoflow. (Tickets 252234, 254377, 254487)
* We fixed an issue with MxBuild that reported successful build before the build process had finished. (Ticket 252729)
* We fixed an issue in the logic editors on macOS where pressing <kbd>Command</kbd> + <kbd>C</kbd> failed to copy the selected activity to clipboard and instead changed its caption. (Ticket 253384)
* We fixed a recurring error being caused by showing conditional hidden properties when configuring pluggable widgets through the **Properties** pane, such as Data Grid 2 columns. (Tickets 254074, 254426, 254632, 254637)
Expand Down