Skip to content

Commit ff48384

Browse files
Merge pull request mendix#8994 from mendix/Add-10.18.2-RNs
Add 10.18.2 RNs
2 parents 4eac2ed + 7304726 commit ff48384

1 file changed

Lines changed: 32 additions & 0 deletions

File tree

  • content/en/docs/releasenotes/studio-pro/10

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

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,38 @@ weight: 82
1010
This is the [MTS](/releasenotes/studio-pro/lts-mts/#mts) version 10 release for apps in production.
1111
{{% /alert %}}
1212

13+
## 10.18.2 {#10182}
14+
15+
**Release date: February 4, 2025**
16+
17+
{{% button color="info" href="https://marketplace.mendix.com/link/studiopro/10.18.2" text="Go to Marketplace" title="Download version 10.18.2 from the Marketplace" %}}
18+
19+
### Improvements
20+
21+
* We added a progress pop-up window when renaming, including or excluding a document/module in the App Explorer.
22+
* We made the **Commit** dialog box faster and more responsive, which makes it smoother to use.
23+
24+
### Fixes
25+
26+
* We fixed a Windows-specific issue where temporary files created for images upload were not cleaned up. (Ticket 181323)
27+
* We introduced a consistency error when the data source was an entity path with steps traversing from a local to an external entity. (Ticket 203958)
28+
* We improved the memory usage of the Dojo client when running an app for an extended period of time by fixing several memory leaks that occurred when opening thousands of pages. (Ticket 232228)
29+
* We fixed an **Oops** pop-up window that appeared when opening the **View on Your device** dialog box while running an app with navigation profiles of the same kind. (Ticket 233598)
30+
* We fixed an issue where apps using the Dojo client broke due to browser extensions injecting scripts into the page. (Ticket 236663)
31+
* We fixed an error in XPath constraint processing for the web client, that caused a *System.ArgumentException: QueryConstraint not found* exception in Studio Pro. (Ticket 236719)
32+
* In the logic editors, we fixed the displayed output variable name for the **Import with a mapping** action. (Tickets 237120, 237336, 238026, 238771, 238994)
33+
* We fixed an issue where list view item actions were not working correctly in the native client. (Tickets 232033, 237875, 238176)
34+
* We fixed an issue where the creation of an index failed when one of its attributes was not available on the offline database. (Ticket 239701)
35+
* We received reports of multiple tasks being scheduled for the same scheduled event. To handle this situation gracefully, we now clean up the superfluous tasks on startup. Additionally we introduced extra logging to help diagnosing these issues.
36+
* We fixed an issue where deployment failed when an entity had one system association (**owner** or **changedBy**) already in the database and a second one was added later.
37+
* We fixed an issue where a wrong homepage was shown briefly before the one configured by a nanoflow action finished loading.
38+
* In the logic editors, we fixed extracting microflows to correctly create parameters when variables were used in loops.
39+
* In the logic editors, we fixed a bug where we translated variable names which caused error messages to be shown.
40+
41+
### Breaking Changes
42+
43+
* We reverted the fix for listening between widgets to continue after hiding the selecting widget, such as data grid 2, with conditional visibility. The issue will be addressed in a future release. (Ticket 206642)
44+
1345
## 10.18.1 {#10181}
1446

1547
**Release date: January 10, 2025**

0 commit comments

Comments
 (0)