MaterialDrawer Versions Save

The flexible, easy to use, all in one drawer library for your Android project. Now brand new with material 2 design.

v8.4.3

2 years ago

🐛 Fixes

  • Adjust extension functions to set text and description color
    • PR: #2745

v8.4.2

2 years ago

🚀 Features

  • Remove jcenter | Update to FastAdapter v5.3.3
    • PR: #2707
  • Update to recent stable dependency versions
    • PR: #2734

🐛 Fixes

  • Protect against potential NPE for sticky footer items
    • PR: #2735
    • thanks @4bottiglie for the report

v8.4.1

2 years ago

🚀 Features

  • API to disable badge on current profile image
    • PR: #2727

v8.4.0

3 years ago

🚀 Features

  • Make ImageHolder.applyTo() use DrawerImageLoader
    • PR: #2716
    • Thanks @cketti
  • Dependency updates
    • PR: #2718

v8.3.3

3 years ago

🚀 Features

  • Update project to properly have transitive dependencies as compile
    • PR: #2708

v8.3.2

3 years ago

🚀 Features

  • Publish only to sonatype | remove bintray
    • PR: #2704
  • Kotlin 1.4.30 | Material components 1.3.0 | Gradle 6.8.2
    • PR: #2705

v8.3.1

3 years ago

🐛 Fixes

  • Fix elevation shadow showing up with sticky header
    • PR: #2694
  • Adjust crossfade for MiniDrawer
    • PR: #2695

v8.3.0

3 years ago

🚀 Features

  • Update dependencies
    • PR: #2686
  • Update to Kotlin 1.4.21 | Coil 1.1.0
    • PR: #2692

🐛 Fixes

  • Support MiniDrawer in NavController setups
    • PR: #2690
  • Fix shadow with sticky header
    • PR: #2691

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

3 years ago

🚀 Features

  • Dependency updates 2020.11.23
    • PR: #2678
  • Remove library dependency on kotlin-android-extensions
    • PR: #2679
  • Nav API considered stable
    • PR: #2680
  • Adds fallback listener to manage other drawer items with the NavController
    • PR: #2681
    • Thanks @francescogatto

💬 Other

  • Remove kotlin synthetic in sample
    • PR: #2682

v8.1.8

3 years ago

🚀 Features

  • Make enableProfileClick public again
    • PR: #2668

🐛 Fixes

  • Fix items staying selected when using MiniDrawer
    • PR: #2669
  • Fix MenuItem drawable being null causing problems
    • PR: #2670