Skip to content

Releases: iZettle/Presentation

Presentation v1.8.1

23 Sep 08:48
93974b6
Compare
Choose a tag to compare
  • [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

20 Sep 09:07
e564273
Compare
Choose a tag to compare
  • 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

26 Jul 09:43
c6e906b
Compare
Choose a tag to compare
  • [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

25 Jul 10:46
e266701
Compare
Choose a tag to compare
  • Update Flow dependency and pin it to a compatible version

Presentation v1.6.0

10 Jun 09:45
e725985
Compare
Choose a tag to compare
  • [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

01 Apr 12:42
940e0d4
Compare
Choose a tag to compare
  • Migrate to swift 5

Presentation v1.4.0

22 Feb 14:46
6383eaa
Compare
Choose a tag to compare
  • Add support for Signals in Presentation onValue
  • Fix MaterDetailSelection retain cycle
  • Add materialize overload for void result type and materialize(into:) for disposable result type
  • CI aditions: SwiftLint, CircleCi configs, Xcode 10 project updates

Presentation v1.3.0

01 Nov 08:02
6491306
Compare
Choose a tag to compare
  • 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

09 Oct 11:44
2a9a960
Compare
Choose a tag to compare
  • Bugfix: When disposing the bag passed to present's configure closure present's returned future was not completed, hence resulting in the presented view controller being leaked.

Presentation v1.2.1

02 Oct 13:15
5f5fb97
Compare
Choose a tag to compare
  • Remove Carthage copy phase to avoid iTunes connect invalid Bundle error [#10]
  • Update Flow to v1.3