Skip to content

Commit d945c2b

Browse files
authored
Merge pull request #1130 from mendix/update-releases-list-a45421c
[BUILD] Update Release List and Version Compatibility
2 parents a45421c + cd808d9 commit d945c2b

2 files changed

Lines changed: 35 additions & 24 deletions

File tree

.mx/releases_list.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,28 @@
11
[
2+
{
3+
"id": 269119041,
4+
"tag_name": "v17.0.0",
5+
"name": "Release 17.0.0",
6+
"draft": true,
7+
"prerelease": false,
8+
"body": "* We updated the native-template for compatibility with React v19 and React Native v0.78. This brings performance, stability improvements, and new features.\r\n* We updated the version of mendix-native to v0.3.0 to fix iOS native file system issue.",
9+
"created_at": "2025-12-10T13:13:23Z",
10+
"published_at": null,
11+
"tarball_url": null,
12+
"zipball_url": null
13+
},
14+
{
15+
"id": 270439807,
16+
"tag_name": "v14.1.10",
17+
"name": "Release 14.1.10",
18+
"draft": false,
19+
"prerelease": false,
20+
"body": "- We changed NSAppTransportSecurity of the production version of the project to false. For dev testing, we added Info-dev.plist.",
21+
"created_at": "2025-12-15T15:20:36Z",
22+
"published_at": "2025-12-15T15:23:49Z",
23+
"tarball_url": "https://api.github.com/repos/mendix/native-template/tarball/v14.1.10",
24+
"zipball_url": "https://api.github.com/repos/mendix/native-template/zipball/v14.1.10"
25+
},
226
{
327
"id": 266743725,
428
"tag_name": "v14.1.9",
@@ -1174,29 +1198,5 @@
11741198
"published_at": "2023-08-01T13:01:54Z",
11751199
"tarball_url": "https://api.github.com/repos/mendix/native-template/tarball/v7.0.2-beta.1",
11761200
"zipball_url": "https://api.github.com/repos/mendix/native-template/zipball/v7.0.2-beta.1"
1177-
},
1178-
{
1179-
"id": 105643954,
1180-
"tag_name": "v6.3.6",
1181-
"name": "Release 6.3.6",
1182-
"draft": false,
1183-
"prerelease": false,
1184-
"body": "### Fixes\r\n* We fixed an issue with cookie management in Native Apps (Ticket 178053).\r\n* We fixed an issue while compiling the native iOS app using Xcode 14+",
1185-
"created_at": "2023-06-01T08:42:42Z",
1186-
"published_at": "2023-06-01T08:44:53Z",
1187-
"tarball_url": "https://api.github.com/repos/mendix/native-template/tarball/v6.3.6",
1188-
"zipball_url": "https://api.github.com/repos/mendix/native-template/zipball/v6.3.6"
1189-
},
1190-
{
1191-
"id": 104095765,
1192-
"tag_name": "v5.2.18",
1193-
"name": "Release 5.2.18",
1194-
"draft": false,
1195-
"prerelease": false,
1196-
"body": "### Fixes\r\n* We fixed an issue while building apps with Remote/Local notifications enabled (Tickets 185505, 186171)",
1197-
"created_at": "2023-05-24T11:50:52Z",
1198-
"published_at": "2023-05-24T11:52:18Z",
1199-
"tarball_url": "https://api.github.com/repos/mendix/native-template/tarball/v5.2.18",
1200-
"zipball_url": "https://api.github.com/repos/mendix/native-template/zipball/v5.2.18"
12011201
}
12021202
]

docs/version-compatibility/native_template_versions.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
{
2+
">=11.6.0": {
3+
"max": "17.*.*",
4+
"min": "17.0.0",
5+
"androidSdk": {
6+
"min": "24",
7+
"compile": "35",
8+
"target": "35"
9+
},
10+
"gradle": "8.8.2",
11+
"iosMinSdk": "15.5"
12+
},
213
">=11.5.0": {
314
"max": "*",
415
"min": "16.0.0",

0 commit comments

Comments
 (0)