Skip to content

Latest commit

 

History

History
75 lines (41 loc) · 4.13 KB

File metadata and controls

75 lines (41 loc) · 4.13 KB

Changelog

Unpublished

🛠 Breaking changes

🎉 New features

🐛 Bug fixes

10.0.0 (@nativescript-community/expo-permissions) — 2020-12-12

🛠 Breaking changes

Remove all but the native Android implementation, and relocate that to live under a new platforms directory.

NativeScript Expo users will install the native Android implementation from this fork (@nativescript-community/expo-permissions), but the native iOS implementation, and the JS build, will continue to come from the original expo-permissions.

We'll align the major version of @nativescript-community/expo-permissions with that of the corresponding expo-permissions build. It may well be that expo-permissions updates at some point to version 11 without having changed the Android implementation at all, though, so in such case, @nativescript-community/[email protected] would be compatible with both [email protected] and [email protected]. It's not an ideal versioning system, but there's always tradeoffs!

10.0.0 (expo-permissions) — 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)