Material v2.10.0 Release Notes

    • ⚡️ issue-857: Fixed an issue where setting the statusBar property for the ToolbarController was not updating the background color correctly.
    • ⚡️ issue-858: Fixed Photos sample project that was not updated to reflect the changes in the TabBar.
    • pr-715: Added isPlaceholderUppercasedWhenEditing property to TextField.
    • pr-721: Added FABMenuItemTitleLabelPosition which allows the FABMenu to place its FABBMenuItems to either the left or right position of the FABButton.
    • pr-851: Added placeholderHorizontalOffset property to TextField.
    • pr-847: Added placeholderActiveScale property to TextField.
    • pr-848: Natural motion transition added to TabsController when view controller motionModalTransitionType is set to .auto.
    • 0️⃣ Card types default to a depthPreset of .none.
    • ➕ Added shouldSelect method to TabBarDelegate.
    • ⚡️ Updated TabsController to use TabBarDelegate rather than button handlers.
    • ⚡️ Updated EdgeInsetsPreset values to:
    .square1: EdgeInsets(top: 4, left: 4, bottom: 4, right: 4)
    .square2: EdgeInsets(top: 8, left: 8, bottom: 8, right: 8)
    .square3: EdgeInsets(top: 16, left: 16, bottom: 16, right: 16)
    .square4: EdgeInsets(top: 20, left: 20, bottom: 20, right: 20)
    .square5: EdgeInsets(top: 24, left: 24, bottom: 24, right: 24)
    .square6: EdgeInsets(top: 28, left: 28, bottom: 28, right: 28)
    .square7: EdgeInsets(top: 32, left: 32, bottom: 32, right: 32)
    .square8: EdgeInsets(top: 36, left: 36, bottom: 36, right: 36)
    .square9: EdgeInsets(top: 40, left: 40, bottom: 40, right: 40)
    .square10: EdgeInsets(top: 44, left: 44, bottom: 44, right: 44)
    .square11: EdgeInsets(top: 48, left: 48, bottom: 48, right: 48)
    .square12: EdgeInsets(top: 52, left: 52, bottom: 52, right: 52)
    .square13: EdgeInsets(top: 56, left: 56, bottom: 56, right: 56)
    .square14: EdgeInsets(top: 60, left: 60, bottom: 60, right: 60)
    .square15: EdgeInsets(top: 64, left: 64, bottom: 64, right: 64)