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.18.md
+33Lines changed: 33 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,39 @@ weight: 82
10
10
This is the [MTS](/releasenotes/studio-pro/lts-mts/#mts) version 10 release for apps in production.
11
11
{{% /alert %}}
12
12
13
+
## 10.18.4 {#10184}
14
+
15
+
**Release date: March 7, 2025**
16
+
17
+
{{% button color="info" href="https://marketplace.mendix.com/link/studiopro/10.18.4" text="Go to Marketplace" title="Download version 10.18.4 from the Marketplace" %}}
18
+
19
+
### Improvements
20
+
21
+
- We now use generated BOM-refs for managed dependencies in the SBOM.
22
+
- We improved the performance of published OData services that use a **Read** microflow. When the client asks to expand associations, the runtime now performs a database query per association, rather than per object. (Ticket 234607)
23
+
24
+
### Fixes
25
+
26
+
- In the logic editors, we disallow creating variable names that clash with predefined variables, e.g. '$CurrentUser'. (Ticket 225275)
27
+
- We fixed an issue where Chrome incorrectly displayed a prompt to install a progressive web app (PWA) for non-PWA apps. (Ticket 230439)
28
+
- We fixed an issue with batch text translations and widgets: after translation widgets were prompted to be updated, this resulted in some translations being reset. (Ticket 233401)
29
+
- We fixed an issue where retrieving an external entity with a non-sortable key attribute resulted in an error. (Ticket 236093)
30
+
- We fixed an issue in the task validation at startup, which marked pending tasks with microflow arguments as incompatible. (Tickets 237616, 238191)
31
+
- We fixed an issue where structure mode wenr blank after making changes, or showed an **Oops** pop-up window mentioning *no undo context*. (Ticket 239410)
32
+
- We fixed an issue in external entities that have an unlimited string as part of their key. Studio Pro supports this as long as you set a maximum length on the attribute. Upgrading an app to version 10.12.11 or above caused the runtime to not be able to start because it detected a change in the length of the database column. Now the app starts without changing the length of the database column. (Ticket 239892)
33
+
- We fixed an issue where Studio Pro crashed when working with the clipboard. (Ticket 240122)
34
+
- We have fixed an issue that caused the bottom bar to disappear when a user was using nanoflow-based homepages with clear history. (Ticket 240586)
35
+
- We fixed an issue in the microflow editor where a Maia recommendation was not placed correctly.
36
+
- We fixed the following issues affecting [tab attributes](/refguide/tab-container/#attribute):
37
+
- We fixed an issue where configuring the default tab attribute with a page parameter resulted in a deployment error. The selector of this attribute no longer allows selecting a page variable directly. Now, the attribute must be accessed via a data view.
38
+
- We fixed an issue where the default tab attribute was not being properly validated, and thus lead to incorrect behavior during deployment or at runtime. These scenarios are now correctly checked, and if applicable result in a consistency error.
39
+
- We fixed an issue where a number for the default tab attribute larger than the number of tabs resulted in an error when rendering the tab container.
40
+
- We fixed an issue where closing the beta version of the Mapping editor showed an error.
41
+
- We fixed an issue where an **Oops** pop-up window was shown while setting *None* for a text template parameter.
42
+
- We fixed the issue with the pull operation when setting up the PMP configuration.
43
+
- We fixed an issue where attempting to convert nanoflow or microflow in the System module resulted in an error. This option is now disabled for the System module.
44
+
- We fixed an issue where certain JavaScript actions that were meant for both web and native platforms failed to bundle when using the React client.
0 commit comments