From 2ee5062387d7a7ea8ccd55904ecae175bb740d65 Mon Sep 17 00:00:00 2001 From: Ester Uras Date: Thu, 15 Jan 2026 13:20:49 +0100 Subject: [PATCH 1/2] Add @latest in the command for creating extensions. Also release notes for 11.7 --- .../studio-pro-11/extensibility-api/web/get-started.md | 2 +- .../en/docs/releasenotes/studio-pro/web-extensibility-api.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/content/en/docs/apidocs-mxsdk/apidocs/studio-pro-11/extensibility-api/web/get-started.md b/content/en/docs/apidocs-mxsdk/apidocs/studio-pro-11/extensibility-api/web/get-started.md index 5f82c625969..41d7dc7956d 100644 --- a/content/en/docs/apidocs-mxsdk/apidocs/studio-pro-11/extensibility-api/web/get-started.md +++ b/content/en/docs/apidocs-mxsdk/apidocs/studio-pro-11/extensibility-api/web/get-started.md @@ -41,7 +41,7 @@ You can also open the application directory containing the application `.mpr` fi To accelerate your extension development, Mendix provides an extension generator that creates a customizable sample extension. -To use the generator, navigate to your desired source code directory and run the command `npm create @mendix/extension`. You may be prompted by `npm` to grant permission to install the generator. After installation, you will be guided through a series of questions to help configure your extension. +To use the generator, navigate to your desired source code directory and run the command `npm create @mendix/extension@latest`. You may be prompted by `npm` to grant permission to install the generator. After installation, you will be guided through a series of questions to help configure your extension. You will be asked the following: diff --git a/content/en/docs/releasenotes/studio-pro/web-extensibility-api.md b/content/en/docs/releasenotes/studio-pro/web-extensibility-api.md index 3fe32af3749..4dba78758b2 100644 --- a/content/en/docs/releasenotes/studio-pro/web-extensibility-api.md +++ b/content/en/docs/releasenotes/studio-pro/web-extensibility-api.md @@ -8,6 +8,11 @@ numberless_headings: true These release notes cover changes to the [Extensibility API for Web Developers](/apidocs-mxsdk/apidocs/extensibility-api/). +## Version 11.7.0 + +* We added the ability to be able to select a Custom Blob document by using its registered name in our Element Selector Api. +* We fixed an issue where using the `New` button in the selector dialog shown when using the Element Selector Api would throw an error. The button has now been removed. + ## Version 11.6.0 * We introduced a breaking change in the Web Extensibility API. Menus will no longer support commands and will instead allow users to define their own actions. This change will affect extension developers upgrading from Studio Pro 11.5 to 11.6. Review the [Migration Guide](/apidocs-mxsdk/apidocs/web-extensibility-api-11/migration-guide/) to learn how to safely convert your code for the latest version. From 8ffbc4365142cae963a9a458a2a14f68f5d6f01c Mon Sep 17 00:00:00 2001 From: ConnorLand <47385345+ConnorLand@users.noreply.github.com> Date: Thu, 15 Jan 2026 15:36:47 +0100 Subject: [PATCH 2/2] Update web-extensibility-api.md --- .../en/docs/releasenotes/studio-pro/web-extensibility-api.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/releasenotes/studio-pro/web-extensibility-api.md b/content/en/docs/releasenotes/studio-pro/web-extensibility-api.md index 4dba78758b2..b24f270ff89 100644 --- a/content/en/docs/releasenotes/studio-pro/web-extensibility-api.md +++ b/content/en/docs/releasenotes/studio-pro/web-extensibility-api.md @@ -10,8 +10,8 @@ These release notes cover changes to the [Extensibility API for Web Developers]( ## Version 11.7.0 -* We added the ability to be able to select a Custom Blob document by using its registered name in our Element Selector Api. -* We fixed an issue where using the `New` button in the selector dialog shown when using the Element Selector Api would throw an error. The button has now been removed. +* We added functionality to select a **Custom Blob** document by using its registered name in our [Element Selector](/apidocs-mxsdk/apidocs/web-extensibility-api-11/element-selector-api/) API. +* We fixed an issue where using the **New** button in the selector dialog shown when using the Element Selector API would throw an error. The button has now been removed. ## Version 11.6.0