Releases: iZettle/Presentation
Releases · iZettle/Presentation
Presentation v1.8.1
- [Bug fix] Revert a change of the default SplitVC delegate
isCollapsed
value that doesn't work as expected because it's used before the vc is added to the screen and the value is not reliable
Presentation v1.8.0
- Adds support for Swift Package Manager.
- Fixes a navigation bar layout issue on iOS 13.
- Fixes a bug that could cause the app to get stuck in a recursive loop if the app was presenting a modal while going into the background build with the iOS 13 SDK.
Presentation v1.7.0
- [Big fix] Fix presentation lifecycle management on iOS 13 when swiping down a modal sheet
- [Bug fix] iOS 13 workaround for an issue with presenting UISplitViewController (more info)
- [Addition] Expose a custom adaptive presentation delegate with reactive interface
Presentation v1.6.1
- Update Flow dependency and pin it to a compatible version
Presentation v1.6.0
- [Bug fix] Add DEBUG compiler flag in Debug mode to enable the debug-only functionality
- [Addition] Expose raw presentation events in addition to logs
Presentation v1.5.0
- Migrate to swift 5
Presentation v1.4.0
- Add support for Signals in Presentation onValue
- Fix MaterDetailSelection retain cycle
- Add
materialize
overload for void result type andmaterialize(into:)
for disposable result type - CI aditions: SwiftLint, CircleCi configs, Xcode 10 project updates
Presentation v1.3.0
- Add a static function
prefersNavigationBarHidden(Bool)
to PresentationOptions to return option based on navigation bar preference passed as a Bool. - Implement behaviour to support fallbacks on current client implementations
- Implement a use-case in
Examples/StylesAndOptions/Example.xcodeproj
and add UI test to secure the new use-case.
Presentation v1.2.2
- Bugfix: When disposing the bag passed to
present
'sconfigure
closurepresent
's returned future was not completed, hence resulting in the presented view controller being leaked.
Presentation v1.2.1
- Remove Carthage copy phase to avoid iTunes connect invalid Bundle error [#10]
- Update Flow to v1.3