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 06a3763cc6d..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,6 +5,41 @@ weight: 6 description: "Native Template 14" --- +## 14.1.3 {#1413} + +**Release date: June 12, 2025** + +### Fixes + +* 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** @@ -12,7 +47,7 @@ description: "Native Template 14" ### Fixes * We resolved an issue where iOS applications built with Mendix 10.18 or higher would fail when the React client was enabled in **Runtime** settings. - + ## 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..7d21ac8848e --- /dev/null +++ b/content/en/docs/releasenotes/mobile/native-template/nt-studio-pro-11-parent/nt-15-rn.md @@ -0,0 +1,49 @@ +--- +title: "Native Template 15" +url: /releasenotes/mobile/nt-15-rn/ +weight: 6 +description: "Native Template 15" +--- + +## Unreleased + +- 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 + +- **@mendix/native:** 10.1.4 + +## 15.1.0 {#1510} + +**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** + +### 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