Skip to content

Releases: discord/OverlappingPanels

0.1.5

30 Nov 00:51
70b4a7c
Compare
Choose a tag to compare

This release deletes the deprecated APIs for adding and removing child gesture regions. Those APIs broke when we fixed a bug in v0.1.4. Moving forward, use the PanelsChildGestureRegionObserver#register() and PanelsChildGestureRegionObserver#unregister() APIs.

0.1.4

19 Nov 23:23
dd40b46
Compare
Choose a tag to compare

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

19 Aug 00:23
2396dc0
Compare
Choose a tag to compare

This release fixes an issue with PanelsChildGestureRegionObserver where vertically scrolling views (e.g. ViewPagers) were not registering their child gesture regions.

0.1.2

27 Jan 22:43
7959038
Compare
Choose a tag to compare

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

07 Aug 21:10
a1914c3
Compare
Choose a tag to compare

Improves TalkBack support by hiding the center panel from TalkBack when the center panel is closed.

0.1.0

19 May 18:50
83cf970
Compare
Choose a tag to compare

Makes the different PanelStates more consistent by removing the unnecessary isLocked field from PanelState.Opened.

0.0.2

12 May 16:14
25e7925
Compare
Choose a tag to compare

This release includes better support for publishing the overlapping_panels module as an Android library via JitPack.

0.0.1

11 May 22:51
1770843
Compare
Choose a tag to compare

First release of OverlappingPanels