Skip to content

Releases: jevonmao/PermissionsSwiftUI

v1.2.2

21 Feb 01:21
f07c9ad
Compare
Choose a tag to compare

What's New?

  • The all-new, powerful and wonderful auto authorization checking is here! PermissionsSwiftUI now will by default automatically check for permission authorization status, and only present not determined permissions or show nothing at all.
  • Want your own accent color for the buttons? You can now utilize PermissionsSwiftUI's new features in 1.2.2, to completely configure button colors (foreground and background) for all status (idle, allowed, denied).

v1.2.1

17 Feb 00:11
3a95137
Compare
Choose a tag to compare

What's New?

  • A new optional customization is now available–pass in autoDismiss parameter to set whether to auto dismiss the view after last permission item is triggered
  • Some minor adjustments on the color of UI components.
  • The JMModal's background and secondary colors are interchanged
  • JMPermissions is now deprecated(name change)! Use JMModal instead

What's Fixed?

  • Button text change animation is more natural
  • Fix a bug where contacts permission will not trigger button text change to "ALLOWED" and color
  • Fixed a major issue withJMAlert and JMPermission not displaying optimally on the smallest devices
  • Various other fixes and code refactoring to improve performance

v1.2.0

12 Feb 04:42
Compare
Choose a tag to compare

What's New?

  • The all-new, beautiful and versatile permission pop-up alert 🙌
  • You now have 2 different styles of PermissionsSwiftUI to choose from
  • The pop-up alert is great for presenting permissions right before using them

v1.1.1

11 Feb 18:49
Compare
Choose a tag to compare

What's New?

  • Hot fix for health permission
  • Health permission is now supported! 😃

v1.1.0

11 Feb 04:30
Compare
Choose a tag to compare
v1.1.0 Pre-release
Pre-release

What's New?

  • Health permission is now supported! 😃
  • onAppear and onDisappear method offered to override behavior, available as closure parameters for JMPermissions!

Features

  • ALL 12 iOS system SUPPORTED
  • Displays a SwiftUI modal view to handle user interaction and iOS permissions
  • Beautifully designed, Apple native style UI
  • Customizable title and description texts
  • Customizable image icon, name, and detailed description for each permission item
  • Stunning hand-picked SF Symbols to represent each permission
  • Fully documented, easy to use. Start using PermissionsSwiftUI with SINGLE LINE OF CODE

v1.0.1

08 Feb 21:52
Compare
Choose a tag to compare

onAppear and onDisappear methods are now available to override state changes of the JMPermissions modal view.

v1.0.0

08 Feb 18:26
Compare
Choose a tag to compare

What's New?

  • Auto dismiss PermissionsSwiftUI modal after last permission is allowed

  • Simplified core APIs for permissions customization

  • All old APIs for changing permissions components are obsolete

  • Use the newer, better view modifier to achieve same effect

Features

  • ALL 12 iOS system SUPPORTED
  • Displays a SwiftUI modal view to handle user interaction and iOS permissions
  • Beautifully designed, Apple native style UI
  • Customizable title and description texts
  • Customizable image icon, name, and detailed description for each permission item
  • Stunning hand-picked SF Symbols to represent each permission
  • Fully documented, easy to use. Start using PermissionsSwiftUI with SINGLE LINE OF CODE

v0.0.2

08 Feb 18:24
Compare
Choose a tag to compare

⚠️This version simply deprecates certain APIs from 0.0.1

Please update your Xcode Project's PermissionsSwiftUI to version 1.0.0 as soon as possible if you are still using 0.0.1 or 0.0.2 in your project.

Features (Old)

  • ALL 12 iOS system SUPPORTED
  • Displays a SwiftUI modal view to handle user interaction and iOS permissions
  • Beautifully designed, Apple native style UI
  • Customizable title and description texts
  • Customizable name and detailed description for each permission item
  • Stunning hand-picked SF Symbols to represent each permission
  • Fully documented, easy to use. Start using PermissionsSwiftUI with SINGLE LINE OF CODE

v0.0.1

03 Feb 02:05
a7c6ef2
Compare
Choose a tag to compare

Features

  • ALL 12 iOS system SUPPORTED
  • Displays a SwiftUI modal view to handle user interaction and iOS permissions
  • Beautifully designed, Apple native style UI
  • Customizable title and description texts
  • Customizable name and detailed description for each permission item
  • Stunning hand-picked SF Symbols to represent each permission
  • Fully documented, easy to use. Start using PermissionsSwiftUI with SINGLE LINE OF CODE