Skip to content

Latest commit

 

History

History
586 lines (166 loc) · 13.8 KB

CHANGELOG.md

File metadata and controls

586 lines (166 loc) · 13.8 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2.3.0 (2023-03-02)

Bug Fixes

  • android: removed unwanted log (c6e154e)

Features

  • android: add granular permissions for accessing photo, video, and audio (747f6c8)

2.2.25 (2023-01-23)

Bug Fixes

  • improved native-api-usage (107750d)

2.2.24 (2023-01-19)

Bug Fixes

  • ios: check for multiple permissions fix (fd3c774)

2.2.23 (2023-01-17)

Bug Fixes

  • ios: correctly handle check/request for location with always type (a2bc977)

2.2.22 (2023-01-16)

Bug Fixes

2.2.21 (2022-12-09)

Bug Fixes

2.2.20 (2022-11-29)

Bug Fixes

  • rollback the issue was in the app (a9c636c)

2.2.19 (2022-11-29)

Bug Fixes

  • android: notifications permission on android 13 (a66e627)

2.2.18 (2022-11-29)

Bug Fixes

  • ios: anoher motion fix … (b8a8c1c)

2.2.17 (2022-11-29)

Bug Fixes

  • ios: motion permission fix (714ca67)

2.2.16 (2022-11-29)

Bug Fixes

2.2.15 (2022-11-29)

Bug Fixes

2.2.14 (2022-11-25)

Note: Version bump only for package @nativescript-community/perms

2.2.13 (2022-09-27)

Features

  • android: added notification(android13) and support for passing native permissions directly (00fb89e)

2.2.12 (2022-08-15)

Note: Version bump only for package @nativescript-community/perms

2.2.11 (2022-07-11)

Bug Fixes

  • ios: notifications ui thread handling (1b5abba)

2.2.10 (2022-07-11)

Bug Fixes

  • ios: notifications ui thread handling (1b5abba)

2.2.9 (2022-07-01)

Bug Fixes

2.2.8 (2022-06-30)

Bug Fixes

  • ios: notification perm status fix (0a082c6)

2.2.7 (2022-03-08)

Bug Fixes

  • android location precise option (3bdf6b8)

2.2.6 (2022-03-08)

Bug Fixes

  • allow to disable read/write for storage or coarse for location (461d499)

2.2.5 (2022-02-18)

Features

  • support requesting multiple perms on both platforms (a0bf946)

2.2.4 (2022-02-17)

Bug Fixes

  • android: fix for non know perms (08326d5)

2.2.3 (2022-02-17)

Features

  • android: allow to pass android permission(s) directly (1554882)
  • android: android 12 support: bluetooth(adv), bluetoothScan, bluetoothConnect, mediaLocation (08245c1)

2.2.2 (2022-01-10)

Bug Fixes

  • android: working openSettings (ccafa5c)

2.2.1 (2022-01-10)

Bug Fixes

  • androi: allow to open app settings (6b3dd9b)

2.2.0 (2021-10-21)

Bug Fixes

  • ios: handle new way of registering for notifcations on iOS >= 10 (f66ed95)

Features

  • android: native-api-usage (8ff8972)
  • ios: add ios12 notification providesAppNotificationSettings (551b225)

2.1.8 (2021-08-09)

Note: Version bump only for package @nativescript-community/perms

2.1.7 (2021-08-09)

Features

  • ios: add ios14 limited photo access permission status (83c0637)

2.1.6 (2021-04-27)

Bug Fixes

  • android: shouldShowRequestPermissionRationale fix for location (a402474)

2.1.5 (2021-01-13)

Bug Fixes

  • android: reject permission request on “cancel” (2f7661f)

2.1.4 (2020-11-23)

Note: Version bump only for package @nativescript-community/perms

2.1.3 (2020-11-22)

Note: Version bump only for package @nativescript-community/perms

2.1.2 (2020-11-17)

Bug Fixes

  • android always type support for location (4f1f521)

2.1.1 (2020-09-17)

Bug Fixes

  • ios: native class extend (b06738b)

2.1.0 (2020-09-06)

Features

2.0.11 (2020-05-29)

Note: Version bump only for package @nativescript-community/perms

2.0.10 (2020-05-21)

Note: Version bump only for package @nativescript-community/perms

2.0.9 (2020-05-21)

Bug Fixes

  • sideEffects for tree shacking (fb5ba26)

2.0.8 (2020-05-21)

Bug Fixes

  • esm using import for tree shaking (c0c1e7b)

2.0.7 (2020-05-21)

Note: Version bump only for package @nativescript-community/perms

2.0.6 (2020-04-05)

Bug Fixes

  • ios: improving fix (5903b46)
  • ios: trying to fix a crash with location permissions (e6eb678)

2.0.5 (2020-03-30)

Bug Fixes

2.0.4 (2020-03-24)

Bug Fixes

  • ios: video permission fix (9aa933f)

2.0.3 (2020-01-29)

Bug Fixes

  • android: return authorized like iOS (67a0015)

2.0.2 (2019-12-17)

Bug Fixes

2.0.1 (2019-12-16)

Note: Version bump only for package @nativescript-community/perms

2.0.0 (2019-12-16)

Bug Fixes

BREAKING CHANGES

  • return always in promises

1.0.10 (2019-10-22)

Bug Fixes

1.0.9 (2019-09-17)

Bug Fixes

1.0.8 (2019-08-15)

Bug Fixes

  • fixed motion permission (10a3ede)

1.0.7 (2019-05-17)

Bug Fixes

  • better logs (4610cfa)
  • keep a reference to the listener as long as we use it (c85e4f9)

1.0.6 (2019-05-16)

Bug Fixes

  • trying to fix crash on iOS. Not fully understood though (6aec74b)

1.0.5 (2019-05-04)

Bug Fixes

  • unhandled permissions should resolve not the break app (14f760a)