All Versions
29
Latest Version
Avg Release Cycle
24 days
Latest Release
1315 days ago

Changelog History
Page 1

  • v3.5.1 Changes

    August 22, 2020

    ๐Ÿ›  Fixed

  • v3.5.0 Changes

    August 07, 2020

    โž• 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]
  • v3.5.0-beta.3

    May 10, 2020
  • v3.5.0-beta.2 Changes

    April 23, 2020
    • 0๏ธโƒฃ Renaming DefaultOverlayContainerSheetDismissalPolicy > ThresholdOverlayContainerSheetDismissalPolicy
    • โž• Add properties to OverlayContainerTransitionContext
    • ๐Ÿ‘Œ Improve overlay context hierarchy
  • v3.5.0-beta.1 Changes

    April 10, 2020

    โž• 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.
  • v3.4.1 Changes

    April 06, 2020
    • Avoid view loading when setting delegate
  • v3.4.0 Changes

    March 30, 2020
    • โž• Add availableSpace property
    • ๐Ÿ›  Fix #49: Lay out the view before animating the view
  • v3.3.1 Changes

    March 23, 2020
    • Mark delegate as weak
  • v3.3.0 Changes

    March 09, 2020
    • OverlayContainer class is now open
    • PassThroughView class is now open
  • v3.2.1 Changes

    January 10, 2020
    • ๐Ÿ’… The status bar style derives from the overlay controller