Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions content/en/docs/releasenotes/studio-pro/10/10.21.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ This improvement simplifies widget code. Widget developers no longer need to set
* mx command-line tool now creates projects in MPRv2 format by default. You can specify `--use-mpr-format-v1` feature flag if you need to create MPRv1 project.
* We made it possible to load Typescript-based extensions via an add-on module.
* It is now possible to create Typescript-based extensions using the [public NPM package](https://www.npmjs.com/package/@mendix/extensions-api).
* We optimized the **History** dialog to load significantly faster for full and partial clones, and increased the batch size in the **History** pane from 25 to 250. The batch size remains 25 when viewing the history for a single document.

### Fixes

Expand Down
1 change: 1 addition & 0 deletions content/en/docs/releasenotes/studio-pro/10/10.22.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ weight: 78
* The **Connector** pane now features page and snippet variables.
* We improved SQL parsing in the External Database Connector to correctly ignore parameters inside comments.
* <a id="git-merge-retract"></a>We retracted the `mx.exe git-merge` command to prevent unexpected issues in Studio Pro after introducing this as an automatically configured merge driver in Studio Pro [10.21](/releasenotes/studio-pro/10.21/#git-merge-command).
* We optimized the **History** dialog to load significantly faster for full and partial clones, and increased the batch size in the **History** pane from 25 to 250. The batch size remains 25 when viewing the history for a single document.

### Fixes

Expand Down