Skip to content

Commit 0b43d3b

Browse files
committed
edit
1 parent 6b20af0 commit 0b43d3b

1 file changed

Lines changed: 19 additions & 21 deletions

File tree

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

content/en/docs/releasenotes/studio-pro/11/11.13.md

Lines changed: 19 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -72,50 +72,48 @@ This setting takes effect immediately, with one exception: if you are using the
7272
- We fixed an issue where files with `%` in the filename could not be downloaded which caused incorrect `file could not be found` errors (Ticket 281292).
7373
- We fixed an issue where extracting a submicroflow from activities that referenced a predefined variable (such as `$currentUser`) would create a parameter with the same reserved name on the new submicroflow, resulting in a "Variable name is reserved" error. Predefined variables are now skipped when generating the parameters of the extracted submicroflow, since they are already globally in scope. (Ticket 281319)
7474
- We fixed an issue that could cause an app to fail to bundle with Rspack enabled when a pluggable widget used certain Mendix modules, such as `mendix/parser` and `mendix/session` (Ticket 282224).
75-
- We resolved the issue in Studio Pro that *.java files do not get generated when deploying for Eclipse. (Ticket 282363)
75+
- We resolved the issue in Studio Pro that Java files do not get generated when deploying for Eclipse. (Ticket 282363)
7676
- We fixed an issue with PWAs using Rspack where the service worker would sometimes not be created correctly. (Ticket 282616, 282601)
7777
- We fixed an issue in the **Microflow Editor** where clearing the selection did not update the Properties pane, so it kept showing the previously selected element instead of the microflow's own properties. (Tickets 282855, 283242)
78-
- In the microflow editor, we fixed a spurious type error shown on the return value of an end event when the microflow's return type is set to Nothing. (Ticket 283008)
78+
- In the microflow editor, we fixed a spurious type error shown on the return value of an end event when the microflow's return type is set to **Nothing**. (Ticket 283008)
7979
- We fixed an issue where the **History** pane would lose commit details (model changes and file changes) for unsynced local commits after a background Git refresh.
80-
- We removed GuidMapping documents from Changes pane
81-
- We fixed an issue in the Beta version of Import Mappings and Export Mappings where using the arrow keys to move between entities did not keep the selected entity in view. The up and down arrow keys now keep the selected entity centered.
80+
- We removed GuidMapping documents from the **Changes** pane.
81+
- We fixed an issue in the beta version of import mappings and export mappings where using the arrow keys to move between entities did not keep the selected entity in view. The up and down arrow keys now keep the selected entity centered.
8282
- We consolidated three separate workflow versioning conflict types (`CurrentParallelBranchRemoved`, `CurrentNonInterruptingBoundaryEventPathRemoved`, and `CurrentEventSubProcessRemoved`) into a single `ConcurrentPathRemoved` conflict. This provides a clearer and more consistent conflict message when concurrent execution paths—such as parallel split paths, boundary event paths, or event sub-processes—are removed from the workflow definition.
8383
- We resolved an issue that when importing modules from the Marketplace with Studio Pro on macOS, sometimes Java actions would not be included correctly.
8484
- We changed the consistency check for offline Create and Change actions involving entities with AutoNumber or Calculated attributes from a hard error to a warning. The warning reminds you that AutoNumber values will default to `0` until the next synchronization, and Calculated attribute values will not be evaluated offline.
85-
- We resolved the issue that Studio Pro would hang on "Updating original app" step when opening a project.
85+
- We resolved an issue where Studio Pro would hang on the **Updating original app** step when opening a project.
8686
- We fixed an issue where the Change Data Capture service was allowing the addition of inherited attributes and associations when this is not supported.
8787
- We fixed an issue where Change Data Capture AsyncAPI schemas were missing the `id` field in generated entity definitions.
88-
- We removed unusable parts of Studio Pro due to previous deprecations. The following parts of the model and its accompanied UI have been removed: Reporting widgets (deprecated since Mx 10, resulted in a non-startable app), DataSetAccess (UI wasn't working and the rules weren't respected by the runtime), DataSet Object parameter constraint (also not respected by the runtime). We plan to get rid of more unusable features around datasets without breaking existing usages of it.
89-
- We resolved double-toggle issues when pressing left/right arrow keys followed by an Enter key press in the **Debugger Variables Pane**
88+
- We removed unusable parts of Studio Pro due to previous deprecations. The following parts of the model and its accompanied UI have been removed: Reporting widgets (deprecated since Mx 10, resulted in a non-startable app), DataSetAccess (UI was not working and the rules were not respected by the runtime), DataSet Object parameter constraint (also not respected by the runtime). We plan to get rid of more unusable features around datasets without breaking existing usages of it.
89+
- We resolved double-toggle issues which occurred when pressing left or right arrow keys followed by an <kbd>Enter</kbd> key press in the **Debugger Variables Pane**
9090
- We fixed an issue where using **Undo all** after deleting a file that was modified or created by Maia would cause an error.
9191
- We fixed an issue where renaming a document would not update its name in the Maia changes list.
9292
- We fixed an issue where using **Undo All** on multiple files created by Maia could show an unexpected error dialog in apps with online services enabled.
93-
- we fixed the orientation issue in datepicker widget for ios, supporting landscape orientation.
94-
- We fixed an issue in the Beta version of the Export Mapping editor where collapsing an entity did not show the "…" indicator, so you could not tell that the entity had hidden child elements.
95-
- We resolved the issue in Studio Pro on macOS that sometimes document tabs would not be visible after opening an app.
93+
- we fixed the orientation issue in datepicker widget for iOS, supporting landscape orientation.
94+
- We fixed an issue in the beta version of the export mapping editor where collapsing an entity did not show the **** indicator, so you could not tell that the entity had hidden child elements.
95+
- We resolved an issue in Studio Pro on macOS that sometimes **Document** tabs would not be visible after opening an app.
9696
- We resolved an issue in Studio Pro on macOS that dialogs would sometimes not appear centered on top of the existing window or dialog.
9797
- We fixed Title widget to update its displayed text when navigating between pages in a native app.
9898
- We fixed an issue where local file storage does not use optimal directory structure.
9999
- We fixed an issue where building an application would give the following error: `System.FormatException: The input string '' was not in a correct format`. (Tickets 282176, 282223)
100100
- We resolved the issue that mxbuild would fail when compiling a project on macOS. (Ticket 278610)
101-
- We fixed an issue where the Extensions setting was visible for all module types instead of only for add-ons.
101+
- We fixed an issue where the **Extensions** setting was visible for all module types instead of only for add-ons.
102102
- We fixed an issue where Studio Pro appeared to freeze briefly when opening an app. The progress dialog now covers the full loading process.
103103
- We fixed an issue where deleting or reverting a file on disk while it was open in an editor in Studio Pro would recreate it as an empty file after a file system synchronization. The editor tab now closes when the backing file no longer exists, and saving a recreated file properly refreshes the project explorer.
104104
- We fixed an issue where downloading a marketplace module with Maia resulted in the name of the module being displayed in the version field. This is now resolved.
105105
- We fixed an issue where the Mendix Marketplace MCP server connection would repeatedly disconnect and reconnect every few seconds.
106106
- We fixed an issue where MCP connections could briefly disconnect and reconnect right after Studio Pro started up.
107107
- We fixed an issue where requests sent to MCP servers identified themselves with a generic browser user agent instead of Studio Pro.
108-
- We fixed an issue where Studio Pro could show a "No user is signed in" error while using an MCP server that requires Mendix Platform sign-in, while signed out.
109-
- We fixed a bug where the modernized App Explorer drag preview did not consistently show a disabled indicator for an invalid drop point.
110-
- We fixed the auto-scroll on macOS for the modernized App Explorer.
111-
- We fixed the folder expand-on-hover during drag in the modernized App Explorer.
112-
- We fixed an issue in the modernized App Explorer where dragging a document to a different module would clear the selection. The moved document now stays selected and the App Explorer regains focus after the move.
113-
- Find results tags now show the matching document type icon and a cleaner label, making it easier to distinguish
114-
result sets at a glance. For example, a microflow result tag now shows the microflow icon next to the result name
115-
instead of repeating the type name in text.
108+
- We fixed an issue where Studio Pro could show a `No user is signed in` error while using an MCP server that requires Mendix Platform sign-in, while signed out.
109+
- We fixed a bug where the modernized app explorer drag preview did not consistently show a disabled indicator for an invalid drop point.
110+
- We fixed the auto-scroll on macOS for the modernized app explorer.
111+
- We fixed the folder expand-on-hover during drag in the modernized app explorer.
112+
- We fixed an issue in the modernized app explorer where dragging a document to a different module would clear the selection. The moved document now stays selected and the app explorer regains focus after the move.
113+
- **Find results** tags now show the matching document type icon and a cleaner label, making it easier to distinguish result sets at a glance. For example, a microflow result tag now shows the microflow icon next to the result name instead of repeating the type name in text.
116114
- We fixed an issue in the modernized app explorer where too many nodes could be selected at once.
117-
- We fixed the position of find results in the View top menu so it now appears in the correct alphabetical order.
118-
- We fixed an issue when calling `mx.ui.openForm` in the Dojo client
115+
- We fixed the position of find results in the **View** top menu so it now appears in the correct alphabetical order.
116+
- We fixed an issue when calling `mx.ui.openForm` in the Dojo client.
119117
- A missing *progress message* on a blocking progress bar no longer causes a crash during deployment.
120118
- We fixed an issue in the call web service activity and in consumed OData services that consume services using OData version 3. The XML parser now rejects DTD declarations and external entities, because a compromised server might exploit those features.
121119

0 commit comments

Comments
 (0)