Releases: fardavide/MaterialBottomBar
Releases · fardavide/MaterialBottomBar
MaterialBottomBar 1.2 beta 5
Fixes
- May fixed
KotlinNullPointerExceptiononMaterialBottomDrawerLayout$flyBar$$inlined$doOnEnd$1.onAnimationEnd
Changes
- Updated libs
MaterialBottomBar 1.2 beta 4
Fixes
- Drawer's shadow flickering on
animateLayoutChangesto true - Drawer's shadow doesn't propagate the touch below
MaterialBottomBar 1.2 beta 3
Fixes
PanelView.background: inherit frombody.background
MaterialBottomBar 1.2 beta 2
Fixes:
- Replaced background colours
@android:color/white->?attr/colorSurface
MaterialBottomBar 1.2 beta 1
What's new
Selection:selectionIconColor-selectionIconColorResselectionTitleColor-selectionTitleColorRes
Changes
Selection( BREAKING CHANGES ):selectionColor->selectionBackgroundColor&selectionRippleColorselectionColorRes->selectionBackgroundColorRes&selectionRippleColorRes
- Updated libs:
- ConstraintLayout
- Ktx
- Android Navigation
- Theia
Fixes
- Fixed selection for
navDirectionsonNavigationPanels
MaterialBottomBar 1.1 beta 9
What's new
- Shadow behind the drawer
- Optional lambda for
CustomBodyPanelBuilder.customBodydsl
Fixes:
- When a touch event happens outside of the
MaterialBottomAppBar, fly toFly.BOTTOMonly ifMaterialBottomDrawerLayout.lastFlyis notFly.BOTTOM - Executes a fly only if different from
MaterialBottomDrawerLayout.lastFly - Postponed the fly on
MaterialBottomDrawerLayout.openPanelto the preDraw of thePanelViewto ensure that the height it's not0
MaterialBottomBar 1.1 beta 8
Changes:
- Added param
once: BooleantoMaterialBottomDrawerLayout.doOnPanelStateMaterialBottomDrawerLayout.doOnPanelOpenMaterialBottomDrawerLayout.doOnPanelClose
MaterialBottomBar 1.1 beta 11
Fixes:
- reverted "Executes a fly only if different from MaterialBottomDrawerLayout.lastFly"
- changed invisible state of drawer's shadow from
View.GONEtoView.INVISIBLEdue to prevent flashing on animatedLayoutChanges
MaterialBottomBar 1.1 beta 10
Fixes:
- shadow behind drawer
MaterialBottomBar 1.1 beta 7
What's new:
MaterialBottomDrawerLayout.hideBarsMaterialBottomDrawerLayout.showBarsMaterialBottomDrawerLayout.hideAndShowBars
Changes:
- inlined:
MaterialBottomDrawerLayout.hideToolbarMaterialBottomDrawerLayout.showToolbarMaterialBottomAppBar.hideMaterialBottomAppBar.showMaterialBottomAppBar.hideAndShow