Skip to content

Commit 02f805e

Browse files
committed
edit
1 parent 2695e52 commit 02f805e

1 file changed

Lines changed: 15 additions & 15 deletions

File tree

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

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

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ weight: 89
2727
- We added a `documentAdded` event to the `IProjectChangesApi`, allowing extensions to react when a new document is added to the project.
2828
- We added the ability to filter the comparison pane by change status (added, modified, deleted, moved). Filters are persisted across sessions, and an indicator is shown when any filter differs from the default.
2929
- We added sortable columns to the Comparison Pane. You can now click any column header in the Documents and Elements views to sort the list, making it easier to find and group changes.
30-
- We have implemented a new function `DATEFORMAT` in OQL. For more details, see [OQL Expression Syntax](/refguide/oql-expression-syntax/#dateformat-function).
30+
- We implemented a new function `DATEFORMAT` in OQL. For more details, see [OQL Expression Syntax](/refguide/oql-expression-syntax/#dateformat-function).
3131
- We implemented two new functions in OQL: `RPAD` and `LPAD`. For more details, see the documentation for [LPAD](/refguide/oql-expression-syntax/#lpad-function) and [RPAD](/refguide/oql-expression-syntax/#rpad-function).
3232
- You can now use Maia to work with theming and styling in Studio Pro. Maia can modify theme variables, create custom styling, and manage design properties — for example, updating colors, spacing, and typography across your app based on your styling requirements.
3333
- Maia can now ask you clarifying questions before proceeding. When Maia needs more information, it will present one or more questions directly in the chat — supporting open-ended, single choice, and multiple choice answers — and use your responses to continue with the right approach.
34-
- We have released the Embedded Client in public Beta. You can now embed your Mendix app into any host application by configuring an [Embedded Navigation Profile](/refguide/navigation/#Embedded) and following the instructions in the [Embedding the Client](/refguide/mendix-client/embedding-the-client/) guide.
34+
- We released the Embedded Client in public Beta. You can now embed your Mendix app into any host application by configuring an [Embedded Navigation Profile](/refguide/navigation/#Embedded) and following the instructions in the [Embedding the Client](/refguide/mendix-client/embedding-the-client/) guide.
3535
- We added a `permissionsChanged` event to the Extension Permissions API, allowing extensions to be notified when permission states change.
3636
- You can now add custom instructions on either project or module level. Project-level instructions will be added to every Maia conversation, while module-level ones will be added whenever Maia works with documents of a given module.
3737
- Maia now thinks before responding. You can see what it's considering in real time, and revisit its reasoning at any point during the conversation.
@@ -63,7 +63,7 @@ For more information, see [Data Transformer](https://docs.mendix.com/refguide/da
6363
#### Other Improvements
6464
6565
- The history pane now shows the author name instead of the author email for each commit. The email address is still visible by hovering over the author name.
66-
- We have added the `forRemoval` and `since` attributes to the public Java API deprecated annotations.
66+
- We added the `forRemoval` and `since` attributes to the public Java API deprecated annotations.
6767
- We improved performance of Studio Pro especially for App Explorer operations such as right mouse click, double click to open, etc.
6868
- We updated the .NET Runtime to version 10.0.7.
6969
- We added a confirmation dialog when enabling anonymous user access in App Security, warning that unrestricted anonymous roles may expose data unintentionally.
@@ -83,7 +83,7 @@ For more information, see [Data Transformer](https://docs.mendix.com/refguide/da
8383
- We improved the Comparison pane toolbar to show the compared revision hashes as clickable links for version-controlled apps, allowing you to navigate directly to the corresponding commit in the History pane.
8484
- We added the `com.mendix.metrics.Metric.Builder.withTags(Map<String,String>)` method to the public Java API. Using this method you can add multiple tags at once to a metric builder.
8585
- You can now compare two revisions directly from the History Pane by selecting two commits and using the new Compare submenu in the context menu or the Compare toolbar dropdown.
86-
- We’ve significantly enhanced the performance of the history pane for a faster and smoother experience
86+
- We significantly enhanced the performance of the history pane for a faster and smoother experience
8787
- We now allow the browser to cache parts of the app bundle, fonts, and app icons. This will allow subsequent loads of the application in production feel faster to the user.
8888
- We now automatically stop Gradle daemons when you exit Studio Pro, so unnecessary background processes no longer continue running. (Ticket 258422)
8989
- We added the possibility to change the event type for boundary events in Workflows via context menu.
@@ -98,14 +98,14 @@ For more information, see [Data Transformer](https://docs.mendix.com/refguide/da
9898
- We fixed an issue with the client where passing an empty string as a parameter to an on change microflow triggered an error. (Ticket 276118, 278248)
9999
- We made permission state persist when replacing a module that contains an extension with permissions
100100
- We added a small delay between retries of saving conflicting project files due to rare occurrences of race conditions.
101-
- We have fixed an issue where constants from protected modules were not exported when creating a portable app deployment package using MxBuild.
101+
- We fixed an issue where constants from protected modules were not exported when creating a portable app deployment package using MxBuild.
102102
- We fixed an issue where switching the schema source in an import & export mapping (for example, from JSON structure to Message definition) caused mapping elements from the previous source to remain visible on the canvas alongside elements from the new source.
103-
- We have fixed a potential freeze of Studio Pro when an error dialog would be shown on startup.
104-
- We have fixed an issue where exporting a Portable App Package could fail because file copy operations were performed outside the default file-system scope.
103+
- We fixed a potential freeze of Studio Pro when an error dialog would be shown on startup.
104+
- We fixed an issue where exporting a Portable App Package could fail because file copy operations were performed outside the default file-system scope.
105105
- We fixed an issue where copying attributes from view entities could result in non-editable attributes in persistent entities. Existing affected attributes are now automatically fixed when opening the app, and copying these attributes is now blocked to prevent new invalid attributes.
106-
- We have fixed an issue where Maia could accidentally generate broken Call REST Service action and Call Web Service action in a microflow.
107-
- We have fixed an issue where Toolbox categories with the same caption would appear as duplicate sections each time the Toolbox refreshed.
108-
- We have fixed the issue where `DELETE` OQL statement with an alias on the table would lead to a database exception.
106+
- We fixed an issue where Maia could accidentally generate broken Call REST Service action and Call Web Service action in a microflow.
107+
- We fixed an issue where Toolbox categories with the same caption would appear as duplicate sections each time the Toolbox refreshed.
108+
- We fixed the issue where `DELETE` OQL statement with an alias on the table would lead to a database exception.
109109
- We fixed a visual bug affecting **Call a nanoflow** action properties of widgets. Depending on the order in which the actions were configured, nanoflow settings of a different property would get displayed.
110110
- We fixed an issue where Maia Explain triggered a new chat session instead of continuing in the active chat session.
111111
- We addressed an issue where the Native App Builder would fail when the project and Mendix Studio Pro are on different drive locations.
@@ -114,12 +114,12 @@ For more information, see [Data Transformer](https://docs.mendix.com/refguide/da
114114
- We fixed an issue where Studio Pro crashed when pasting content from the clipboard while another application was also accessing the clipboard. (Ticket 278333)
115115
- We fixed an issue where an Oops pop-up window appeared when a microflow or nanoflow was configured with a return value mapping which was referring to an attribute but was not enclosed within a data view. (Ticket 278235)
116116
- We fixed an issue where Studio Pro erroneously showed a security consistency error when a microflow or nanoflow's return value mapping referred to an attribute that was not within its direct enclosing data view.
117-
- We fixed a race condition where the value setter for some widgets e.g. ListView, would execute on a 'destroyed' value store. This would cause a Crash when opening pages with ListView. (Ticket 280988)
117+
- We fixed a race condition where the value setter for some widgets (for example, **ListView** would execute on a 'destroyed' value store. This would cause a crash when opening pages with **ListView**). (Ticket 280988)
118118
- When calling an external OData service action, additional attribute(s) for optional parameter(s) are now correctly sent even if the parameter has no value specified.
119119
- We fixed an issue in published OData services in Studio Pro where changing the type of an attribute that was published in an OData service would change the service's metadata without the user realizing it. Now there is a consistency error that the user can resolve to update the metadata (Ticket 276897).
120120
- We fixed an issue in the published REST service editor in Studio Pro where parameters with unknown type would be shown as having type Boolean.
121121
- We fixed an issue in published OData services in Studio Pro where changing the type or owner of an association that was published in an OData service would change the service's metadata without the user realizing it. Now there is a consistency error that the user can resolve to update the metadata (Ticket 276897).
122-
- We have upgraded Netty dependencies to fix CVE-2026-42578, CVE-2026-42583, CVE-2026-42587, CVE-2026-42585, CVE-2026-42584, CVE-2026-42581, CVE-2026-42580, CVE-2026-41417, CVE-2026-42577, CVE-2026-42579. (Tickets 278202, 278290, 277691, 278290)
122+
- We upgraded Netty dependencies to fix CVE-2026-42578, CVE-2026-42583, CVE-2026-42587, CVE-2026-42585, CVE-2026-42584, CVE-2026-42581, CVE-2026-42580, CVE-2026-41417, CVE-2026-42577, CVE-2026-42579. (Tickets 278202, 278290, 277691, 278290)
123123
- To improve supportability of add-on and solution modules, we added an option to enable detailed troubleshooting in the module settings, which is enabled by default. When enabled, consumers of these modules will see consistency errors similar to regular app modules instead of the non-descriptive CE1707 error.
124124
- Fixed an issue that could cause the History pane to unexpectedly crash.
125125
- Fixed OAuth metadata discovery failing with CORS errors when connecting to MCP servers that require proxied requests.
@@ -132,9 +132,9 @@ For more information, see [Data Transformer](https://docs.mendix.com/refguide/da
132132
- We fixed an issue where startup failed in a leaderless cluster on a SQL Server database that did not yet have [Read Committed Snapshot Isolation](/developerportal/deploy/setting-up-a-new-sql-server-database/#enabling-read-committed-snapshot-isolation-level-and-snapshot-isolation) enabled.
133133
- We fixed an issue in the modernized App Explorer where in certain cases node labels would wrap and the expand/collapse icon would grow too large when resizing the panel.
134134
- In the React client, we now copy files from a pluggable widget's `assets` subdirectory into the widget's directory under `dist/` during bundling, even when they are not directly imported by the widget. (Ticket 274514)
135-
- Fixed an issue when using the Rollup bundler with the React client.
136-
- Fixed an issue where a renaming a user would cause the authtoken to become invalid.
137-
- Fixed a rare race condition related to authtokens.
135+
- We fixed an issue when using the Rollup bundler with the React client.
136+
- We fixed an issue where a renaming a user would cause the authtoken to become invalid.
137+
- We fixed a rare race condition related to authtokens.
138138
- We fixed an issue where a "Stopping debugging session..." progress dialog appeared when stopping debugging while not connected to a runtime.
139139

140140
### Breaking Changes

0 commit comments

Comments
 (0)