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.12.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ The **Module ID** and **checksum** are stored in a new *manifest.json* file insi
35
35
- We added the ability for the user to see the current Studio Pro version through the Preferences API.
36
36
- We added a `documentAdded` event to the `IProjectChangesApi`, allowing extensions to react when a new document is added to the project.
37
37
- We added the ability to filter the comparison pane by change status (such as added, modified, deleted, or moved). Filters are persisted across sessions, and an indicator is shown when any filter differs from the default.
38
-
- 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.
38
+
- We added sortable columns to the **Comparison** pane. You can now click any column header in the **Documents** or **Elements** views to sort the list, making it easier to find and group changes.
39
39
- We implemented a new function `DATEFORMAT` in OQL. For more details, see [OQL Expression Syntax](/refguide/oql-expression-syntax/#dateformat-function).
40
40
- 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).
41
41
- 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.
@@ -56,7 +56,7 @@ The **Module ID** and **checksum** are stored in a new *manifest.json* file insi
56
56
- Data Transformers are now generally available. This allows you to transform complex JSON data, including cases that were never supported before.
57
57
- You can use a Data Transformer as a preprocessing step before passing the data into an Import Mapping, or use the transformed JSON directly, for example to send data to another system.
58
58
- Maia support has been added, so Maia can help creating and modifying Data Transformers.
59
-
- For more information, see [Data Transformer](https://docs.mendix.com/refguide/data-transformers/).
59
+
- For more information, see [Data Transformer](/refguide/data-transformers/).
0 commit comments