Releases: mikepenz/MaterialDrawer
Releases · mikepenz/MaterialDrawer
v6.1.0
v6.1.0-rc02
WARNING
- this release is the first release using androidX, stay with older versions for pure appcompat dependencies
- in addition it has completely reworked items and headers using the new android constraintlayout v2.0.0-alpha2
Changes
- update to latest androidX release v1.0.0-rc02
- please also see the changelog of v6.1.0-rc01.2 (which has more details about the material2 design refactor)
v6.1.0-rc01.2
WARNING
- this release is the first release using androidX, stay with older versions for pure appcompat dependencies
- in addition it has completely reworked items and headers using the new android constraintlayout v2.0.0-alpha2
Changes
- add new dependency, constraintlayout
- constraintLayout 2.0.0-alpha2 to be able to use MotionLayout
- add migration info for new theme attributes
- reflect changes in README
- re-model all included drawerItems to have a more flat hierarchy by using constraintLayout, simplify them as far as possible
- introduce new util method
themeDrawerItem
which will apply the selected item design according to the material design guidelines (1 and 2) - support disabling material 2 design via theme
- re-work the headers to use a
ConstraintLayout
and hugely simplify the layout hierarchy
Screenshot time
v6.1.0-rc01
WARNING
- this release is the first release using androidX, stay with older versions for pure appcompat dependencies
Changes
- upgrade to androidX
- update to build tools 28
- update to targetSdk 28
- include material dependency
- update to the new release setup used in my other libs
- update to gradle 4.9
- cleanup