Skip to content

Releases: gaetanzanella/OverlayContainer

3.5.2 (7 November 2021)

Choose a tag to compare

@gaetanzanella gaetanzanella released this 07 Nov 10:49
  • Remove Swift warnings

3.5.1 (22 August 2020)

Choose a tag to compare

@gaetanzanella gaetanzanella released this 22 Aug 13:57

Fixed

3.5.0 (07 August 2020)

Choose a tag to compare

@gaetanzanella gaetanzanella released this 07 Aug 16:34

Added

  • OverlayContainerPresentationController: An abstract class that can be used to manage the transition animations and the presentation of overlay containers onscreen.
  • OverlayContainerSheetPresentationController: An OverlayContainerPresentationController subclass that adds a dimming layer over the background content and a drag-to-dismiss & tap-to-dismiss gestures.

Updated

  • The overlay container view autorizing mask is now [.flexibleHeight, .flexibleWidth]

3.5.0-beta.2 (23 April 2020)

Pre-release

Choose a tag to compare

@gaetanzanella gaetanzanella released this 23 Apr 12:29
  • Renaming DefaultOverlayContainerSheetDismissalPolicy > ThresholdOverlayContainerSheetDismissalPolicy
  • Add properties to OverlayContainerTransitionContext
  • Improve overlay context hierarchy

3.5.0-beta.1 (10 April 2020)

Pre-release

Choose a tag to compare

@gaetanzanella gaetanzanella released this 10 Apr 11:29

Added

  • OverlayContainerPresentationController: An abstract class that can be used to manage the transition animations and the presentation of overlay containers onscreen.
  • OverlayContainerSheetPresentationController: An OverlayContainerPresentationController subclass that adds a dimming layer over the background content and a drag-to-dismiss & tap-to-dismiss gestures.

3.4.1 (6 April 2020)

Choose a tag to compare

@gaetanzanella gaetanzanella released this 06 Apr 06:55
  • Avoid view loading when setting delegate

3.4.0 (30 March 2020)

Choose a tag to compare

@gaetanzanella gaetanzanella released this 30 Mar 17:52
  • Add availableSpace property
  • Fix #49: Lay out the view before animating the view

3.3.1 (23 March 2020)

Choose a tag to compare

@gaetanzanella gaetanzanella released this 23 Mar 10:19
  • Mark delegate as weak

3.3.0 (09 March 2020)

Choose a tag to compare

@gaetanzanella gaetanzanella released this 09 Mar 12:31
  • OverlayContainer class is now open
  • PassThroughView class is now open

3.2.1 (10 January 2020)

Choose a tag to compare

@gaetanzanella gaetanzanella released this 10 Jan 16:42
  • The status bar style derives from the overlay controller