3.2 KiB
3.2 KiB
Changelog
Unpublished
🛠 Breaking changes
🎉 New features
🐛 Bug fixes
10.0.0 — 2020-11-17
🛠 Breaking changes
- Make background location an opt-in permission on Android. (#10989 by @bycedric)
- Upgrade
androidx.appcompat
to1.2.0
. (#11018 by @bbarthec)
9.3.0 — 2020-08-18
🛠 Breaking changes
- Fixed motion permission bug on web. (#9670 by @EvanBacon)
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
🐛 Bug fixes
- Ensure browser globals
DeviceMotionEvent
andDeviceOrientationEvent
exist before attempting to read from them. (#9236 by @evanbacon) - Fixed
askAsync
rejecting withpermission 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
- If permission is not recognized, show the correct expo package to link. ([#8546])(https://github.com/expo/expo/pull/8046) by @jarvisluong
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 callgetAsync
oraskAsync
with.NOTIFICATIONS
or.USER_FACING_NOTIFICATIONS
without havingexpo-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 forWRITE_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)