Skip to content

Commit 01abce5

Browse files
Merge pull request #8535 from mendix/10.12.9-rn
10.12.9 Studio Pro Release Notes
2 parents 497e3d0 + 7dbe070 commit 01abce5

File tree

1 file changed

+29
-13
lines changed
  • content/en/docs/releasenotes/studio-pro/10

1 file changed

+29
-13
lines changed

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

Lines changed: 29 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,38 @@ mts: true
88
# KI: "Line endings": SOLP-1794
99
# KI: "A finished parallel split path": WOR-1623
1010
# KI: "Positioning error": LFX-712
11-
# KI: "When importing Marketplace modules": APPEXT-796
1211
---
1312

1413
{{% alert color="info" %}}
1514
This is the [MTS](/releasenotes/studio-pro/lts-mts/#mts) version 10 release for apps in production.
1615
{{% /alert %}}
1716

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}
1943

2044
**Release date: October 18, 2024**
2145

@@ -32,15 +56,13 @@ This is the [MTS](/releasenotes/studio-pro/lts-mts/#mts) version 10 release for
3256

3357
### Known Issues
3458

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).
3759
* 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.
3860
* Workaround: For details, see [this section](/refguide/troubleshoot-version-control-issues/#css-error) in *Troubleshooting Version Control*.
3961
* 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.
4062
* 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.
4163
* Studio Pro on Mac loads user settings from the previous version of the application.
4264

43-
## 10.12.7
65+
## 10.12.7 {#10127}
4466

4567
**Release date: October 11, 2024**
4668

@@ -69,8 +91,6 @@ This is the [MTS](/releasenotes/studio-pro/lts-mts/#mts) version 10 release for
6991

7092
### Known Issues
7193

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).
7494
* <a id="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.
7595
* Fixed in [10.6.17](/releasenotes/studio-pro/10.6/#fix-import-platform-supported-module) and [10.12.8](#fix-import-platform-supported-module).
7696
* <a id="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
82102
* Studio Pro on Mac loads user settings from the previous version of the application.
83103

84104

85-
## 10.12.6
105+
## 10.12.6 {#10126}
86106

87107
**Release date: September 30, 2024**
88108

@@ -115,10 +135,8 @@ This is the [MTS](/releasenotes/studio-pro/lts-mts/#mts) version 10 release for
115135
* 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.
116136
### Known Issues
117137

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).
120138
* 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*.
122140
* 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.
123141
* 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.
124142
* 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
155173

156174
### Known Issues
157175

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).
160176
* 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.
161177
* Workaround: For details, see [this section](/refguide/troubleshoot-version-control-issues/#css-error) in *Troubleshooting Version Control*.
162178
* 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

Comments
 (0)