Skip to content

Commit 2fcf1c1

Browse files
Merge pull request #1206 from mendix/update-releases-list-e743593
[BUILD] Update Release List and Version Compatibility
2 parents e743593 + b50d9d9 commit 2fcf1c1

2 files changed

Lines changed: 23 additions & 12 deletions

File tree

.mx/releases_list.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11
[
2+
{
3+
"id": 311056037,
4+
"tag_name": "v19.0.0",
5+
"name": "Release 19.0.0",
6+
"draft": false,
7+
"prerelease": false,
8+
"body": "* We upgraded the core stack to React Native `0.83.4` and aligned related React dependencies.\r\n* We upgraded multiple React Native ecosystem dependencies for compatibility and stability (including CLI, navigation, animation, media, and platform modules).\r\n* We migrated from `react-native-vector-icons` to the scoped `@react-native-vector-icons/*` package set.\r\n* We updated `.gitignore` to more precisely exclude `node_modules` directories in specific locations.\r\n* We added a new dependency for `@shopify/flash-list` to support the migration from FlatList to FlashList.\r\n* We upgraded `react-native-tab-view` from 3.5.2 to 4.3.0.\r\n* Fix the iOS builds crashing when building with Xcode 26.",
9+
"created_at": "2026-04-20T07:57:36Z",
10+
"published_at": "2026-04-20T08:00:20Z",
11+
"tarball_url": "https://api.github.com/repos/mendix/native-template/tarball/v19.0.0",
12+
"zipball_url": "https://api.github.com/repos/mendix/native-template/zipball/v19.0.0"
13+
},
214
{
315
"id": 306566142,
416
"tag_name": "v18.0.1",
@@ -1186,17 +1198,5 @@
11861198
"published_at": "2024-01-18T13:04:06Z",
11871199
"tarball_url": "https://api.github.com/repos/mendix/native-template/tarball/v8.0.2",
11881200
"zipball_url": "https://api.github.com/repos/mendix/native-template/zipball/v8.0.2"
1189-
},
1190-
{
1191-
"id": 137413792,
1192-
"tag_name": "v8.0.1",
1193-
"name": "Release 8.0.1",
1194-
"draft": false,
1195-
"prerelease": false,
1196-
"body": "## Fixed\r\n\r\n- We updated `react-native-vector-icons` to version `10.0.3`\r\n",
1197-
"created_at": "2024-01-17T15:59:02Z",
1198-
"published_at": "2024-01-17T16:02:00Z",
1199-
"tarball_url": "https://api.github.com/repos/mendix/native-template/tarball/v8.0.1",
1200-
"zipball_url": "https://api.github.com/repos/mendix/native-template/zipball/v8.0.1"
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.10.0": {
3+
"max": "19.*.*",
4+
"min": "19.0.0",
5+
"androidSdk": {
6+
"min": "29",
7+
"compile": "36",
8+
"target": "36"
9+
},
10+
"gradle": null,
11+
"iosMinSdk": "15.5"
12+
},
213
">=11.9.0": {
314
"max": "18.*.*",
415
"min": "18.0.0",

0 commit comments

Comments
 (0)