All Versions
13
Latest Version
Avg Release Cycle
138 days
Latest Release
956 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v2.4.2 Changes
October 29, 2023๐ Fixed
- ๐ Fixed an issue where the
SafariViewPresenterfails to find a view controller to presented from (#41 & #46). Thanks, @Tunous and @SongJiyeon!
- ๐ Fixed an issue where the
-
v2.4.1 Changes
January 15, 2023๐ Fixed
- ๐ Fixed an issue where the
WebAuthenticationPresenterfails to find its presentation anchor (#22). Thanks, @kevvdevv, @exentrich, and @ldstreet!
- ๐ Fixed an issue where the
-
v2.4.0 Changes
September 25, 2020๐ Changed
SafariViewPresenterandWebAuthenticationPresenternow conforms toUIViewRepresentable, instead ofUIViewControllerRepresentable.
๐ Fixed
- ๐ Fixed an issue where the
SafariViewis not presented on the multi-layered modal sheets (#20). Thanks, @twodayslate!
-
v2.3.1 Changes
January 20, 2020 -
v2.3.0 Changes
January 19, 2021โ Added
- โ Added
WebAuthenticationSessionsupport for macOS and watchOS.
- โ Added
-
v2.2.3 Changes
September 12, 2020๐ Changed
- โช The workaround for Xcode 12 beta 6 is now not applied to Swift 5.2 or earlier.
๐ Fixed
- ๐ Fixed an issue where the changes of
SafariViewandWebAuthenticationSessionis not applied after an initialization.
Known Issues
- To fix the issue on Xcode 12 beta 6,
WebAuthenticationSessionwill have no functionality for a whlile onarm64-apple-ios-simulator.
-
v2.2.2 Changes
August 27, 2020๐ Fixed
- ๐ Applied a workaround for Xcode 12 beta 6 that resolves a bug where Xcode fails to build SwiftUI live previews.
Known Issues
- To fix the issue on Xcode 12 beta 6,
WebAuthenticationSessionwill have no functionality for a whlile onarm64-apple-ios-simulator.
-
v2.2.1 Changes
August 26, 2020๐ Fixed
- ๐ Fixed an issue where the package could not be compiled on Swift 5.2 or earlier.
-
v2.2.0 Changes
August 26, 2020โ Added
SafariViewnow conforms toViewprotocol, so it can be used even in the.sheet()or the.fullScreenCover()modifiers for the advanced usage.- Added
accentColor(_:)modifier toSafariViewas a convenience method ofpreferredControlAccentColor(_:). - โ Added a new initializer of
WebAuthenticationSessionwhere theonCompletionclosure receives aResultinstance, which contains either aURLor anError.
๐ Fixed
- ๐ Fixed typos on the markup.
-
v2.1.0 Changes
August 24, 2020๐ Changed
- Coordinators are now in charge of view controller presentations, following the structure of VisualEffects.