Releases: mendix/native-template
Releases · mendix/native-template
Release 14.1.14
- We updated
.gitignoreto more precisely excludenode_modulesdirectories in specific locations.
Release 14.1.13
- We fixed an iOS crash in encrypted storage by correcting native error handling, so Keychain failures no longer trigger an unrecognized selector abort.
- We changed iOS Keychain item accessibility to After First Unlock for encrypted storage and persisted session cookies.
- We added a required one-time Keychain migration to update existing stored items; for compatibility, this Native Template version still works with older Studio Pro 10.24.x, but migration support requires Studio Pro 10.24.16 or newer plus a new iOS app build and rollout. Without migration, the original Keychain accessibility issue can still occur, although improved error handling reduces crash impact.
Release 17.0.4
- We added the
LocationWhenInUsepermission to the iOS configuration to support react-native-permissions.
Release 14.1.12
- We added the
LocationWhenInUsepermission to the iOS configuration to support react-native-permissions.
Release 17.0.3
- 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.
Release 17.0.2
- We updated
mendix-nativeto v0.3.1, enabling session cookie persistence and restoration on iOS.
Release 14.1.11
- We updated
@mendix/native to v9.2.2, enabling session cookie persistence and restoration on iOS.
Release 17.0.1
- We changed NSAppTransportSecurity of the production version of the project to false. For dev testing, we added Info-dev.plist.
Release 14.1.10
- We changed NSAppTransportSecurity of the production version of the project to false. For dev testing, we added Info-dev.plist.
Release 17.0.0
- We updated the native-template for compatibility with React v19 and React Native v0.78. This brings performance, stability improvements, and new features.
- We updated the version of mendix-native to v0.3.0 to fix iOS native file system issue.