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
This is the [MTS](/releasenotes/studio-pro/lts-mts/#mts) version 10 release for apps in production.
16
15
{{% /alert %}}
17
16
18
-
## 10.12.8
17
+
## 10.12.9 {#10129}
18
+
19
+
**Release date: October 28, 2024**
20
+
21
+
{{% button color="info" href="https://marketplace.mendix.com/link/studiopro/10.12.9" text="Go to Marketplace" title="Download version 10.12.9 from the Marketplace" %}}
22
+
23
+
### Improvements
24
+
25
+
* Logs generated from Git (our version control system) are now automatically directed into a dedicated subdirectory within the main logs folder.
26
+
27
+
### Fixes
28
+
29
+
30
+
* We fixed an exception (the **Oops** pop-up window) that occurred when an unknown variable was being used in the microflow expression editor. (Ticket 222410)
31
+
* We fixed an issue in offline apps that after synchronization an object was not found by the **Retrieve By Association** action in case of a reverse association traversal. (Ticket 231027)
32
+
* We fixed an issue that resulted in an **Oops** pop-up window when using the Combo Box widget and accessing its **Properties** pane. (Ticket 231451)
33
+
34
+
### Known Issues
35
+
36
+
* Line endings in CSS files are not being handled properly, so when using [Revert All Changes](/refguide/using-version-control-in-studio-pro/) or performing other version-control operations, CSS files appear in the [Changes on Disk](/refguide/version-control-menu/#show-changes) dialog box.
37
+
* Workaround: For details, see [this section](/refguide/troubleshoot-version-control-issues/#css-error) in *Troubleshooting Version Control*.
38
+
* A finished parallel split path that is removed from a running workflow instance wrongly leads to a versioning conflict. Please note that "path" was called "branch" in earlier versions.
39
+
* There is a positioning error in the logic editors when you are dragging a large element, such as a loop, into a sequence flow, it overlaps with the existing elements.
40
+
* Studio Pro on Mac loads user settings from the previous version of the application.
41
+
42
+
## 10.12.8 {#10128}
19
43
20
44
**Release date: October 18, 2024**
21
45
@@ -32,15 +56,13 @@ This is the [MTS](/releasenotes/studio-pro/lts-mts/#mts) version 10 release for
32
56
33
57
### Known Issues
34
58
35
-
* When importing Marketplace modules with Studio Pro, their version numbers do not represent the module's version. Instead they mention the current Studio Pro version. This does not affect previously imported Marketplace modules.
36
-
* Fixed in [10.14.0](/releasenotes/studio-pro/10.14/#fix-marketplace-modules).
37
59
* Line endings in CSS files are not being handled properly, so when using [Revert All Changes](/refguide/using-version-control-in-studio-pro/) or performing other version-control operations, CSS files appear in the [Changes on Disk](/refguide/version-control-menu/#show-changes) dialog box.
38
60
* Workaround: For details, see [this section](/refguide/troubleshoot-version-control-issues/#css-error) in *Troubleshooting Version Control*.
39
61
* A finished parallel split path that is removed from a running workflow instance wrongly leads to a versioning conflict. Please note that "path" was called "branch" in earlier versions.
40
62
* There is a positioning error in the logic editors when you are dragging a large element, such as a loop, into a sequence flow, it overlaps with the existing elements.
41
63
* Studio Pro on Mac loads user settings from the previous version of the application.
42
64
43
-
## 10.12.7
65
+
## 10.12.7 {#10127}
44
66
45
67
**Release date: October 11, 2024**
46
68
@@ -69,8 +91,6 @@ This is the [MTS](/releasenotes/studio-pro/lts-mts/#mts) version 10 release for
69
91
70
92
### Known Issues
71
93
72
-
* When importing Marketplace modules with Studio Pro, their version numbers do not represent the module's version. Instead they mention the current Studio Pro version. This does not affect previously imported Marketplace modules.
73
-
* Fixed in [10.14.0](/releasenotes/studio-pro/10.14/#fix-marketplace-modules).
74
94
* <aid="import-platform-supported-module"></a>Importing a platform-supported Marketplace module containing a Java action fails when the project does not have managed Java dependencies or when Gradle synchronization for managed Java dependencies is disabled. In these cases there is no `vendorlib` folder in the project directory, causing the import to fail.
75
95
* Fixed in [10.6.17](/releasenotes/studio-pro/10.6/#fix-import-platform-supported-module) and [10.12.8](#fix-import-platform-supported-module).
76
96
* <aid="upgrade-platform-supported-module"></a>Upgrading a platform-supported Marketplace module containing a Java action fails. Or adding a platform supported module that contains Java dependencies that are already used by the project fails. In these cases the project `vendorlib` directory already contains the same *.jar* files as the new module, which will fail the import process.
@@ -82,7 +102,7 @@ This is the [MTS](/releasenotes/studio-pro/lts-mts/#mts) version 10 release for
82
102
* Studio Pro on Mac loads user settings from the previous version of the application.
83
103
84
104
85
-
## 10.12.6
105
+
## 10.12.6 {#10126}
86
106
87
107
**Release date: September 30, 2024**
88
108
@@ -115,10 +135,8 @@ This is the [MTS](/releasenotes/studio-pro/lts-mts/#mts) version 10 release for
115
135
* We fixed an issue where an **Oops** dialog was shown when the [Data Widgets](https://marketplace.mendix.com/link/component/116540?_gl=1*jpe0m1*_gcl_au*MTg4MTk2NjAyMi4xNzIxODA1MDU2) module was updated to version 2.24.0 or above, when a data grid 2 was configured with a column using the `owner` or `changedBy` system association.
116
136
### Known Issues
117
137
118
-
* When importing Marketplace modules with Studio Pro, their version numbers do not represent the module's version. Instead they mention the current Studio Pro version. This does not affect previously imported Marketplace modules.
119
-
* Fixed in [10.14.0](/releasenotes/studio-pro/10.14/#fix-marketplace-modules).
120
138
* Line endings in CSS files are not being handled properly, so when using [Revert All Changes](/refguide/using-version-control-in-studio-pro/) or performing other version-control operations, CSS files appear in the [Changes on Disk](/refguide/version-control-menu/#show-changes) dialog box.
121
-
* Workaround: For details, see [this section](/refguide/troubleshoot-version-control-issues/#css-error) in *Troubleshooting Version Control*.
139
+
* Workaround: For details, see [this section](/refguide/troubleshoot-version-control-issues/#css-error) in *Troubleshooting Version Control*.
122
140
* A finished parallel split path that is removed from a running workflow instance wrongly leads to a versioning conflict. Please note that "path" was called "branch" in earlier versions.
123
141
* There is a positioning error in the logic editors when you are dragging a large element, such as a loop, into a sequence flow, it overlaps with the existing elements.
124
142
* Studio Pro on Mac loads user settings from the previous version of the application.
@@ -155,8 +173,6 @@ This is the [MTS](/releasenotes/studio-pro/lts-mts/#mts) version 10 release for
155
173
156
174
### Known Issues
157
175
158
-
* When importing Marketplace modules with Studio Pro, their version numbers do not represent the module's version. Instead they mention the current Studio Pro version. This does not affect previously imported Marketplace modules.
159
-
* Fixed in [10.14.0](/releasenotes/studio-pro/10.14/#fix-marketplace-modules).
160
176
* Line endings in CSS files are not being handled properly, so when using [Revert All Changes](/refguide/using-version-control-in-studio-pro/) or performing other version-control operations, CSS files appear in the [Changes on Disk](/refguide/version-control-menu/#show-changes) dialog box.
161
177
* Workaround: For details, see [this section](/refguide/troubleshoot-version-control-issues/#css-error) in *Troubleshooting Version Control*.
162
178
* A finished parallel split path that is removed from a running workflow instance wrongly leads to a versioning conflict. Please note that "path" was called "branch" in earlier versions.
0 commit comments