Skip to content

Releases: mikepenz/MaterialDrawer

v8.4.3

05 Sep 11:02
adc4d76
Compare
Choose a tag to compare

🐛 Fixes

  • Adjust extension functions to set text and description color

v8.4.2

20 Jul 17:52
ff51274
Compare
Choose a tag to compare

🚀 Features

  • Remove jcenter | Update to FastAdapter v5.3.3
  • Update to recent stable dependency versions

🐛 Fixes

  • Protect against potential NPE for sticky footer items

v8.4.1

31 May 10:09
0320c19
Compare
Choose a tag to compare

🚀 Features

  • API to disable badge on current profile image

v8.4.0

26 Mar 10:27
5e0968f
Compare
Choose a tag to compare

🚀 Features

  • Make ImageHolder.applyTo() use DrawerImageLoader
  • Dependency updates

v8.3.3

07 Feb 11:15
6e598aa
Compare
Choose a tag to compare

🚀 Features

  • Update project to properly have transitive dependencies as compile

v8.3.2

06 Feb 12:14
df0ad52
Compare
Choose a tag to compare

🚀 Features

  • Publish only to sonatype | remove bintray
  • Kotlin 1.4.30 | Material components 1.3.0 | Gradle 6.8.2

v8.3.1

21 Dec 11:06
6df834f
Compare
Choose a tag to compare

🐛 Fixes

  • Fix elevation shadow showing up with sticky header
  • Adjust crossfade for MiniDrawer

v8.3.0

18 Dec 10:48
b825574
Compare
Choose a tag to compare

🚀 Features

  • Update dependencies
  • Update to Kotlin 1.4.21 | Coil 1.1.0

🐛 Fixes

  • Support MiniDrawer in NavController setups
  • Fix shadow with sticky header

Upgrade notes

  • Note: #2690: This is a potential breaking change as it's no longer possible to consume the event from the onDrawerItemClickListener before informing the miniDrawer (which in general should be seen as an exception regardless, as it will prevent both to stay in sync)

v8.2.0

23 Nov 19:22
8ce3449
Compare
Choose a tag to compare

🚀 Features

  • Dependency updates 2020.11.23
  • Remove library dependency on kotlin-android-extensions
  • Nav API considered stable
  • Adds fallback listener to manage other drawer items with the NavController

💬 Other

  • Remove kotlin synthetic in sample

v8.1.8

29 Oct 07:16
8c9a36c
Compare
Choose a tag to compare

🚀 Features

  • Make enableProfileClick public again

🐛 Fixes

  • Fix items staying selected when using MiniDrawer
  • Fix MenuItem drawable being null causing problems