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