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
Copy file name to clipboardExpand all lines: content/en/docs/releasenotes/studio-pro/11/11.10.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ weight: 90
21
21
- We introduced a new Maia MCP Client Settings editor to make configuring and managing MCP Client Settings easier.
22
22
- Maia's capabilities can now be exposed as an MCP server, which you can enable in Maia preferences. This allows external agentic coding tools like Claude Code or Copilot to make modifications to your Mendix app, with changes reflected directly in Studio Pro.
23
23
- Maia can now fetch and interpret static web content such as external documentation, JSON specifications, and other publicly available documents. Note that it does not support content requiring authentication, dynamic web pages, or non-text formats.
24
-
- Maia can organize documents (excluding pages) into folders, following your existing folder structure or using standard Mendix best practices.
24
+
- Maia can organize documents (excluding pages) into folders, following your existing folder structure, or using standard Mendix best practices.
25
25
- Maia can now generate new JavaScript actions, add new parameters to existing JavaScript actions, and create or update the JavaScript file associated with a JavaScript action.
26
26
- Maia can now generate and configure [Multi-user task](/refguide/multi-user-task/) in workflows.
27
27
@@ -57,15 +57,15 @@ weight: 90
57
57
- Maia answers now also include sources from the Mendix Support Knowledge Base.
58
58
- We improved the Maia Chat experience with several UI enhancements.
59
59
- We upgraded to React 19.2 and React Native 0.83, bringing the latest performance improvements and features from both ecosystems. These updates provide enhanced rendering performance, improved native module integration, and a more modern foundation for building your apps.
60
-
- We improved how Studio Pro stores the configuration microflow and the headers microflow in consumed OData services. These microflows are now stored in two separate fields instead of the same field. When you switch from using a headers microflow to using a configuration microflow, Studio Pro asks whether you want to clear the headers microflow and vice versa.
60
+
- We improved how Studio Pro stores the configuration microflow and the headers microflow in consumed OData services. These microflows are now stored in two separate fields instead of the same field. When you switch from using a headers microflow to a configuration microflow, Studio Pro asks if you want to clear the headers microflow. Studio Pro does the same check if you switch from a configuration microflow to a headers microflow.
61
61
- We now delete sessions when the associated user is deleted.
62
62
- We added the `com.mendix.tracing.Span.setAttribute` methods to set attributes of spans that are already started.
63
63
- Java action tracing span names now include the Java action name.
64
64
- We clarified the error message when upgrading solutions with files that have paths that are too long.
65
65
- We replaced the custom error screen in the App Explorer with a unified global error screen that provides a consistent experience and includes a refresh button and a direct link to Mendix Support.
66
-
- The modernized Console table now supports multi-selection via the context menu flow, allowing you to copy messages and stack traces for multiple selected log lines.
67
-
- The `app-bundler` file in the project directory has been removed and replaced by a property in the model. The bundler selection (Rspack or Rollup) is now stored as part of the app settings instead of in a file.
68
-
- We expanded the consistency checker to detect more page URL conflicts, so ambiguous navigation patterns are caught during design time rather than at runtime. For example, `product/123` now correctly reports a conflict with `product/{Product/Id}`, and `overview` and `over{view}` now report a conflict.
66
+
- The modernized console table now supports multi-selection via the context menu flow, allowing you to copy messages and stack traces for multiple selected log lines.
67
+
- The `app-bundler` file in the project directory has been removed and replaced by a property in the model. The bundler selection (Rspack or Rollup) is now stored as part of the **App Settings** instead of in a file.
68
+
- We expanded the consistency checker to detect more page URL conflicts, so ambiguous navigation patterns are caught during design time rather than at runtime. For example, `product/123` now correctly reports a conflict with `product/{Product/Id}`. For another example, the combination of `overview` and `over{view}` now reports a conflict.
0 commit comments