Skip to content

Commit 1a720f4

Browse files
Merge pull request #1110 from mendix/update-releases-list-655bd83
[BUILD] Update Release List and Version Compatibility
2 parents 655bd83 + 7920915 commit 1a720f4

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": 263995448,
4+
"tag_name": "v16.0.0",
5+
"name": "Release 16.0.0",
6+
"draft": false,
7+
"prerelease": false,
8+
"body": "- We have updated native template to support react native new architecture.\r\n- We have migrated few native dependencies to support react native new architecture.",
9+
"created_at": "2025-11-20T13:51:03Z",
10+
"published_at": "2025-11-20T13:54:25Z",
11+
"tarball_url": "https://api.github.com/repos/mendix/native-template/tarball/v16.0.0",
12+
"zipball_url": "https://api.github.com/repos/mendix/native-template/zipball/v16.0.0"
13+
},
14+
{
15+
"id": 261157737,
16+
"tag_name": "v15.4.4",
17+
"name": "Release 15.4.4",
18+
"draft": false,
19+
"prerelease": false,
20+
"body": "* We updated version of `op-sqlite` to 15.0.7\r\n* We updated version of `@mendix/native` to 10.3.1",
21+
"created_at": "2025-11-10T16:00:40Z",
22+
"published_at": "2025-11-10T16:03:17Z",
23+
"tarball_url": "https://api.github.com/repos/mendix/native-template/tarball/v15.4.4",
24+
"zipball_url": "https://api.github.com/repos/mendix/native-template/zipball/v15.4.4"
25+
},
226
{
327
"id": 259940271,
428
"tag_name": "v15.4.3",
@@ -1174,29 +1198,5 @@
11741198
"published_at": "2023-04-13T09:05:29Z",
11751199
"tarball_url": "https://api.github.com/repos/mendix/native-template/tarball/v7.0.1",
11761200
"zipball_url": "https://api.github.com/repos/mendix/native-template/zipball/v7.0.1"
1177-
},
1178-
{
1179-
"id": 96654640,
1180-
"tag_name": "v7.0.0",
1181-
"name": "Native Template v7.0.0",
1182-
"draft": false,
1183-
"prerelease": false,
1184-
"body": "### Changed\r\n\r\n- We updated our React Native version to 0.70.7\r\n- We updated few libraries to be compatible with Studio Pro 9.24",
1185-
"created_at": "2023-03-23T15:26:08Z",
1186-
"published_at": "2023-03-23T15:30:21Z",
1187-
"tarball_url": "https://api.github.com/repos/mendix/native-template/tarball/v7.0.0",
1188-
"zipball_url": "https://api.github.com/repos/mendix/native-template/zipball/v7.0.0"
1189-
},
1190-
{
1191-
"id": 90814111,
1192-
"tag_name": "v6.3.5",
1193-
"name": "Release 6.3.5",
1194-
"draft": false,
1195-
"prerelease": false,
1196-
"body": "### Fixes\r\n- Added multiple maven repos to fall back to in case main repositories are down.",
1197-
"created_at": "2023-01-31T11:37:58Z",
1198-
"published_at": "2023-01-31T11:42:34Z",
1199-
"tarball_url": "https://api.github.com/repos/mendix/native-template/tarball/v6.3.5",
1200-
"zipball_url": "https://api.github.com/repos/mendix/native-template/zipball/v6.3.5"
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.5.0": {
3+
"max": "*",
4+
"min": "16.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.0.0": {
314
"max": "*",
415
"min": "15.0.0",

0 commit comments

Comments
 (0)