0.18.0
github-actions
released this
19 Apr 10:17
·
7 commits
to refs/heads/master
since this release
Changes
-
#111 for xcode 15 support
-
#105 added NotGranted permission state for android only
-
#112 added BACKGROUND_LOCATION Permission
-
#114 added a different approach to request permissions without fragmentManager
Breaking Changes
Was changed approach to bind the permissions controller to the activity lifecycle
migration sample:
viewModel.permissionsController.bind(lifecycle, supportFragmentManager)
-> viewModel.permissionsController.bind(activity)
for compose BindEffect(viewModel.permissionsController)
no changes required