Skip to content

Commit 212fa58

Browse files
committed
add late feature from slack
1 parent c82ff40 commit 212fa58

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

  • content/en/docs/releasenotes/studio-pro/11

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,15 @@ weight: 89
1818
## 11.12.0
1919

2020
### New Features
21+
22+
#### Module Package Identification
23+
24+
In 11.12.0 we are introducing module package identification. Each module now has a stable **Module ID** that uniquely identifies it across versions, without relying on a central authority such as the Mendix Marketplace. The **Version** field is now available for all module types and the value will be automatically used by the Marketplace when uploading a package. Manually changing the version for a package inside the Marketplace is no longer possible, for modules exported from 11.12.0 and above.
25+
26+
For existing apps, Studio Pro automatically assigns a **Module ID** to every module when the app is opened. The ID is derived either from the Marketplace component ID, or from the **App ID** and module name. Studio Pro also generates a **SHA-256 Checksum** for every exported module package which will later be used for determining module integrity.
27+
The **Module ID** and **checksum** are stored in a new *manifest.json* file inside the module package, alongside the existing *package.xml* for backward compatibility. For more information, see [Module Settings](/refguide/module-setings/#package).
28+
29+
### Other New Features
2130

2231
- We introduced a modernized **Variables** pane. It now preserves expanded nodes as you step through the debugger, so you no longer lose your place between steps.
2332
- The modernized Debug Windows can be switched off in **Edit > Preferences > New features** by unchecking **Use the modernized Debug Windows (Requires restart of Studio Pro)**.

0 commit comments

Comments
 (0)