MaterialDrawer v8.0.0-a03 Release Notes

Release Date: 2019-12-27 // over 4 years ago
  • โš  Warning

    • ๐Ÿš€ Please see the release notes for the previous alpha versions

    ๐Ÿ’ฅ Breaking Changes

    • ๐Ÿ’… eliminate "with*" methods in BadgeStyle in favor of kotlin preferred properties
    • โœ‚ remove various with* methods in favor of their direct methods
    • ๐Ÿšš move various not necessary main drawer functions to an extensions class
    • limit visibility of some extensions

    โšก๏ธ Updates

    • โšก๏ธ make most properties in the AccountHeaderView properly update the corresponding UI
      • e.g. changing height will affect height, hiding a line will hide the line, ...
    • โšก๏ธ make most properties of the drawer slider view directly update the UI
    • โšก๏ธ make mini drawer properties update UI

    ๐Ÿ›  Fix

    • ๐Ÿ’ป ensure we properly keep the position in case we re-create the drawer content due to ui changes