Releases: iZettle/Presentation
Releases · iZettle/Presentation
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
Presentation 1.2.0
- Updated modallyPresentQueued to accept an options parameter instead of animated and improved handling of
.failOnBlock
. Old version has been deprecated.
Presentation 1.1
- Renamed
dismiss()
toinstallDismiss()
- Added more configurable
modally
presentation style. E.g..modally(presentationStyle: .formSheet)
- Added support to present a popover from a bar button item as well.
- Fixed issue where presenting a presentable returning a signal would not terminate the returned finite signal if externally dismissed (such as when dismissing from installed dismiss button),
resulting in a potential memory leak (view controller not being released). - Bumped to require Flow 1.2.
Presentation 1.0
Initial public release of the Presentation library.