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

Changelog History
Page 2

  • v3.2.0 Changes

    October 28, 2019
    • ๐Ÿ“ฆ Swift Package Manager support
  • v3.1.0 Changes

    August 28, 2019
    • ๐Ÿ‘Œ Support Swift 4.2 & 5
    • ๐Ÿ”€ Merge PR #34
    • ๐Ÿ‘‰ Use cocoapods 1.7 podspec format
  • v3.0.1

    July 02, 2019
  • v3.0.0 Changes

    June 21, 2019

    2019-06-15

  • v3.0.0-beta1

    June 15, 2019
  • v3.0.0-a Changes

    June 15, 2019
    • ๐ŸŒ All the translations are now deferred to the next layout pass. The translations can now be scheduled right after the initialization of the container. ๐Ÿšš Furthermore the layout will not break if the container move the overlay or invalidate its notch heights in response to a size change.
    • ๐Ÿ’… SpringOverlayTranslationAnimationController almost nullifies its damping value when the container has a rigid style to avoid the panel to be lifted above the bottom of the screen when an animated transition occurs.
    • ๐Ÿ†• New overlay style expandableHeight
    • ๐Ÿ†• New delegate tracking API: willTranslateOverlay, didMoveOverlay, willMoveOverlay, willEndDraggingOverlay, willStartDraggingOverlay
    • 0๏ธโƒฃ invalidateNotchHeight uses the target notch policy to determine where to go by default
  • v2.0.2 Changes

    May 03, 2019
    • ๐Ÿ‘‰ Use Cocoapods 1.6.1
  • v2.0.1

    May 03, 2019
  • v2.0.0 Changes

    April 11, 2019
    • โž• Add canReachNotchAt to disable or enable notches on the fly
    • OverlayContainer now uses the last view controller of its viewControllers as the overlay view controller. It stacks the other view controllers on top of each other, if any, and adds them underneath the overlay view controller.
    • ๐Ÿ– Handle a new edge case: the overlay container has only one notch
  • v1.3.0 Changes

    April 04, 2019
    • โž• Add completion block to moveOverlay