Skip to content

Commit 7037b98

Browse files
authored
Merge pull request mendix#10725 from mendix/ctl-add-blog-links-to-RNs
Add blog links
2 parents edb4ceb + 331d397 commit 7037b98

8 files changed

Lines changed: 18 additions & 3 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ For details on upgrading to Studio Pro 11, see [Upgrading from Mendix Studio Pro
1515

1616
{{% button color="info" href="https://marketplace.mendix.com/link/studiopro/11.0.0" text="Go to Marketplace" title="Download version 11.0.0 from the Marketplace" %}}
1717

18+
For more guidance, see the official [11.0 Mendix release blog](https://www.mendix.com/blog/mendix-release-11-0-start-with-ai-build-anything-the-next-era-of-enterprise-development-is-here/).
19+
1820
### New Features
1921

2022
* We introduced a new starting point in Studio Pro: **Start with Maia**. This feature helps you kick-start the app development process. Based on a required text description and an optional image or a PDF, it generates an app that includes a domain model, data management overview pages, test data, and a tailored homepage. For more information, see [Start with Maia](/refguide/start-with-maia/).

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ weight: 99
1111

1212
{{% button color="info" href="https://marketplace.mendix.com/link/studiopro/11.1.0" text="Go to Marketplace" title="Download version 11.1.0 from the Marketplace" %}}
1313

14+
For more guidance, see the official [11.1 Mendix release blog](https://www.mendix.com/blog/mendix-11-1-more-power-less-effort/).
15+
1416
### New Features
1517

1618
* We added a new, experimental [Runtime API](/apidocs-mxsdk/apidocs/runtime-api-11/) call, `Core.createOqlStatement`, to execute OQL statements.

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ weight: 98
1111

1212
{{% button color="info" href="https://marketplace.mendix.com/link/studiopro/11.2.0" text="Go to Marketplace" title="Download version 11.2.0 from the Marketplace" %}}
1313

14+
For more guidance, see the official [11.2 Mendix release blog](https://www.mendix.com/blog/release-11-2-group-smarter-select-better-build-faster/).
15+
1416
### New Features
1517

1618
* We introduced Workflow Groups as a beta feature to enable dynamic user targeting in workflow user tasks. When a user is added to a group targeted for a specific task, they are automatically assigned to that task. This eliminates the need for manual updates when team structure changes. You can enable workflow groups targeting in user tasks via Studio Pro under **Preferences** > **New features**. For more information, see [Workflow Groups](/refguide/workflow-groups/).

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ weight: 97
1111

1212
{{% button color="info" href="https://marketplace.mendix.com/link/studiopro/11.3.0" text="Go to Marketplace" title="Download version 11.3.0 from the Marketplace" %}}
1313

14+
For more guidance, see the official [11.3 Mendix release blog](https://www.mendix.com/blog/release-11-3-from-workflows-to-ai-whats-new-this-month/).
15+
16+
1417
### New Features
1518

1619
* We introduced a setting in the **Advanced** tab of the **Preferences** dialog to enable starting Studio Pro in Extension Development Mode, so users do not need to provide the feature flag themselves.

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ weight: 96
1111

1212
{{% button color="info" href="https://marketplace.mendix.com/link/studiopro/11.4.0" text="Go to Marketplace" title="Download version 11.4.0 from the Marketplace" %}}
1313

14+
For more guidance, see the official [11.4 Mendix release blog](https://www.mendix.com/blog/release-11-4-better-faster-smarter/).
15+
1416
### New Features
1517

1618
* In the experimental Java API `OqlStatement`, the [`UPDATE`](/refguide/oql-statements/#oql-update) statement can now also update associations.

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ weight: 95
1111

1212
{{% button color="info" href="https://marketplace.mendix.com/link/studiopro/11.5.0" text="Go to Marketplace" title="Download version 11.5.0 from the Marketplace" %}}
1313

14+
For more guidance, see the official [11.5 Mendix release blog](https://www.mendix.com/blog/release-11-5-smarter-flows-stronger-mobile-self-service-ai/).
15+
1416
### New Features
1517

1618
#### Return Values for Microflows and Nanoflows

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,14 @@ weight: 94
66
mts: true
77
---
88

9-
10-
119
## 11.6.3 {#1163}
1210

1311
**Release date: January 30, 2026**
1412

1513
{{% button color="info" href="https://marketplace.mendix.com/link/studiopro/11.6.3" text="Go to Marketplace" title="Download version 11.6.3 from the Marketplace" %}}
1614

1715
### Improvements
18-
16+
1917
* Entities set to online synchronization mode can now be used by non-pluggable widgets on offline pages.
2018
* We added a configurable option **Use new string behavior** in the **Runtime** tab that controls how null and undefined values are handled for string attributes in the client. The new behavior (default for new projects) keeps these values as null to maintain consistency between nanoflows and microflows, while the old behavior converts them to empty strings. This option provides backward compatibility and gives developers time to migrate to the new more consistent behavior.
2119
* We have improved session cleanup performance.
@@ -104,6 +102,8 @@ Mendix apologizes for the inconvenience.
104102

105103
{{% button color="info" href="https://marketplace.mendix.com/link/studiopro/11.6.0" text="Go to Marketplace" title="Download version 11.6.0 from the Marketplace" %}}
106104

105+
For more guidance, see the official [11.6 Mendix release blog](https://www.mendix.com/blog/release-11-6-zero-downtime-deployments-workflow-advances/).
106+
107107
### New Features
108108

109109
* We have redesigned the way the menus work in our Extensibility APIs (browse our API docs by Studio Pro version [here](/apidocs-mxsdk/apidocs/)). They no longer require the `commandId` property or listening to the `menuItemActivated` event. They now contain an `action` property which will be invoked directly when the menu is clicked.

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ weight: 93
1111

1212
{{% button color="info" href="https://marketplace.mendix.com/link/studiopro/11.7.0" text="Go to Marketplace" title="Download version 11.7.0 from the Marketplace" %}}
1313

14+
For more guidance, see the official [11.7 Mendix release blog](https://www.mendix.com/blog/release-11-7-zero-downtime-ai-tools-react-ready/).
15+
1416
### Improvements
1517

1618
* Studio Pro has been updated to run on .NET 10 instead of .NET 8. As a result, .NET 10 is now a required prerequisite for the application. For more information, see [System Requirements](/refguide/system-requirements/).

0 commit comments

Comments
 (0)