Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down