Skip to content

Releases: iZettle/Presentation

Presentation v1.14.0

27 Jul 14:54
Compare
Choose a tag to compare
  • Update project settings to Xcode 12.4

Presentation v1.13.4

18 Jan 12:43
39d09ba
Compare
Choose a tag to compare
  • [Bug fix] Fix bug introduced in 1.13.3 where a view controller might be configured with dismiss twice when passed to modalPresentationDismissalSetup.

Presentation v1.13.3

13 Jan 12:45
6f05074
Compare
Choose a tag to compare
  • [Bug fix] Fix bug related to presenting a UINavigationController modally without an explicit root UIViewController, resulting in unexpected behaviour of UITextField input cursors.

Presentation v1.13.2

07 Jan 15:14
ab9d83e
Compare
Choose a tag to compare
  • Update project settings for Xcode 12 and fix some deprecation warnings

Presentation v1.13.1

11 Jun 10:05
013d54c
Compare
Choose a tag to compare
  • [Bug fix] Prevent a crash in sheet presentation style when a source view is not provided.

Presentation v1.13.0

31 Mar 12:42
Compare
Choose a tag to compare
  • [Change] Move to Flow version 1.8.4
  • [Bugfix] Fix compile time error in public extension SignalProvider where Value: Collection { for swift 5.2
  • [Change] Remove noTrailingClosure: () = () from init<Result> for Presentation to avoid Ambiguous use of 'init' for Signals compile time errors on call site

Presentation v1.12.0

12 Jan 17:14
03eaa06
Compare
Choose a tag to compare
  • [Addition] Make swipe-to-dismiss blockable through protocol conformance.

Presentation v1.11.0

16 Dec 15:42
Compare
Choose a tag to compare
  • [Addition] Extracted the modal dismiss setup to a separate function, to be able to supply a custom presentation controller if needed.

Presentation v1.10.0

25 Nov 14:11
1608bc2
Compare
Choose a tag to compare
  • [Addition] Make it possible to embed a Presentable wrapped in a navigation controller within another view.

Presentation v1.9.2

28 Oct 15:25
e8cbcd9
Compare
Choose a tag to compare
  • [Bug fix] Use view controller's modal presentation preferences when it's embedded in a navigation controller during presentation.