MaterialDrawer v7.0.0-rc07 Release Notes

Release Date: 2019-09-13 // over 4 years ago
  • 🔄 Changes

    • ⚡️ Update material design components to 1.1.0-alpha10
      • This fixes a incompatibility (breaking change of MDC 1.1.0)
      • FIX #2499
      • THANKS @rubengees
    • 👍 Allows user to set NavOptions and arguments for fragment.
      • Fix the original NavOptions is always fail to perform "pop up" action
      • Fix matching issue between ResId and destination …
      • Change NavigationDrawerItem field from "destination" to "ResId", which is matching with first parameter in NavController.navigate
      • DrawerItem now can be selected with ResId refers to NavAction
      • THANKS @typebrook