Releases: mikepenz/MaterialDrawer
Releases · mikepenz/MaterialDrawer
v8.1.8
v8.1.7
v8.1.6
v8.1.5
Updates
- update to constraintlayout 2.2.0
Fixes
- Don't use deprecated methods in MenuDrawerUtils
- Thanks @connyduck - Avoid inflating a RelativeLayout for the drawer divider
- Thanks @connyduck
- update to the final version of constrainLayout v2.0.0
v8.1.4
Updates
- update to material 1.2.0
- update to stable drawerlayout 1.1.0
- update to rc of constraintlayout 2.2.0-rc1
- update fastadapter to 5.2.2
- update aboutLibs to 8.3.0
- update navigation to 2.3.0
- update to stale slidingPaneLayout 1.1.0
- update to swipeRefreshLayout 1.1.0
- update to build tools 4.0.1
Fixes
- ensure to unselect previous selections when navigating
- FIX #2634
- note this is needed due to the navcontroller extension taking over selection logic
- if navigating via click the un-select would occur
v8.1.3
Updates
- allow the MaterialDrawerSliderView.kt to be embedded in other layouts (2 levels max for now)
- properly find DrawerLayout - allow global adjustment of selected state animation
- further enforcing of the proper drawable state to get applied if we have animation enabled
- constraintLayout 2.0.0-beta7
Sample
- add swipeRefreshLayout to CollapsingToolbarActivity.kt sample app
- use lighter colors as they work better with dark and light theme
- hookup ActionBarDrawerToggle with drawer
v6.1.3
v8.1.2
Updates
- support different start and end padding for the primary drawer item
- add backwards compatiblity - add simple way to overwrite the themeDrawerItem for particular custom implementations of the drawer item
- make themeDrawerItem method more flexible to allow more configuration options - add a new sample GmailDrawerItem.kt to showcase gmail like design
- use in the MultiDrawerActivity.kt
- FIX #2616
v8.1.1
v8.1.0
Updates
- fix selection background not there after picking a drawerItem
- allow selectExtension to properly maintain the single selection handling
- FIX #2614 - upgrade AndroidX dependencies
- update to FastAdapter 5.1.0
- update to Iconics 5.0.3
- update to AboutLibs 8.1.6
Migration
- Due to core-ktx 1.3 jvm target is now required to be 1.8
kotlinOptions {
jvmTarget = "1.8"
}