From 29ef02e3400d51be563e1bba7b864a6724620248 Mon Sep 17 00:00:00 2001 From: vadymv-mendix Date: Wed, 25 Feb 2026 11:03:11 +0100 Subject: [PATCH 1/2] fix: update .gitignore to exclude node_modules in specific directories --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1d0b5ac1..cb128348 100644 --- a/.gitignore +++ b/.gitignore @@ -42,7 +42,8 @@ ios/MendixAppDelegate.swift # node.js # # Use / before node_modules because iOS assets folder has a node_modules folder that should not be excluded. -node_modules/ +/node_modules/ +.github/scripts/node_modules/ npm-debug.log yarn-error.log From f63f049209ce3cf70e9ab560554b1283e6d8bc3b Mon Sep 17 00:00:00 2001 From: vadymv-mendix Date: Wed, 25 Feb 2026 11:34:05 +0100 Subject: [PATCH 2/2] chore: update changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f544b12..9e31f563 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,8 +6,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +- We updated `.gitignore` to more precisely exclude `node_modules` directories in specific locations. - We added a new dependency for `@shopify/flash-list` to support the migration from FlatList to FlashList. + +## [17.0.4] - 2026-01-22 + - We added the `LocationWhenInUse` permission to the iOS configuration to support react-native-permissions. + +## [17.0.3] - 2026-01-15 + - We removed leftover Detox references from the Android build files. This fixes an issue where generating Android APKs would fail due to Detox dependencies not being found. ## [17.0.2] - 2026-01-12