Skip to content

Releases: iZettle/Presentation

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.

Presentation v1.9.1

28 Oct 15:37
Compare
Choose a tag to compare
  • [Bug fix] Dissmissal happends on worker threads if the result future is mutated by the .succeed() or .fail() methods

Presentation v1.9.0

24 Sep 12:23
8e38f9c
Compare
Choose a tag to compare
  • [Addition] Add a new isCollapsedState signal to DualNavigationControllersSplitDelegate that has a nil value until the collapsed state is known. Old isCollapsedSignal is deprecated.
  • [Addition] Add a new init(collapsedState:) method to DualNavigationControllersSplitDelegate that takes a future to get notified of a known collapsed state. The init without parameters is deprecated.
  • [Change] Deprecate MasterDetailSelection's init with isCollapsed signal in favour of init that can handle a nil collapsed state
  • [Bug fix] DualNavigationControllersSplitDelegate's isCollapsedSignal didn't signal false when moving from collapsed state to not collapsed (multitasking/rotation)
  • [Bug fix] DualNavigationControllersSplitDelegate's isCollapsedSignal didn't signal anything on iOS 13 (issue #54)