All notable changes to mendix-native package will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- We strengthened Android cookie encryption by migrating from
AES/CBC/PKCS7PaddingtoAES/GCM/NoPadding.
- We upgraded
@op-engineering/op-sqlitefrom v15.0.7 to v15.2.5. - We upgraded core native stack dependencies, including React Native (v0.78.2 -> v0.83.4), React (v19.0.0 -> v19.2.4), and
@react-native-community/cli(v18.0.1 -> v20.1.2). - We updated supporting development tooling dependencies (ESLint, Commitlint, Prettier, Lefthook, TypeScript, Turbo, and Release It).
- We updated the
OPSqlitewith compatibility for ANdroid 16kb page alignment.
- We added
SessionCookieStoreto persist, restore and clear session cookies on iOS.
- We fixed an issue that caused a FileNotFoundException during file deletion operations.
- We updated mendix-native to support react v19 and react native v0.78.2.
- We introduced AndroidNavigationBar module to get navigation bar height and active status.
- We upgraded mendix-native to use React Native’s New Architecture to improve performance and future compatibility.