MaterialDrawer v8.0.0-a02 Release Notes

Release Date: 2019-11-16 // over 4 years ago
  • โš  Warning

    • ๐Ÿš€ This release contains a big amount of breaking changes, and will introduce an all new API to set-up the drawer.
    • ๐Ÿš€ This is an alpha release and will most likely still receiver further breaking API changes.
    • ๐Ÿ“š As a result of the updated API the main purpose of this library is to provide the Slider-View which is used within the DrawerLayout. The DrawerLayout should be used as specified and documented in its documentation.
    • ๐Ÿ“š The drawer no longer automatically manages the ActionBarDrawerToggle refer to standard DrawerLayout documentation on how to set-up

    ๐Ÿ’ฅ Breaking Changes

    • ๐Ÿšš Drawer, AccountHeader, MiniDrawer classes are now be removed
    • The drawer is no longer set-up via code only, it requires now a specification in the layouts
    • ๐Ÿ“š Documentation is not yet updated (this will happen as soon as all samples are upgraded and working again)

    โšก๏ธ Updates

    • Converted remaining samples to v8 setup
    • โœ‚ Delete obsolete deprecated classes
    • โž• Add temporary CrossfadeDrawerLayout for better fitsSystemWindows support
    • ๐Ÿ‘Œ Improve fitsSystemWindows compatibility and inset handling