Releases: stleamist/BetterSafariView
Releases · stleamist/BetterSafariView
v2.4.2
v2.4.1
v2.4.0
Changed
SafariViewPresenter
andWebAuthenticationPresenter
now conforms toUIViewRepresentable
, instead ofUIViewControllerRepresentable
.
Fixed
- Fixed an issue where the
SafariView
is not presented on the multi-layered modal sheets (#20). Thanks, @twodayslate!
v2.3.1
v2.3.0
v2.2.2
v2.2.1
v2.2.0
Added
SafariView
now conforms toView
protocol, so it can be used even in the.sheet()
or the.fullScreenCover()
modifiers for the advanced usage.- Added
accentColor(_:)
modifier toSafariView
as a convenience method ofpreferredControlAccentColor(_:)
. - Added a new initializer of
WebAuthenticationSession
where theonCompletion
closure receives aResult
instance, which contains either aURL
or anError
.
Fixed
- Fixed typos on the markup.
v2.1.0
Changed
- Coordinators are now in charge of view controller presentations, following the structure of VisualEffects.