Releases: bamlab/react-native-app-security
Releases · bamlab/react-native-app-security
v0.5.3
What's Changed
- chore: switch from np to release-it, add GHA workflow by @matthieugicquel in #18
- fix: reintroduce CT info updates when possible by @matthieugicquel in #19
Full Changelog: v0.5.2...0.5.3
v0.5.2
What's Changed
- fix: android builds failing because of incompatible kotlin version used by appmattus.certificatetransparency by @pierrezimmermannbam in #16
- chore: specify yarn version in package json by @pierrezimmermannbam in #17
New Contributors
- @pierrezimmermannbam made their first contribution in #16
Full Changelog: v0.5.0...v0.5.2
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