From eef02251b9f6701ebd2044a9c2b73d472094c700 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Furkan=20Arabac=C4=B1?= Date: Fri, 30 May 2025 13:32:42 +0200 Subject: [PATCH 01/12] OP-SQLite backward compatibility and prepare mx 11 Native Template --- .../mobile/native-template/_index.md | 3 ++ .../nt-studio-pro-10-parent/nt-14-rn.md | 11 +++++++ .../nt-studio-pro-11-parent/_index.md | 11 +++++++ .../nt-studio-pro-11-parent/nt-15-rn.md | 29 +++++++++++++++++++ 4 files changed, 54 insertions(+) create mode 100644 content/en/docs/releasenotes/mobile/native-template/nt-studio-pro-11-parent/_index.md create mode 100644 content/en/docs/releasenotes/mobile/native-template/nt-studio-pro-11-parent/nt-15-rn.md diff --git a/content/en/docs/releasenotes/mobile/native-template/_index.md b/content/en/docs/releasenotes/mobile/native-template/_index.md index 9b32276abf1..0af27127655 100644 --- a/content/en/docs/releasenotes/mobile/native-template/_index.md +++ b/content/en/docs/releasenotes/mobile/native-template/_index.md @@ -8,6 +8,9 @@ description: "Native Template release notes." For more information on native mobile app development, see the [native-template](https://github.com/mendix/native-template/) repository and the [Building, Testing, and Distributing Apps](/refguide/mobile/distributing-mobile-apps/) guide. Below you can see the current versions in active development and which Mendix Studio Pro versions they correspond with. +Compatible with Studio Pro 11: +* Native Template versions of [15](/releasenotes/mobile/nt-15-rn/) are compatible with apps built using Studio Pro 11.0 and above. + Compatible with Studio Pro 10: * Native Template versions of [14](/releasenotes/mobile/nt-14-rn/) are compatible with apps built using Studio Pro [10.22](/releasenotes/studio-pro/10.22/) and above. 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 9c8b013c2b8..1a66d96d6ab 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,17 @@ weight: 6 description: "Native Template 14" --- +## 14.0.1 {#1401} +**Release date: May 30, 2025** + +### Improvements +- We improved update process from an older version of Studio Pro to the Latest version(s). +- We fixed an issue where iOS apps built with Mendix 10.21 and above would not run when the React Client was enabled. Android was not affected. + +### Library Updates and Improvements + +- **@mendix/native:** 9.0.4 + ## 14.0.0 {#1400} **Release date: April 2, 2025** diff --git a/content/en/docs/releasenotes/mobile/native-template/nt-studio-pro-11-parent/_index.md b/content/en/docs/releasenotes/mobile/native-template/nt-studio-pro-11-parent/_index.md new file mode 100644 index 00000000000..f72cdfaed6c --- /dev/null +++ b/content/en/docs/releasenotes/mobile/native-template/nt-studio-pro-11-parent/_index.md @@ -0,0 +1,11 @@ +--- +title: "Studio Pro 11 Compatible" +url: /releasenotes/mobile/nt-studio-pro-11-parent/ +weight: 10 +description: "Studio Pro 11 compatible Native Template release notes." +--- + +These are the current Native Template versions for Studio Pro 11 in active development: + +* Native Template versions of [15](/releasenotes/mobile/nt-15-rn/) are compatible with apps built using the following versions of Studio Pro: + * Studio Pro 11.0 and above. \ No newline at end of file diff --git a/content/en/docs/releasenotes/mobile/native-template/nt-studio-pro-11-parent/nt-15-rn.md b/content/en/docs/releasenotes/mobile/native-template/nt-studio-pro-11-parent/nt-15-rn.md new file mode 100644 index 00000000000..e6d07670bd8 --- /dev/null +++ b/content/en/docs/releasenotes/mobile/native-template/nt-studio-pro-11-parent/nt-15-rn.md @@ -0,0 +1,29 @@ +--- +title: "Native Template 15" +url: /releasenotes/mobile/nt-15-rn/ +weight: 6 +description: "Native Template 15" +--- + +## 15.0.1 {#1501} +**Release date: May 30, 2025** + +### Improvements +- We improved update process from an older version of Studio Pro to the Latest version(s). +- We fixed an issue where iOS apps built with Mendix 10.21 and above would not run when the React Client was enabled. Android was not affected. + +### Library Updates and Improvements + +- **@mendix/native:** 10.1.4 + +## 15.0.0 {#1500} + +**Release date: May 02, 2025** + +### Improvements + +- We upgraded our Database Backend Library to the most recent version. This update brings better performance on database operations and performance improvements. + +### Library Updates and Improvements + +- **@op-engineering/op-sqlite:** 12.0.2 \ No newline at end of file From 1a4b81dda4ca5b88d938343de03410f2579ba7c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Furkan=20Arabac=C4=B1?= Date: Thu, 5 Jun 2025 14:58:53 +0300 Subject: [PATCH 02/12] remove release date since we couldn't release NT that date --- .../mobile/native-template/nt-studio-pro-10-parent/nt-14-rn.md | 2 +- .../mobile/native-template/nt-studio-pro-11-parent/nt-15-rn.md | 2 +- 2 files changed, 2 insertions(+), 2 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 1a66d96d6ab..04edaca7f9c 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 @@ -6,7 +6,7 @@ description: "Native Template 14" --- ## 14.0.1 {#1401} -**Release date: May 30, 2025** +**Release date: ____** ### Improvements - We improved update process from an older version of Studio Pro to the Latest version(s). diff --git a/content/en/docs/releasenotes/mobile/native-template/nt-studio-pro-11-parent/nt-15-rn.md b/content/en/docs/releasenotes/mobile/native-template/nt-studio-pro-11-parent/nt-15-rn.md index e6d07670bd8..cc1078c7886 100644 --- a/content/en/docs/releasenotes/mobile/native-template/nt-studio-pro-11-parent/nt-15-rn.md +++ b/content/en/docs/releasenotes/mobile/native-template/nt-studio-pro-11-parent/nt-15-rn.md @@ -6,7 +6,7 @@ description: "Native Template 15" --- ## 15.0.1 {#1501} -**Release date: May 30, 2025** +**Release date: ____** ### Improvements - We improved update process from an older version of Studio Pro to the Latest version(s). From 798c1391d160c22f020ae05749d78076c2739fd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Furkan=20Arabac=C4=B1?= Date: Thu, 12 Jun 2025 16:17:32 +0200 Subject: [PATCH 03/12] add MOO-1800 doc of NT --- .../nt-studio-pro-11-parent/nt-15-rn.md | 21 +++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/content/en/docs/releasenotes/mobile/native-template/nt-studio-pro-11-parent/nt-15-rn.md b/content/en/docs/releasenotes/mobile/native-template/nt-studio-pro-11-parent/nt-15-rn.md index cc1078c7886..75f3126e204 100644 --- a/content/en/docs/releasenotes/mobile/native-template/nt-studio-pro-11-parent/nt-15-rn.md +++ b/content/en/docs/releasenotes/mobile/native-template/nt-studio-pro-11-parent/nt-15-rn.md @@ -5,8 +5,8 @@ weight: 6 description: "Native Template 15" --- -## 15.0.1 {#1501} -**Release date: ____** +## 15.1.1 {#1501} +**Release date: June 12, 2025** ### Improvements - We improved update process from an older version of Studio Pro to the Latest version(s). @@ -16,6 +16,23 @@ description: "Native Template 15" - **@mendix/native:** 10.1.4 +## 15.1.0 {#1400} + +**Release date: June 2, 2025** + +### Improvements + +* We migrated several libraries that hadn’t been maintained in years to modern, actively supported alternatives. + +### Removed + +* **@react-native-community/push-notification-ios:** 1.10.1 + +#### Library Updates and Improvements + +* **notifee@notifee/react-native:** 9.1.8 +* **react-native-device-info:** 14.0.4 + ## 15.0.0 {#1500} **Release date: May 02, 2025** From 329400637df0e009e432bfa9bfbe6efa5e9a2c72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Furkan=20Arabac=C4=B1?= Date: Thu, 12 Jun 2025 16:19:35 +0200 Subject: [PATCH 04/12] fix the anchor mapping for nt-15-rn.md --- .../native-template/nt-studio-pro-11-parent/nt-15-rn.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/releasenotes/mobile/native-template/nt-studio-pro-11-parent/nt-15-rn.md b/content/en/docs/releasenotes/mobile/native-template/nt-studio-pro-11-parent/nt-15-rn.md index 75f3126e204..7d5cb955e65 100644 --- a/content/en/docs/releasenotes/mobile/native-template/nt-studio-pro-11-parent/nt-15-rn.md +++ b/content/en/docs/releasenotes/mobile/native-template/nt-studio-pro-11-parent/nt-15-rn.md @@ -5,7 +5,7 @@ weight: 6 description: "Native Template 15" --- -## 15.1.1 {#1501} +## 15.1.1 {#1511} **Release date: June 12, 2025** ### Improvements @@ -16,7 +16,7 @@ description: "Native Template 15" - **@mendix/native:** 10.1.4 -## 15.1.0 {#1400} +## 15.1.0 {#1510} **Release date: June 2, 2025** From 3affb5cb5cc99cde535487d11d5c2b5e6e153ffd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Furkan=20Arabac=C4=B1?= Date: Thu, 12 Jun 2025 17:13:34 +0200 Subject: [PATCH 05/12] mark the latest op-sqlite update unreleased --- .../native-template/nt-studio-pro-11-parent/nt-15-rn.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/content/en/docs/releasenotes/mobile/native-template/nt-studio-pro-11-parent/nt-15-rn.md b/content/en/docs/releasenotes/mobile/native-template/nt-studio-pro-11-parent/nt-15-rn.md index 7d5cb955e65..7d21ac8848e 100644 --- a/content/en/docs/releasenotes/mobile/native-template/nt-studio-pro-11-parent/nt-15-rn.md +++ b/content/en/docs/releasenotes/mobile/native-template/nt-studio-pro-11-parent/nt-15-rn.md @@ -5,11 +5,14 @@ weight: 6 description: "Native Template 15" --- -## 15.1.1 {#1511} -**Release date: June 12, 2025** +## Unreleased -### Improvements - We improved update process from an older version of Studio Pro to the Latest version(s). + +## 15.2.0 {#1520} +**Release date: June 11, 2025** + +### Improvements - We fixed an issue where iOS apps built with Mendix 10.21 and above would not run when the React Client was enabled. Android was not affected. ### Library Updates and Improvements From 87c0bab1b133e2837cdc977c36c36a5d75a77614 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Furkan=20Arabac=C4=B1?= Date: Thu, 12 Jun 2025 17:25:00 +0200 Subject: [PATCH 06/12] update native template 14 --- .../nt-studio-pro-10-parent/nt-14-rn.md | 29 ++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) 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 6d84a2ab4a2..de1bfbb7288 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,7 +5,7 @@ weight: 6 description: "Native Template 14" --- -## 14.0.2 {#1402} +## 14.1.3 {#1413} **Release date: June 12, 2025** @@ -13,6 +13,33 @@ description: "Native Template 14" * We improved update process from an older version of Studio Pro to the Latest version(s). +## 14.1.2 {#1412} + +**Release date: June 6, 2025** + +### Fixes + +* We have fixed an issue where iOS apps built with Mendix 10.18 and above would not run when the React Client was enabled. Android was not affected. + +## 14.1.1 {#1411} + +**Release date: May 2, 2025** + +### Fixes + +* We have fixed an issue where a user may face an error during build process because latest version 18 for playServices is not compatible with current gradle version. + +## 14.1.0 {#1410} + +**Release date: April 2, 2025** + +### Fixes + +* We have upgraded @mendix/native to version 9.0.1 + +#### Library Updates and Improvements +* **@mendix/native:** 9.0.1 + ## 14.0.1 {#1401} **Release date: June 5, 2025** From 4109dadda52f842f3d3da2b9f0ca6aeb8812c44e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Furkan=20Arabac=C4=B1?= Date: Thu, 3 Jul 2025 15:29:28 +0200 Subject: [PATCH 07/12] Update nt-15-rn.md --- .../nt-studio-pro-11-parent/nt-15-rn.md | 39 ++++++++++++++----- 1 file changed, 30 insertions(+), 9 deletions(-) diff --git a/content/en/docs/releasenotes/mobile/native-template/nt-studio-pro-11-parent/nt-15-rn.md b/content/en/docs/releasenotes/mobile/native-template/nt-studio-pro-11-parent/nt-15-rn.md index 7d21ac8848e..77e5d54043c 100644 --- a/content/en/docs/releasenotes/mobile/native-template/nt-studio-pro-11-parent/nt-15-rn.md +++ b/content/en/docs/releasenotes/mobile/native-template/nt-studio-pro-11-parent/nt-15-rn.md @@ -5,36 +5,57 @@ weight: 6 description: "Native Template 15" --- -## Unreleased +## 15.3.0 {#1530} +**Release date: June 23, 2025** +### Improvements + +- We migrated several libraries that hadn’t been maintained in years to modern, actively supported alternatives. - We improved update process from an older version of Studio Pro to the Latest version(s). +### Removed + +* **@react-native-community/push-notification-ios:** 1.10.1 + +### New Libraries + +* **notifee@notifee/react-native:** 9.1.8 +* **react-native-blob-util:** 0.21.0 + +### Library Updates and Improvements + +* **react-native-device-info:** 13.0.0 -> 14.0.4 +* **@mendix/native:** 11.0.3 -> 11.0.7 + ## 15.2.0 {#1520} **Release date: June 11, 2025** ### Improvements -- We fixed an issue where iOS apps built with Mendix 10.21 and above would not run when the React Client was enabled. Android was not affected. +- We updated one library. ### Library Updates and Improvements - **@mendix/native:** 10.1.4 -## 15.1.0 {#1510} +## 15.1.1 {#1511} -**Release date: June 2, 2025** +**Release date: June 6, 2025** ### Improvements -* We migrated several libraries that hadn’t been maintained in years to modern, actively supported alternatives. +* We fixed an issue where iOS apps built with Mendix 10.18 and above would not run when the React Client was enabled. Android was not affected. ### Removed * **@react-native-community/push-notification-ios:** 1.10.1 -#### Library Updates and Improvements +## 15.1.0 {#1510} -* **notifee@notifee/react-native:** 9.1.8 -* **react-native-device-info:** 14.0.4 +**Release date: June 2, 2025** + +### Improvements + +* We migrated several libraries that hadn’t been maintained in years to modern, actively supported alternatives. ## 15.0.0 {#1500} @@ -46,4 +67,4 @@ description: "Native Template 15" ### Library Updates and Improvements -- **@op-engineering/op-sqlite:** 12.0.2 \ No newline at end of file +- **@op-engineering/op-sqlite:** 12.0.2 From e2fd0e6c4b92f958bdf93c3616e8d86100930115 Mon Sep 17 00:00:00 2001 From: ConnorLand Date: Thu, 3 Jul 2025 15:48:20 +0200 Subject: [PATCH 08/12] Edit --- .../nt-studio-pro-11-parent/nt-15-rn.md | 21 +++++++++++-------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/content/en/docs/releasenotes/mobile/native-template/nt-studio-pro-11-parent/nt-15-rn.md b/content/en/docs/releasenotes/mobile/native-template/nt-studio-pro-11-parent/nt-15-rn.md index 77e5d54043c..d7575cac078 100644 --- a/content/en/docs/releasenotes/mobile/native-template/nt-studio-pro-11-parent/nt-15-rn.md +++ b/content/en/docs/releasenotes/mobile/native-template/nt-studio-pro-11-parent/nt-15-rn.md @@ -6,12 +6,13 @@ description: "Native Template 15" --- ## 15.3.0 {#1530} + **Release date: June 23, 2025** ### Improvements -- We migrated several libraries that hadn’t been maintained in years to modern, actively supported alternatives. -- We improved update process from an older version of Studio Pro to the Latest version(s). +- We migrated several libraries that had not been maintained to modern, actively-supported alternatives. +- We improved the update process from an older version of Studio Pro to the latest version. ### Removed @@ -19,8 +20,8 @@ description: "Native Template 15" ### New Libraries -* **notifee@notifee/react-native:** 9.1.8 -* **react-native-blob-util:** 0.21.0 +* **notifee@notifee/react-native**: 9.1.8 +* **react-native-blob-util**: 0.21.0 ### Library Updates and Improvements @@ -28,26 +29,28 @@ description: "Native Template 15" * **@mendix/native:** 11.0.3 -> 11.0.7 ## 15.2.0 {#1520} + **Release date: June 11, 2025** ### Improvements + - We updated one library. ### Library Updates and Improvements -- **@mendix/native:** 10.1.4 +- **@mendix/native**: 10.1.4 ## 15.1.1 {#1511} **Release date: June 6, 2025** -### Improvements +### Fixes * We fixed an issue where iOS apps built with Mendix 10.18 and above would not run when the React Client was enabled. Android was not affected. ### Removed -* **@react-native-community/push-notification-ios:** 1.10.1 +* **@react-native-community/push-notification-ios**: 1.10.1 ## 15.1.0 {#1510} @@ -55,7 +58,7 @@ description: "Native Template 15" ### Improvements -* We migrated several libraries that hadn’t been maintained in years to modern, actively supported alternatives. +* We migrated several libraries that had not been maintained to modern, actively-supported alternatives. ## 15.0.0 {#1500} @@ -67,4 +70,4 @@ description: "Native Template 15" ### Library Updates and Improvements -- **@op-engineering/op-sqlite:** 12.0.2 +- **@op-engineering/op-sqlite**: 12.0.2 From 172d36d5a1a9faf40acebd3ccb6d5bf324057ec5 Mon Sep 17 00:00:00 2001 From: ConnorLand Date: Thu, 3 Jul 2025 15:53:00 +0200 Subject: [PATCH 09/12] Edit --- .../nt-studio-pro-10-parent/nt-14-rn.md | 31 ++++++++++--------- 1 file changed, 16 insertions(+), 15 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 de1bfbb7288..f5c85b4de1c 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 @@ -11,7 +11,7 @@ description: "Native Template 14" ### Fixes -* We improved update process from an older version of Studio Pro to the Latest version(s). +* We improved the update process when moving from an older version of Studio Pro to the latest version. ## 14.1.2 {#1412} @@ -19,7 +19,7 @@ description: "Native Template 14" ### Fixes -* We have fixed an issue where iOS apps built with Mendix 10.18 and above would not run when the React Client was enabled. Android was not affected. +* We fixed an issue where iOS apps built with Mendix 10.18 and above would not run when the React Client was enabled. Android was not affected. ## 14.1.1 {#1411} @@ -27,7 +27,7 @@ description: "Native Template 14" ### Fixes -* We have fixed an issue where a user may face an error during build process because latest version 18 for playServices is not compatible with current gradle version. +* We fixed an issue where users may face an error during the build process, because latest version 18 for playServices is not compatible with the current Gradle version. ## 14.1.0 {#1410} @@ -35,10 +35,11 @@ description: "Native Template 14" ### Fixes -* We have upgraded @mendix/native to version 9.0.1 +* We have upgraded **@mendix/native** to version 9.0.1 #### Library Updates and Improvements -* **@mendix/native:** 9.0.1 + +* **@mendix/native**: 9.0.1 ## 14.0.1 {#1401} @@ -58,13 +59,13 @@ description: "Native Template 14" #### Library Updates and Improvements -* **@op-engineering/op-sqlite:** 9.2.7 -* **@react-native-picker/picker:** 2.11.0 -* **@react-native-community/cli:** 16.0.2 -* **@react-native-community/cli-platform-android:** 16.0.2 -* **@react-native-community/cli-platform-ios:** 16.0.2 -* **react-native-gesture-handler:** 2.23.1 -* **react-native-safe-area-context:** 5.2.0 -* **react-native-screens:** 4.6.0 -* **react-native-svg:** 15.11.1 -* **react-native-video:** 6.10.0 +* **@op-engineering/op-sqlite**: 9.2.7 +* **@react-native-picker/picker**: 2.11.0 +* **@react-native-community/cli**: 16.0.2 +* **@react-native-community/cli-platform-android**: 16.0.2 +* **@react-native-community/cli-platform-ios**: 16.0.2 +* **react-native-gesture-handler**: 2.23.1 +* **react-native-safe-area-context**: 5.2.0 +* **react-native-screens**: 4.6.0 +* **react-native-svg**: 15.11.1 +* **react-native-video**: 6.10.0 From 1f8403ca1f286ab77eee556a3a11a97f856da801 Mon Sep 17 00:00:00 2001 From: ConnorLand Date: Thu, 3 Jul 2025 16:08:37 +0200 Subject: [PATCH 10/12] Remove haves --- .../native-template/nt-studio-pro-10-parent/nt-14-rn.md | 2 +- content/en/docs/releasenotes/studio-pro/9/9.24.md | 6 ++---- 2 files changed, 3 insertions(+), 5 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 f5c85b4de1c..8bc68b281f5 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 @@ -35,7 +35,7 @@ description: "Native Template 14" ### Fixes -* We have upgraded **@mendix/native** to version 9.0.1 +* We upgraded **@mendix/native** to version 9.0.1 #### Library Updates and Improvements diff --git a/content/en/docs/releasenotes/studio-pro/9/9.24.md b/content/en/docs/releasenotes/studio-pro/9/9.24.md index 388354cbd3d..8408e62dd4f 100644 --- a/content/en/docs/releasenotes/studio-pro/9/9.24.md +++ b/content/en/docs/releasenotes/studio-pro/9/9.24.md @@ -468,7 +468,7 @@ We recommend that you upgrade apps and Marketplace modules to Java 21. ### Improvements * We changed the log level of the "tasks cannot be executed anymore due to model changes" message in the task queue from "critical" to "error". (Ticket 199565) -* We have improved performance in the following scenario: exporting pages containing multiple widgets using conditional visibility with many different user roles. (Ticket 208302) +* We improved performance in the following scenario: exporting pages containing multiple widgets using conditional visibility with many different user roles. (Ticket 208302) * We added a **Support Tools** submenu to the **Help** menu. This submenu contains **Performance logging**, **Profiling**, and **Optimize MPR** tools. ### Fixes @@ -534,12 +534,10 @@ We recommend that you upgrade apps and Marketplace modules to Java 21. #### Java 17 -In a first step towards Java 21 support, we have made the following changes: +In a first step towards Java 21 support, we made the following changes: * We added the option to select between Java 11 and 17 in the app Runtime settings. - * Targeting Java 17 allows the app to use language constructs and APIs that were introduced with Java 17. - * If you choose to run on JDK 17 you should not have to update your apps. If you have any unexpected issues, please revert to Java 11 if possible and wait for Java 21 support to be introduced. Mendix recommends you keep older apps and Marketplace modules on Java 11 for now, and upgrade them to Java 21 when that version is supported in a future Mendix 10 release. From 5e174a2a2230a0acd0923b1a083423c70b2249a1 Mon Sep 17 00:00:00 2001 From: ConnorLand Date: Thu, 3 Jul 2025 16:09:47 +0200 Subject: [PATCH 11/12] fix punctuation --- .../native-template/nt-studio-pro-11-parent/nt-15-rn.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/en/docs/releasenotes/mobile/native-template/nt-studio-pro-11-parent/nt-15-rn.md b/content/en/docs/releasenotes/mobile/native-template/nt-studio-pro-11-parent/nt-15-rn.md index d7575cac078..cf1f3ebc188 100644 --- a/content/en/docs/releasenotes/mobile/native-template/nt-studio-pro-11-parent/nt-15-rn.md +++ b/content/en/docs/releasenotes/mobile/native-template/nt-studio-pro-11-parent/nt-15-rn.md @@ -16,7 +16,7 @@ description: "Native Template 15" ### Removed -* **@react-native-community/push-notification-ios:** 1.10.1 +* **@react-native-community/push-notification-ios**: 1.10.1 ### New Libraries @@ -25,8 +25,8 @@ description: "Native Template 15" ### Library Updates and Improvements -* **react-native-device-info:** 13.0.0 -> 14.0.4 -* **@mendix/native:** 11.0.3 -> 11.0.7 +* **react-native-device-info**: 13.0.0 -> 14.0.4 +* **@mendix/native**: 11.0.3 -> 11.0.7 ## 15.2.0 {#1520} From a8289c31558be10ee1486298c0615887e75c47c0 Mon Sep 17 00:00:00 2001 From: ConnorLand Date: Thu, 3 Jul 2025 16:29:11 +0200 Subject: [PATCH 12/12] Fix menu order and add link --- content/en/docs/releasenotes/mobile/native-template/_index.md | 2 +- .../mobile/native-template/nt-studio-pro-10-parent/_index.md | 2 +- .../mobile/native-template/nt-studio-pro-11-parent/_index.md | 2 +- .../mobile/native-template/nt-studio-pro-11-parent/nt-15-rn.md | 2 +- .../mobile/native-template/nt-studio-pro-8-parent/_index.md | 2 +- .../mobile/native-template/nt-studio-pro-9-parent/_index.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/content/en/docs/releasenotes/mobile/native-template/_index.md b/content/en/docs/releasenotes/mobile/native-template/_index.md index 0af27127655..97431d3c3e0 100644 --- a/content/en/docs/releasenotes/mobile/native-template/_index.md +++ b/content/en/docs/releasenotes/mobile/native-template/_index.md @@ -9,7 +9,7 @@ description: "Native Template release notes." For more information on native mobile app development, see the [native-template](https://github.com/mendix/native-template/) repository and the [Building, Testing, and Distributing Apps](/refguide/mobile/distributing-mobile-apps/) guide. Below you can see the current versions in active development and which Mendix Studio Pro versions they correspond with. Compatible with Studio Pro 11: -* Native Template versions of [15](/releasenotes/mobile/nt-15-rn/) are compatible with apps built using Studio Pro 11.0 and above. +* Native Template versions of [15](/releasenotes/mobile/nt-15-rn/) are compatible with apps built using Studio Pro [11.0](/releasenotes/studio-pro/11.0/) and above. Compatible with Studio Pro 10: diff --git a/content/en/docs/releasenotes/mobile/native-template/nt-studio-pro-10-parent/_index.md b/content/en/docs/releasenotes/mobile/native-template/nt-studio-pro-10-parent/_index.md index 9dfa08d97f2..dcadbfac54f 100644 --- a/content/en/docs/releasenotes/mobile/native-template/nt-studio-pro-10-parent/_index.md +++ b/content/en/docs/releasenotes/mobile/native-template/nt-studio-pro-10-parent/_index.md @@ -1,7 +1,7 @@ --- title: "Studio Pro 10 Compatible" url: /releasenotes/mobile/nt-studio-pro-10-parent/ -weight: 10 +weight: 60 description: "Studio Pro 10 compatible Native Template release notes." --- diff --git a/content/en/docs/releasenotes/mobile/native-template/nt-studio-pro-11-parent/_index.md b/content/en/docs/releasenotes/mobile/native-template/nt-studio-pro-11-parent/_index.md index f72cdfaed6c..d6a46759f90 100644 --- a/content/en/docs/releasenotes/mobile/native-template/nt-studio-pro-11-parent/_index.md +++ b/content/en/docs/releasenotes/mobile/native-template/nt-studio-pro-11-parent/_index.md @@ -1,7 +1,7 @@ --- title: "Studio Pro 11 Compatible" url: /releasenotes/mobile/nt-studio-pro-11-parent/ -weight: 10 +weight: 50 description: "Studio Pro 11 compatible Native Template release notes." --- diff --git a/content/en/docs/releasenotes/mobile/native-template/nt-studio-pro-11-parent/nt-15-rn.md b/content/en/docs/releasenotes/mobile/native-template/nt-studio-pro-11-parent/nt-15-rn.md index cf1f3ebc188..348ff941b84 100644 --- a/content/en/docs/releasenotes/mobile/native-template/nt-studio-pro-11-parent/nt-15-rn.md +++ b/content/en/docs/releasenotes/mobile/native-template/nt-studio-pro-11-parent/nt-15-rn.md @@ -1,7 +1,7 @@ --- title: "Native Template 15" url: /releasenotes/mobile/nt-15-rn/ -weight: 6 +weight: 10 description: "Native Template 15" --- diff --git a/content/en/docs/releasenotes/mobile/native-template/nt-studio-pro-8-parent/_index.md b/content/en/docs/releasenotes/mobile/native-template/nt-studio-pro-8-parent/_index.md index 561cac59fc1..990963ae22f 100644 --- a/content/en/docs/releasenotes/mobile/native-template/nt-studio-pro-8-parent/_index.md +++ b/content/en/docs/releasenotes/mobile/native-template/nt-studio-pro-8-parent/_index.md @@ -1,7 +1,7 @@ --- title: "Studio Pro 8 Compatible" url: /releasenotes/mobile/nt-studio-pro-8-parent/ -weight: 20 +weight: 80 description: "Studio Pro 8 compatible Native Template release notes." --- diff --git a/content/en/docs/releasenotes/mobile/native-template/nt-studio-pro-9-parent/_index.md b/content/en/docs/releasenotes/mobile/native-template/nt-studio-pro-9-parent/_index.md index 0ed9ed16c36..db987b206b4 100644 --- a/content/en/docs/releasenotes/mobile/native-template/nt-studio-pro-9-parent/_index.md +++ b/content/en/docs/releasenotes/mobile/native-template/nt-studio-pro-9-parent/_index.md @@ -1,7 +1,7 @@ --- title: "Studio Pro 9 Compatible" url: /releasenotes/mobile/nt-studio-pro-9-parent/ -weight: 10 +weight: 70 description: "Studio Pro 9 and 10 compatible Native Template release notes." ---