Releases: bamlab/react-native-app-security
Releases · bamlab/react-native-app-security
v1.0.0
What's Changed
- feat: upgrade example app to expo 54 + minor fixes by @nicodeck in #27
- fix: update certificate transparency for android to the latest by @marineshaw in #30
- fix: fix release workflow broken since yarn 4 by @marineshaw in #31
- add clarifications on how Certificate Transparency works by @Yoctoboy in #35
- Fix(preventScreenshot): fix logic on iOS by @marineshaw in #39
- Fix(CertificateTransparency): remove deprecated certificate transparency logic by @marineshaw in #40
New Contributors
- @nicodeck made their first contribution in #27
- @marineshaw made their first contribution in #30
- @Yoctoboy made their first contribution in #35
Full Changelog: 0.6.0...1.0.0
v0.6.0
v0.5.5
What's Changed
- refactor(example): Add WebView tests by @matthieugicquel in #23
- fix: alert above splashscreen ios by @cyrilbo in #24
Full Changelog: 0.5.4...0.5.5
v0.5.4
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.comdoes not pin its subdomains anymore - Android: pinning
*.domain.comwill now pindomain.comin 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