OverlayContainer v3.0.0-a Release Notes

Release Date: 2019-06-15 // almost 5 years ago
    • ๐ŸŒ 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