From ecee1c0023a8f99ec2a762c2d613f7855ad03687 Mon Sep 17 00:00:00 2001 From: Saurabh Chavan Date: Tue, 28 Apr 2026 17:38:30 +0530 Subject: [PATCH 1/3] Remove native restriction for editable file and image types --- .../pluggable-widgets-client-apis/_index.md | 4 ---- .../pluggable-widgets/pluggable-widgets-property-types.md | 6 ------ 2 files changed, 10 deletions(-) diff --git a/content/en/docs/apidocs-mxsdk/apidocs/studio-pro-11/pluggable-widgets/pluggable-widgets-client-apis/_index.md b/content/en/docs/apidocs-mxsdk/apidocs/studio-pro-11/pluggable-widgets/pluggable-widgets-client-apis/_index.md index c6ace502a26..c41be071670 100644 --- a/content/en/docs/apidocs-mxsdk/apidocs/studio-pro-11/pluggable-widgets/pluggable-widgets-client-apis/_index.md +++ b/content/en/docs/apidocs-mxsdk/apidocs/studio-pro-11/pluggable-widgets/pluggable-widgets-client-apis/_index.md @@ -345,10 +345,6 @@ export interface EditableImageValue extends EditableFileVa `EditableImageValue` provides upload capabilities to [`ImageValue`](#imagevalue), similarly to how [`EditableFileValue`](#editable-file-value) for [`FileValue`](#filevalue). Also it adds `setThumbnailSize` method which enables a component to request the Mendix Platform to return an image with specific dimensions. The Mendix Platform will take care of resizing the image while keeping the aspect ratio intact. When a thumbnail size is set, the `value` field of `EditableImageValue` will contain a resized image. When a thumbnail size is not set, the `value` field will contain an original image. -{{% alert color="warning" %}} -`EditableImageValue` does not support `NativeImage`. -{{% /alert %}} - ### ModifiableValue {#modifiable-value} `ModifiableValue` is used to represent values that can be changed by a pluggable widget client component. It is passed only to [association properties](/apidocs-mxsdk/apidocs/pluggable-widgets-property-types/#association), and is defined as follows: diff --git a/content/en/docs/apidocs-mxsdk/apidocs/studio-pro-11/pluggable-widgets/pluggable-widgets-property-types.md b/content/en/docs/apidocs-mxsdk/apidocs/studio-pro-11/pluggable-widgets/pluggable-widgets-property-types.md index 599c78ae64e..6da50b04888 100644 --- a/content/en/docs/apidocs-mxsdk/apidocs/studio-pro-11/pluggable-widgets/pluggable-widgets-property-types.md +++ b/content/en/docs/apidocs-mxsdk/apidocs/studio-pro-11/pluggable-widgets/pluggable-widgets-property-types.md @@ -34,8 +34,6 @@ This optional attribute applies only to [file](#file) and [image](#image) proper Be aware of behavioral differences between the legacy read-only mode (`false`) and the new editable mode (`true`). -{{% alert color="info" %}} Editable types are not supported for Native as of now. {{% /alert %}} - #### Type (Required) This defines a property's type. A `type` must be one of the following: @@ -273,8 +271,6 @@ The user can use the optional attribute [`allowUpload`](#allow-upload) with defa {{% alert color="warning" %}} Legacy DynamicValue types for file and image properties are deprecated and will be removed at Mendix 12. Use allowUpload="true" to migrate to the new editable types before Mendix 12. {{% /alert %}} -{{% alert color="info" %}} Editable types are not supported for Native as of now. {{% /alert %}} - #### XML Attributes | Attribute | Required | Attribute Type | Description | @@ -718,8 +714,6 @@ The user can use the optional attribute [`allowUpload`](#allow-upload) with defa {{% alert color="warning" %}} Legacy DynamicValue types for file and image properties are deprecated and will be removed at Mendix 12. Use allowUpload="true" to migrate to the new editable types before Mendix 12. {{% /alert %}} -{{% alert color="info" %}} Editable types are not supported for Native as of now. {{% /alert %}} - #### XML Attributes | Attribute | Required | Attribute Type | Description | From a7422f5ac1c655b5dc36391f5b7b271edc4498ea Mon Sep 17 00:00:00 2001 From: Saurabh Chavan Date: Thu, 30 Apr 2026 14:08:42 +0530 Subject: [PATCH 2/3] Added release notes of recent bug fixes in native template --- .../nt-studio-pro-10-parent/nt-14-rn.md | 10 +++++++ .../nt-studio-pro-11-parent/nt-17-rn.md | 26 +++++++++++++++++++ .../nt-studio-pro-11-parent/nt-19-rn.md | 10 +++++++ 3 files changed, 46 insertions(+) diff --git a/content/en/docs/releasenotes/mobile/native-template/nt-studio-pro-10-parent/nt-14-rn.md b/content/en/docs/releasenotes/mobile/native-template/nt-studio-pro-10-parent/nt-14-rn.md index 97036057571..c91b4d5cdb6 100644 --- a/content/en/docs/releasenotes/mobile/native-template/nt-studio-pro-10-parent/nt-14-rn.md +++ b/content/en/docs/releasenotes/mobile/native-template/nt-studio-pro-10-parent/nt-14-rn.md @@ -5,6 +5,16 @@ weight: 6 description: "Native Template 14" --- +## 14.1.16 + +**Release date: Apr 29, 2026** + +### Fixes + +- We updated `@mendix/native` to v9.3.1, strengthening Android cookie encryption by migrating from `AES/CBC/PKCS7Padding` to `AES/GCM/NoPadding`. +- We resolved an issue that version logs events are not getting recorded in firebase for Android. +- We Fixed the iOS builds crashing when building with Xcode 26. + ## 14.1.15 {#1425} **Release date: Apr 22, 2026** diff --git a/content/en/docs/releasenotes/mobile/native-template/nt-studio-pro-11-parent/nt-17-rn.md b/content/en/docs/releasenotes/mobile/native-template/nt-studio-pro-11-parent/nt-17-rn.md index ae1adcd470b..96fca9534ef 100644 --- a/content/en/docs/releasenotes/mobile/native-template/nt-studio-pro-11-parent/nt-17-rn.md +++ b/content/en/docs/releasenotes/mobile/native-template/nt-studio-pro-11-parent/nt-17-rn.md @@ -5,6 +5,32 @@ weight: 8 description: "Native Template 17" --- +## 17.2.0 + +**Release date: April 29, 2026** + +### Fixes + +* We updated `@mendix/native` to v9.3.1, strengthening Android cookie encryption by migrating from `AES/CBC/PKCS7Padding` to `AES/GCM/NoPadding`. +* We fixed the iOS builds crashing when building with Xcode 26. +* We resolved an issue that version logs events are not getting recorded in firebase for Android. + +## 17.0.4 + +**Release date: January 22, 2026** + +### Improvements + +* We added the LocationWhenInUse permission to the iOS configuration to support react-native-permissions. + +## 17.0.3 + +**Release date: January 15, 2026** + +### Improvements + +* We removed leftover Detox references from the Android build files. This fixes an issue where generating Android APKs would fail due to Detox dependencies not being found. + ## 17.0.2 {#1702} **Release date: January 12, 2026** diff --git a/content/en/docs/releasenotes/mobile/native-template/nt-studio-pro-11-parent/nt-19-rn.md b/content/en/docs/releasenotes/mobile/native-template/nt-studio-pro-11-parent/nt-19-rn.md index 0b69348022c..f48e98af342 100644 --- a/content/en/docs/releasenotes/mobile/native-template/nt-studio-pro-11-parent/nt-19-rn.md +++ b/content/en/docs/releasenotes/mobile/native-template/nt-studio-pro-11-parent/nt-19-rn.md @@ -5,6 +5,16 @@ weight: 6 description: "Native Template 19" --- +## 19.0.3 + +**Release date: April 29, 2026** + +### Fixes + +- We updated `@mendix/native` to v9.3.1, strengthening Android cookie encryption by migrating from `AES/CBC/PKCS7Padding` to `AES/GCM/NoPadding`. +- We fixed the iOS builds crashing when building with Xcode 26. +- We resolved an issue that version logs events are not getting recorded in firebase for Android. + ## 19.0.2 {#1902} **Release date: April 22, 2026** From 33e9204a20e300f084cd68d1898a41a0e49349d9 Mon Sep 17 00:00:00 2001 From: Saurabh Chavan Date: Thu, 30 Apr 2026 14:13:17 +0530 Subject: [PATCH 3/3] Revert "Added release notes of recent bug fixes in native template" This reverts commit a7422f5ac1c655b5dc36391f5b7b271edc4498ea. --- .../nt-studio-pro-10-parent/nt-14-rn.md | 10 ------- .../nt-studio-pro-11-parent/nt-17-rn.md | 26 ------------------- .../nt-studio-pro-11-parent/nt-19-rn.md | 10 ------- 3 files changed, 46 deletions(-) diff --git a/content/en/docs/releasenotes/mobile/native-template/nt-studio-pro-10-parent/nt-14-rn.md b/content/en/docs/releasenotes/mobile/native-template/nt-studio-pro-10-parent/nt-14-rn.md index c91b4d5cdb6..97036057571 100644 --- a/content/en/docs/releasenotes/mobile/native-template/nt-studio-pro-10-parent/nt-14-rn.md +++ b/content/en/docs/releasenotes/mobile/native-template/nt-studio-pro-10-parent/nt-14-rn.md @@ -5,16 +5,6 @@ weight: 6 description: "Native Template 14" --- -## 14.1.16 - -**Release date: Apr 29, 2026** - -### Fixes - -- We updated `@mendix/native` to v9.3.1, strengthening Android cookie encryption by migrating from `AES/CBC/PKCS7Padding` to `AES/GCM/NoPadding`. -- We resolved an issue that version logs events are not getting recorded in firebase for Android. -- We Fixed the iOS builds crashing when building with Xcode 26. - ## 14.1.15 {#1425} **Release date: Apr 22, 2026** diff --git a/content/en/docs/releasenotes/mobile/native-template/nt-studio-pro-11-parent/nt-17-rn.md b/content/en/docs/releasenotes/mobile/native-template/nt-studio-pro-11-parent/nt-17-rn.md index 96fca9534ef..ae1adcd470b 100644 --- a/content/en/docs/releasenotes/mobile/native-template/nt-studio-pro-11-parent/nt-17-rn.md +++ b/content/en/docs/releasenotes/mobile/native-template/nt-studio-pro-11-parent/nt-17-rn.md @@ -5,32 +5,6 @@ weight: 8 description: "Native Template 17" --- -## 17.2.0 - -**Release date: April 29, 2026** - -### Fixes - -* We updated `@mendix/native` to v9.3.1, strengthening Android cookie encryption by migrating from `AES/CBC/PKCS7Padding` to `AES/GCM/NoPadding`. -* We fixed the iOS builds crashing when building with Xcode 26. -* We resolved an issue that version logs events are not getting recorded in firebase for Android. - -## 17.0.4 - -**Release date: January 22, 2026** - -### Improvements - -* We added the LocationWhenInUse permission to the iOS configuration to support react-native-permissions. - -## 17.0.3 - -**Release date: January 15, 2026** - -### Improvements - -* We removed leftover Detox references from the Android build files. This fixes an issue where generating Android APKs would fail due to Detox dependencies not being found. - ## 17.0.2 {#1702} **Release date: January 12, 2026** diff --git a/content/en/docs/releasenotes/mobile/native-template/nt-studio-pro-11-parent/nt-19-rn.md b/content/en/docs/releasenotes/mobile/native-template/nt-studio-pro-11-parent/nt-19-rn.md index f48e98af342..0b69348022c 100644 --- a/content/en/docs/releasenotes/mobile/native-template/nt-studio-pro-11-parent/nt-19-rn.md +++ b/content/en/docs/releasenotes/mobile/native-template/nt-studio-pro-11-parent/nt-19-rn.md @@ -5,16 +5,6 @@ weight: 6 description: "Native Template 19" --- -## 19.0.3 - -**Release date: April 29, 2026** - -### Fixes - -- We updated `@mendix/native` to v9.3.1, strengthening Android cookie encryption by migrating from `AES/CBC/PKCS7Padding` to `AES/GCM/NoPadding`. -- We fixed the iOS builds crashing when building with Xcode 26. -- We resolved an issue that version logs events are not getting recorded in firebase for Android. - ## 19.0.2 {#1902} **Release date: April 22, 2026**