All Versions
29
Latest Version
Avg Release Cycle
24 days
Latest Release
948 days ago
Changelog History
Page 2
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, 20192019-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
- ➕ Add
-
v1.3.0 Changes
April 04, 2019- ➕ Add completion block to
moveOverlay
- ➕ Add completion block to