Skip to content

Commit 7d1af74

Browse files
committed
Group and edit Maia-related RNs, and some other component-related RNs
1 parent 072b0bd commit 7d1af74

1 file changed

Lines changed: 30 additions & 28 deletions

File tree

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

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

Lines changed: 30 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,16 @@ For more guidance, see the official [11.9 Mendix release blog](https://www.mendi
1717

1818
#### New Maia Features
1919
20-
- The Maia Agent can now generate custom pages from scratch or modify existing ones.
21-
- Added support for local variables, additional data sources, client actions, XPath constraints, and expressions.
22-
- Improved general stability with fewer bugs and better overall performance.
20+
- Maia can now generate custom pages from scratch or modify existing ones.
21+
- Maia can now generate cross-module references.
22+
- Maia now supports local variables, additional data sources, client actions, XPath constraints, and expressions.
23+
- Maia can now read the **System** module and marketplace modules. Documents from these modules are also supported for the **Maia explain** feature and they can be added to Maia's context.
24+
- Maia can now remove elements from documents, allowing it to perform complex refactoring.
25+
- Maia can now rename documents and various document elements such as entities, attributes, microflow parameters, and many others.
26+
- You can now undo changes generated by Maia on a per-document basis.
27+
- Maia can now set annotation texts in the logic editors.
28+
- We added Maia support for the following document types: workflows, enumerations, Java actions, JavaScript actions, and constants.
29+
- We added Maia support for view entities. Ask Maia to create or refine an view entity using plain language, and Maia generates the OQL and applies it to a view entity in your domain model.
2330

2431
#### Other New Features
2532
@@ -29,9 +36,9 @@ For more guidance, see the official [11.9 Mendix release blog](https://www.mendi
2936
- `LOCATE`
3037
- `SUBSTRING`
3138
- We added support for strict mode in offline apps (PWA and Native Mobile). Though be aware that switching strict mode on for existing offline apps, it may cause problems for existing apps that still call the old API (retrieve_by_xpath) in full synchronization as the retrieve_by_xpath is not available in strict mode.
32-
- Added Find Usages support for Wait for Notification activities and Event Sub-process start events. It is now possible to identify which Notify Workflow microflow activities are targeting them.
33-
- We introduced the `AI Agent Task` as a First-Class Citizen in Workflows. The task is now available in the Toolbox, allowing it to be easily added to workflows.
34-
- Workflow Event Sub-Processes are now generally available.
39+
- We added **Find Usages** support for [Wait for notification](/refguide/wait-for-notification/) activities and Event sub-process start events. It is now possible to identify which Notify Workflow microflow activities are targeting them.
40+
- We introduced the [AI agent task](/refguide/ai-agent-task/) element for workflows. The task is now available in the toolbox of the workflow editor, allowing it to be easily added to workflows.
41+
- [Workflow event sub-processes](/refguide/workflow-event-sub-processes/) are now generally available.
3542
- We introduced a new API for accessing runtime functionality from web extensions, which allows you to execute preview actions and monitor the runtime connection status. It is available under studioPro.runtime.controller in the web extensibility API.
3643
- We introduced a new API for accessing constants from the active runtime configuration from web extensions, which allows you to view the value of the shared runtime constants. It is available under studioPro.runtime.configuration in the web extensibility API.
3744
- We introduced permissions to access the private constants from the active runtime configuration from web extensions. The user can access them through the extension overview pane and grant access to the api to see the private constants.
@@ -40,15 +47,8 @@ For more guidance, see the official [11.9 Mendix release blog](https://www.mendi
4047
- Portable App Distribution (Beta)
4148
Portable App Distribution revolutionizes server deployments and simplifies local testing by packaging applications as self-contained zip files that include all dependencies, scripts, and configurations for instant deployment across any environment. This approach eliminates complex installation procedures while providing flexible HOCON-based configuration management for seamless operations across development, testing, and production environments.
4249
More insights or information, please see [documentation](update_link_here)
43-
- We introduced a new feature that allows you to undo changes generated by Maia Chat on a per-document basis.
4450
- Executing a live preview action from Studio Pro now calls servlets registered using `Core.addDevelopmentServlet`.
4551
- Added `Core.addDevelopmentServlet` method that allows registering a HttpServlet instance that is accessible through admin port when the application is run locally using StudioPro.
46-
- Maia can now read the 'System' module and marketplace modules. Documents from these modules are also supported for the 'Maia explain' feature and they can be added to Maia's context.
47-
- Maia can now remove elements from documents, allowing it to perform complex refactorings.
48-
- Maia can now rename documents and various document elements such as entities, attributes, microflow parameters and many others.
49-
- Maia can now generate cross-module references.
50-
- We added Maia support for the following document types: workflows, enumerations, Java actions, JavaScript actions, and constants.
51-
- We added Maia support for view entities. Ask Maia to create or refine an view entity using plain language — Maia generates the OQL and applies it to a view entity in your domain model.
5252
- We added a nanoflow setting to align list parameter behavior with microflows, so list changes made in a called nanoflow reflect in the caller. Existing nanoflows keep isolated list parameters but now show a deprecation warning; switch to the new behavior to align with microflows.
5353
- We added the option to use primitive page parameters in page URLs. The syntax for this is the same as in microflow URLs.
5454
- We released a modernized JavaScript Action Editor into public Beta. You can enable the new editor in Studio Pro under **Preferences** > **New features**. For more information, see [JavaScript Actions](refguide/javascript-actions/).
@@ -72,10 +72,12 @@ More insights or information, please see [documentation](update_link_here)
7272
- We have improved the log level styling for the modernized console panel to better distinguish between error and critical log levels.
7373
- We improved performance of opening the Entity selector dialog. (Ticket #270854)
7474
- Update the .NET runtime version installed with Studio Pro to .NET 10.0.3.
75-
- (Maia Make) We improved the quality and reliability of Maia-generated workflows.
76-
- We added the **Maia Explain** context menu option for workflows, which allows you to ask Maia to describe what the current workflow does.
77-
- (Maia Make) Decision outcome generation from Enumerations is now more robust and reliable.
78-
- We improved the user interface of the task list for the Maia generation cycle.
75+
- We made the following improvements for Maia:
76+
- We improved Maia's general stability with fewer bugs and better overall performance.
77+
- We improved the quality and reliability of Maia-generated workflows.
78+
- Decision outcome generation from Enumerations is now more robust and reliable.
79+
- We added the **Maia Explain** context menu option for workflows, which allows you to ask Maia to describe what the current workflow does.
80+
- We improved the user interface of the task list for the Maia generation cycle.
7981
- We removed the reconnect and re-login buttons from the MCP Settings.
8082
- We enabled a message log at debug-level under 'Rest Consume' lognode when the user-specified `Content-Length` header in Call REST Service Activity is ignored.
8183
- We no longer create ProcessedTask entries for the MendixRuntime-UpdateScheduledEvent and MendixRuntime-DeleteScheduledEvent system tasks.
@@ -110,15 +112,17 @@ More insights or information, please see [documentation](update_link_here)
110112
- We fixed an issue where commit notes and metadata were empty after a rebase when there were no MPR changes and no conflicts detected by git.
111113
- We fixed an issue where using the 'tab' key in the multiline text area would insert a '\t' character into text inputs on macOS.
112114
- We fixed the issue that an error message would be shown when copying and pasting a folder in the App Explorer in Studio Pro.
113-
- Maia: In the logic editors, we fixed an issue where Maia would sometimes create sequence flows to parameters or annotations.
114-
- (Maia Make) We fixed an issue when Maia could not generate mandatory empty outcome value for Decision and Object Type Decision.
115-
- Maia: In the logic editors, Maia can now set annotation texts.
116-
- We fixed an issue in Maia where it could not generate a microflow with a parameter of type "Enumeration".
117-
- We fixed an issue in Maia where it was possible to generate a microflow with incompatible parameter data types.
118-
- We fixed an issue where using the app explorer Maia related context menu options while Maia Learn is open does not navigate back to the Maia Chat view.
119-
- We fixed an issue where the Maia toolbar button did not follow the Maia preference toggle. The button now stays visible and is enabled only when Maia is enabled.
120-
- We fixed an issue where the right-click context menu did not show in the Maia panel.
121-
- We fixed an issue where clicking the Maia toolbar button did not open the Maia chat panel.
115+
- We made the following fixes for Maia:
116+
- In the logic editors, we fixed an issue where Maia sometimes created sequence flows to parameters or annotations.
117+
- We fixed an issue when Maia could not generate mandatory empty outcome value for Decision and Object Type Decision.
118+
- We fixed an issue where Maia could not generate a microflow with a parameter of type "Enumeration".
119+
- We fixed an issue where Maia could generate a microflow with incompatible parameter data types.
120+
- We fixed an issue where using the Maia-related context menu options in the App Explorer while **Maia Learn** is open did not navigate back to the Maia chat interface.
121+
- We fixed an issue where the Maia toolbar button did not follow the Maia preference toggle. The button now stays visible and is enabled only when Maia is enabled.
122+
- We fixed an issue where clicking the the Maia toolbar button did not open the Maia panel.
123+
- We fixed an issue where the right-click context menu did not show in the Maia panel.
124+
- We fixed an issue where Maia could generate documents of the same name or with invalid names.
125+
- We fixed an issue where Maia context menu was not disabled after disabling Maia.
122126
- We fixed an issue with bundling of protected modules when used in App Modules, where it would not include JS Actions and other dependencies.
123127
- We've fixed an issue with the Dropdown widget not respecting the SafeArea on Android devices OS 13+.
124128
- We updated babel-generator to fix a known [@babel/generator regression](https://github.com/babel/babel/issues/17775).
@@ -132,8 +136,6 @@ More insights or information, please see [documentation](update_link_here)
132136
- We fixed an issue where studio pro was throwing an oops dialog in case of incorrect data in mx_metadata. It is now possible to still work in Studio Pro and manage branch lines despite of incorrect data.(Ticket 236610)
133137
- We fixed conversion of Partial clone to Full clone. Now Mendix Version is displayed in new history panel after converting Partial clone to Full.
134138
- Fixed issues with MCP authentication.
135-
- Fixed issue where Maia could generate documents of the same name or with invalid names.
136-
- Fixed issue where Maia context menu would not get disabled after disabling Maia.
137139
- We fixed an issue in the Modernized Runtime console where the table sometimes exceeds the number of row limit and clears itself.
138140
- We fixed URL encoding issues within client-side navigation that occurred when page parameter values containing special characters were included in the URL.
139141
- We've fixed an issue with strict mode when using the rollback/commit action on a page while also using an entity on a layout. (Tickets 265794, 269314, 270867)

0 commit comments

Comments
 (0)