Skip to content

Releases: bamlab/react-native-app-security

v0.5.0

18 Jun 18:44
Compare
Choose a tag to compare

What's Changed

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 pin domain.com in addition to its subdomains

Full Changelog: v0.4.0...v0.5.0

v0.4.0

11 Mar 17:43
Compare
Choose a tag to compare
  • feat: add samsung keyboard used on old devices like S8 (#5) 60336b9

v0.3.0...v0.4.0

v0.3.0

01 Feb 09:36
Compare
Choose a tag to compare
  • [BREAKING] return input method in SafeKeyboardDetector (#4) f8fb415

Previous method:

isCurrentKeyboardSafe: (customAllowedKeyboardList?: string[]) => boolean;

New method:

getCurrentInputMethodInfo: () => {
    isInDefaultSafeList: boolean;
    inputMethodId: string;
  };

v0.2.2...v0.3.0

v0.2.2

22 Dec 17:23
Compare
Choose a tag to compare

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

22 Dec 09:45
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.2.1

v0.2.0

21 Dec 13:52
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.3...v0.2.0

v0.1.3

19 Dec 17:48
Compare
Choose a tag to compare
  • fix: preventRecentScreenshots compatibility with iOS modals 79636d4

v0.1.2...v0.1.3

v0.1.2

12 Dec 17:33
Compare
Choose a tag to compare
  • fix: make preventRecentScreenshot: false work on iOS 13f49ae

v0.1.1...v0.1.2

v0.1.1

04 Dec 11:18
Compare
Choose a tag to compare
  • fix expo module resolution by adding "main" file a3addc5

Full Changelog: v0.1.0...v0.1.1

v0.1.0

04 Dec 11:04
Compare
Choose a tag to compare
v0.1.0