Releases: bamlab/react-native-app-security
Releases · bamlab/react-native-app-security
v0.5.0
What's Changed
- Support wildcard subdomains pinning by @matthieugicquel in #10
Note
The previous subdomain pinning behavior was inconsistent between iOS and Android.
If you were relying on it anyway, things will break.
- iOS: pinning
domain.com
does not pin its subdomains anymore - Android: pinning
*.domain.com
will now pindomain.com
in addition to its subdomains
Full Changelog: v0.4.0...v0.5.0
v0.4.0
v0.3.0
Previous method:
isCurrentKeyboardSafe: (customAllowedKeyboardList?: string[]) => boolean;
New method:
getCurrentInputMethodInfo: () => {
isInDefaultSafeList: boolean;
inputMethodId: string;
};
v0.2.2
What's Changed
- Add exception description for showInputMethodPicker method on iOS by @EveJulliard in #3
Full Changelog: v0.2.1...v0.2.2
v0.2.1
What's Changed
- Add support for Expo SDK 50 / RN 0.73 by @matthieugicquel in #2
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- Add Safe keyboard detector for android by @EveJulliard in #1
New Contributors
- @EveJulliard made their first contribution in #1
Full Changelog: v0.1.3...v0.2.0
v0.1.3
- fix: preventRecentScreenshots compatibility with iOS modals 79636d4
v0.1.2
- fix: make
preventRecentScreenshot: false
work on iOS 13f49ae
v0.1.1
- fix expo module resolution by adding "main" file a3addc5
Full Changelog: v0.1.0...v0.1.1
v0.1.0
v0.1.0