From 5928b5ec52adbecbc4711cabb1ba69df1dd1eb3f Mon Sep 17 00:00:00 2001 From: ConnorLand Date: Thu, 2 Oct 2025 15:40:46 +0200 Subject: [PATCH 1/3] Upload RNs --- .../docs/releasenotes/studio-pro/10/10.24.md | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/content/en/docs/releasenotes/studio-pro/10/10.24.md b/content/en/docs/releasenotes/studio-pro/10/10.24.md index b3a91926338..a5e6e14a47c 100644 --- a/content/en/docs/releasenotes/studio-pro/10/10.24.md +++ b/content/en/docs/releasenotes/studio-pro/10/10.24.md @@ -10,6 +10,31 @@ weight: 76 This is the [LTS](/releasenotes/studio-pro/lts-mts/#lts) version 10 release for apps in production. {{% /alert %}} +## 10.24.9 {#10249} + +**Release date: October ___, 2025** + +{{% button color="info" href="https://marketplace.mendix.com/link/studiopro/10.24.9" text="Go to Marketplace" title="Download version 10.24.9 from the Marketplace" %}} + +### Improvements + +- We improved the rendering performance of repeating widgets in Design mode, by only rendering a single repeat for widgets within a snippet call, parent layout, or nested within another repeating widget. + +### Fixes + +- We fixed an issue where a Java action could still cause compilation errors, even if excluded from the project. (Ticket 259414) +- We fixed an issue in the React client where autofocus was incorrectly triggered by dynamically loaded widgets, causing combo boxes that use a widget with a dynamic source in their custom content to unexpectedly lose focus and close. (Ticket 254768) +- We fixed an issue where Node.js would run out of memory during the bundling process of very large, complex applications using the React Client (Ticket 257472) +- In the logic editors, we fixed the zoom in/zoom out behavior of error handling icons (Ticket 258424) +- We fixed an issue where Import mappings using 'Find an object (by key)' or 'Call a microflow' did not create an object for valid input. (Tickets 255130, 260462) +- We improved the performance of the tree control that allows you to select elements for Message Definitions and Import/Export Mappings (Ticket 258606). +- We fixed an issue when there were no conflciting changes users were not properly informed and metadata was missing due to cherry pick. +- We fixed a few memory leaks in React client, most notably when closing and open pages. +- We fixed a memory leak when re-opening a project, or switching branches in Studio Pro. +- We fixed an issue for Export mappings where a recursive XSD structure was not properly marked as invalid in case more than 1000 mandatory elements were auto-selected. +- We fixed an issue in Studio Pro where restarting Windows with an open app and then opening the app again would result in a warning dialog about the app already being open. +- We fixed an issue where task queue tasks were not able to mark themselves as completed after execution. + ## 10.24.8 {#10248} **Release date: September 24, 2025** From f8f4c6732ac4bc2264da9785df80749b86888a00 Mon Sep 17 00:00:00 2001 From: ConnorLand <47385345+ConnorLand@users.noreply.github.com> Date: Mon, 6 Oct 2025 16:56:34 +0200 Subject: [PATCH 2/3] update date and fix order --- content/en/docs/releasenotes/studio-pro/10/10.24.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/en/docs/releasenotes/studio-pro/10/10.24.md b/content/en/docs/releasenotes/studio-pro/10/10.24.md index a5e6e14a47c..026c507bbac 100644 --- a/content/en/docs/releasenotes/studio-pro/10/10.24.md +++ b/content/en/docs/releasenotes/studio-pro/10/10.24.md @@ -12,7 +12,7 @@ This is the [LTS](/releasenotes/studio-pro/lts-mts/#lts) version 10 release for ## 10.24.9 {#10249} -**Release date: October ___, 2025** +**Release date: October 6, 2025** {{% button color="info" href="https://marketplace.mendix.com/link/studiopro/10.24.9" text="Go to Marketplace" title="Download version 10.24.9 from the Marketplace" %}} @@ -22,12 +22,12 @@ This is the [LTS](/releasenotes/studio-pro/lts-mts/#lts) version 10 release for ### Fixes -- We fixed an issue where a Java action could still cause compilation errors, even if excluded from the project. (Ticket 259414) - We fixed an issue in the React client where autofocus was incorrectly triggered by dynamically loaded widgets, causing combo boxes that use a widget with a dynamic source in their custom content to unexpectedly lose focus and close. (Ticket 254768) +- We fixed an issue where Import mappings using 'Find an object (by key)' or 'Call a microflow' did not create an object for valid input. (Tickets 255130, 260462) - We fixed an issue where Node.js would run out of memory during the bundling process of very large, complex applications using the React Client (Ticket 257472) - In the logic editors, we fixed the zoom in/zoom out behavior of error handling icons (Ticket 258424) -- We fixed an issue where Import mappings using 'Find an object (by key)' or 'Call a microflow' did not create an object for valid input. (Tickets 255130, 260462) - We improved the performance of the tree control that allows you to select elements for Message Definitions and Import/Export Mappings (Ticket 258606). +- We fixed an issue where a Java action could still cause compilation errors, even if excluded from the project. (Ticket 259414) - We fixed an issue when there were no conflciting changes users were not properly informed and metadata was missing due to cherry pick. - We fixed a few memory leaks in React client, most notably when closing and open pages. - We fixed a memory leak when re-opening a project, or switching branches in Studio Pro. From d3ae302fa0b2cf35065bd720469b55981604ca75 Mon Sep 17 00:00:00 2001 From: ConnorLand <47385345+ConnorLand@users.noreply.github.com> Date: Mon, 6 Oct 2025 16:59:29 +0200 Subject: [PATCH 3/3] Update 10.24.md --- content/en/docs/releasenotes/studio-pro/10/10.24.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/content/en/docs/releasenotes/studio-pro/10/10.24.md b/content/en/docs/releasenotes/studio-pro/10/10.24.md index 026c507bbac..eaec08887ef 100644 --- a/content/en/docs/releasenotes/studio-pro/10/10.24.md +++ b/content/en/docs/releasenotes/studio-pro/10/10.24.md @@ -23,16 +23,16 @@ This is the [LTS](/releasenotes/studio-pro/lts-mts/#lts) version 10 release for ### Fixes - We fixed an issue in the React client where autofocus was incorrectly triggered by dynamically loaded widgets, causing combo boxes that use a widget with a dynamic source in their custom content to unexpectedly lose focus and close. (Ticket 254768) -- We fixed an issue where Import mappings using 'Find an object (by key)' or 'Call a microflow' did not create an object for valid input. (Tickets 255130, 260462) -- We fixed an issue where Node.js would run out of memory during the bundling process of very large, complex applications using the React Client (Ticket 257472) -- In the logic editors, we fixed the zoom in/zoom out behavior of error handling icons (Ticket 258424) -- We improved the performance of the tree control that allows you to select elements for Message Definitions and Import/Export Mappings (Ticket 258606). +- We fixed an issue where **Import Mappings** using 'Find an object (by key)' or 'Call a microflow' did not create an object for valid input. (Tickets 255130, 260462) +- We fixed an issue where Node.js would run out of memory during the bundling process of very large, complex applications using the React client. (Ticket 257472) +- In the logic editors, we fixed the zoom in and zoom out behaviors of error-handling icons. (Ticket 258424) +- We improved the performance of the tree control that allows you to select elements for **Message Definitions**, **Import Mappings**, **Export Mappings** (Ticket 258606). - We fixed an issue where a Java action could still cause compilation errors, even if excluded from the project. (Ticket 259414) - We fixed an issue when there were no conflciting changes users were not properly informed and metadata was missing due to cherry pick. - We fixed a few memory leaks in React client, most notably when closing and open pages. - We fixed a memory leak when re-opening a project, or switching branches in Studio Pro. -- We fixed an issue for Export mappings where a recursive XSD structure was not properly marked as invalid in case more than 1000 mandatory elements were auto-selected. -- We fixed an issue in Studio Pro where restarting Windows with an open app and then opening the app again would result in a warning dialog about the app already being open. +- We fixed an issue for **Export Mappings** where a recursive XSD structure was not properly marked as invalid in case more than 1000 mandatory elements were auto-selected. +- We fixed an issue in Studio Pro where restarting Windows with an open app and then opening the app again would result in a warning dialog window about the app already being open. - We fixed an issue where task queue tasks were not able to mark themselves as completed after execution. ## 10.24.8 {#10248}