Releases: discord/OverlappingPanels
0.1.5
0.1.4
This release fixes an issue with PanelsChildGestureRegionObserver
where registering and unregistering a ViewPager as a child gesture region didn't work properly.
0.1.3
This release fixes an issue with PanelsChildGestureRegionObserver
where vertically scrolling views (e.g. ViewPagers) were not registering their child gesture regions.
0.1.2
Fixes a bug where clicking the right edge of the left panel in landscape mode gets incorrectly handled as clicking the closed center panel.
0.1.1
Improves TalkBack support by hiding the center panel from TalkBack when the center panel is closed.
0.1.0
Makes the different PanelState
s more consistent by removing the unnecessary isLocked
field from PanelState.Opened
.
0.0.2
This release includes better support for publishing the overlapping_panels
module as an Android library via JitPack.
0.0.1
First release of OverlappingPanels