Skip to content

Commit a407cc7

Browse files
authored
Merge pull request mendix#9608 from furkanarabaci/off/763-op-sqlite-backport
OP-SQLite backward compatibility and prepare mx 11 Native Template
2 parents ac718ed + a8289c3 commit a407cc7

8 files changed

Lines changed: 139 additions & 18 deletions

File tree

content/en/docs/releasenotes/mobile/native-template/_index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ description: "Native Template release notes."
88

99
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.
1010

11+
Compatible with Studio Pro 11:
12+
* 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.
13+
1114
Compatible with Studio Pro 10:
1215

1316
* 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.

content/en/docs/releasenotes/mobile/native-template/nt-studio-pro-10-parent/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Studio Pro 10 Compatible"
33
url: /releasenotes/mobile/nt-studio-pro-10-parent/
4-
weight: 10
4+
weight: 60
55
description: "Studio Pro 10 compatible Native Template release notes."
66
---
77

content/en/docs/releasenotes/mobile/native-template/nt-studio-pro-10-parent/nt-14-rn.md

Lines changed: 47 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,50 @@ weight: 6
55
description: "Native Template 14"
66
---
77

8+
## 14.1.3 {#1413}
9+
10+
**Release date: June 12, 2025**
11+
12+
### Fixes
13+
14+
* We improved the update process when moving from an older version of Studio Pro to the latest version.
15+
16+
## 14.1.2 {#1412}
17+
18+
**Release date: June 6, 2025**
19+
20+
### Fixes
21+
22+
* 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.
23+
24+
## 14.1.1 {#1411}
25+
26+
**Release date: May 2, 2025**
27+
28+
### Fixes
29+
30+
* 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.
31+
32+
## 14.1.0 {#1410}
33+
34+
**Release date: April 2, 2025**
35+
36+
### Fixes
37+
38+
* We upgraded **@mendix/native** to version 9.0.1
39+
40+
#### Library Updates and Improvements
41+
42+
* **@mendix/native**: 9.0.1
43+
844
## 14.0.1 {#1401}
945

1046
**Release date: June 5, 2025**
1147

1248
### Fixes
1349

1450
* 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.
15-
51+
1652
## 14.0.0 {#1400}
1753

1854
**Release date: April 2, 2025**
@@ -23,13 +59,13 @@ description: "Native Template 14"
2359

2460
#### Library Updates and Improvements
2561

26-
* **@op-engineering/op-sqlite:** 9.2.7
27-
* **@react-native-picker/picker:** 2.11.0
28-
* **@react-native-community/cli:** 16.0.2
29-
* **@react-native-community/cli-platform-android:** 16.0.2
30-
* **@react-native-community/cli-platform-ios:** 16.0.2
31-
* **react-native-gesture-handler:** 2.23.1
32-
* **react-native-safe-area-context:** 5.2.0
33-
* **react-native-screens:** 4.6.0
34-
* **react-native-svg:** 15.11.1
35-
* **react-native-video:** 6.10.0
62+
* **@op-engineering/op-sqlite**: 9.2.7
63+
* **@react-native-picker/picker**: 2.11.0
64+
* **@react-native-community/cli**: 16.0.2
65+
* **@react-native-community/cli-platform-android**: 16.0.2
66+
* **@react-native-community/cli-platform-ios**: 16.0.2
67+
* **react-native-gesture-handler**: 2.23.1
68+
* **react-native-safe-area-context**: 5.2.0
69+
* **react-native-screens**: 4.6.0
70+
* **react-native-svg**: 15.11.1
71+
* **react-native-video**: 6.10.0
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: "Studio Pro 11 Compatible"
3+
url: /releasenotes/mobile/nt-studio-pro-11-parent/
4+
weight: 50
5+
description: "Studio Pro 11 compatible Native Template release notes."
6+
---
7+
8+
These are the current Native Template versions for Studio Pro 11 in active development:
9+
10+
* Native Template versions of [15](/releasenotes/mobile/nt-15-rn/) are compatible with apps built using the following versions of Studio Pro:
11+
* Studio Pro 11.0 and above.
Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
---
2+
title: "Native Template 15"
3+
url: /releasenotes/mobile/nt-15-rn/
4+
weight: 10
5+
description: "Native Template 15"
6+
---
7+
8+
## 15.3.0 {#1530}
9+
10+
**Release date: June 23, 2025**
11+
12+
### Improvements
13+
14+
- We migrated several libraries that had not been maintained to modern, actively-supported alternatives.
15+
- We improved the update process from an older version of Studio Pro to the latest version.
16+
17+
### Removed
18+
19+
* **@react-native-community/push-notification-ios**: 1.10.1
20+
21+
### New Libraries
22+
23+
* **notifee@notifee/react-native**: 9.1.8
24+
* **react-native-blob-util**: 0.21.0
25+
26+
### Library Updates and Improvements
27+
28+
* **react-native-device-info**: 13.0.0 -> 14.0.4
29+
* **@mendix/native**: 11.0.3 -> 11.0.7
30+
31+
## 15.2.0 {#1520}
32+
33+
**Release date: June 11, 2025**
34+
35+
### Improvements
36+
37+
- We updated one library.
38+
39+
### Library Updates and Improvements
40+
41+
- **@mendix/native**: 10.1.4
42+
43+
## 15.1.1 {#1511}
44+
45+
**Release date: June 6, 2025**
46+
47+
### Fixes
48+
49+
* 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.
50+
51+
### Removed
52+
53+
* **@react-native-community/push-notification-ios**: 1.10.1
54+
55+
## 15.1.0 {#1510}
56+
57+
**Release date: June 2, 2025**
58+
59+
### Improvements
60+
61+
* We migrated several libraries that had not been maintained to modern, actively-supported alternatives.
62+
63+
## 15.0.0 {#1500}
64+
65+
**Release date: May 02, 2025**
66+
67+
### Improvements
68+
69+
- We upgraded our Database Backend Library to the most recent version. This update brings better performance on database operations and performance improvements.
70+
71+
### Library Updates and Improvements
72+
73+
- **@op-engineering/op-sqlite**: 12.0.2

content/en/docs/releasenotes/mobile/native-template/nt-studio-pro-8-parent/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Studio Pro 8 Compatible"
33
url: /releasenotes/mobile/nt-studio-pro-8-parent/
4-
weight: 20
4+
weight: 80
55
description: "Studio Pro 8 compatible Native Template release notes."
66
---
77

content/en/docs/releasenotes/mobile/native-template/nt-studio-pro-9-parent/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Studio Pro 9 Compatible"
33
url: /releasenotes/mobile/nt-studio-pro-9-parent/
4-
weight: 10
4+
weight: 70
55
description: "Studio Pro 9 and 10 compatible Native Template release notes."
66
---
77

content/en/docs/releasenotes/studio-pro/9/9.24.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ We recommend that you upgrade apps and Marketplace modules to Java 21.
468468
### Improvements
469469

470470
* 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)
471-
* We have improved performance in the following scenario: exporting pages containing multiple widgets using conditional visibility with many different user roles. (Ticket 208302)
471+
* We improved performance in the following scenario: exporting pages containing multiple widgets using conditional visibility with many different user roles. (Ticket 208302)
472472
* We added a **Support Tools** submenu to the **Help** menu. This submenu contains **Performance logging**, **Profiling**, and **Optimize MPR** tools.
473473

474474
### Fixes
@@ -534,12 +534,10 @@ We recommend that you upgrade apps and Marketplace modules to Java 21.
534534

535535
#### Java 17
536536

537-
In a first step towards Java 21 support, we have made the following changes:
537+
In a first step towards Java 21 support, we made the following changes:
538538

539539
* We added the option to select between Java 11 and 17 in the app Runtime settings.
540-
541540
* Targeting Java 17 allows the app to use language constructs and APIs that were introduced with Java 17.
542-
543541
* 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.
544542

545543
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.

0 commit comments

Comments
 (0)