Skip to content

v5.4.0 - iOS DeviceCheck support, beautiful example, types, docs

Compare
Choose a tag to compare
@mikehardy mikehardy released this 12 Dec 04:45
· 508 commits to master since this release
1a0970b

CHANGELOG entries:

  • feat + fix: tabbed example, improved types, efficient Platform usage (thanks @zoontek!)
  • feat: Added getDeviceToken() using DeviceCheck API on iOS 11.0+ (thanks @AntoineDoubovetzky!)
  • fix: hasNotch correctly matches Xiaomi Mi 9 (thanks @BogdanTaranenko!)
  • docs: fix upgrade links in README TOC (thanks @Simek!)
  • docs: fix type in README useIsEmulator example (thanks @zusinShinpei!)

--

  • chore: prepare for release 5.4.0 850fe4b
  • Fix upgrade links in TOC 7ca5e6b
  • Fix: add Xiaomi Mi 9 to devices with notch 2ae6c0e
  • ✨ (getDeviceToken) add getDeviceToken to get token using DeviceCheck API (ios only) 8273cad
  • Fix: Typo of README e1b10e2
  • Improve types + fix errors + improve example (#902) f567add
  • Move ts-ignore comment 4528467
  • Inline Platform.OS usages e7b37e8

v5.3.1...v5.4.0