This repository has been archived on 2022-03-12. You can view files and clone it, but cannot push or open issues or pull requests.
2021-04-02 02:24:13 +03:00

3.2 KiB

Changelog

Unpublished

🛠 Breaking changes

🎉 New features

🐛 Bug fixes

10.0.0 — 2020-11-17

🛠 Breaking changes

9.3.0 — 2020-08-18

🛠 Breaking changes

9.2.0 — 2020-08-11

🎉 New features

  • Added support for the limited CAMERA_ROLL permission on iOS 14. (#9423 by @lukmccall)

9.1.0 — 2020-07-27

🎉 New features

  • Add usePermissions hook to simplify permission handling. (#8788 by @bycedric)

🐛 Bug fixes

  • Ensure browser globals DeviceMotionEvent and DeviceOrientationEvent exist before attempting to read from them. (#9236 by @evanbacon)
  • Fixed askAsync rejecting with permission cannot be null or empty in the bare workflow. (#8910 by @lukmccall)
  • Fixed getPermissionsAsync returning incorrect status in the Expo Client app on iOS. (#9060 by @lukmccall)
  • Remove require cycle for usePermissions hook. (#9219 by @EvanBacon)

9.0.1 — 2020-05-29

🎉 New features

9.0.0 — 2020-05-28

🛠 Breaking changes

  • Removed support for fetching notifications-related permissions (they have been moved to expo-notifications package). You no longer will be able to call getAsync or askAsync with .NOTIFICATIONS or .USER_FACING_NOTIFICATIONS without having expo-notifications package installed. (#8486 by @sjchmiela)

🐛 Bug fixes

  • Fixed Permissions.NOTIFICATIONS was granted even if notifications were disabled. (#8539 by @lukmccall)

8.2.0 — 2020-05-27

🐛 Bug fixes

  • Fix permissions in the headless mode. (#7962 by @lukmccall)
  • Fixed permission cannot be null or empty error when asking for WRITE_SETTINGS permission on Android. (#7276 by @lukmccall)
  • Fixed a rare undetermined behavior that may have been a result of misuse of dispatch_once_t on iOS (#7576 by @sjchmiela)