Skip to content

v92.1.0

Compare
Choose a tag to compare
@randallli randallli released this 04 Oct 13:54
· 2251 commits to stable since this release

This minor release introduces badge color APIs for Bottom Navigation and Bottom Drawer support for
full-height presentation with any content. Tabs and TextFields received bug fixes. Ripple optimizations
improved callback behavior.

New features

Bottom Navigation

Bottom Navigation addded itemBadgeBackgroundColor and itemBadgeTextColor APIs to allow clients to
set a custom badge background and text colors for all badges.

  itemView.badgeColor = UIColor.whiteColor;
  itemView.badgeTextColor = UIColor.redColor;

Navigation Drawer

Always allow the header to expand

Header can expand even if content doest fill screen.

  self.navigationDrawer.shouldAlwaysExpandHeader = YES;

Changes

BottomNavigation

NavigationDrawer

Ripple

Tabs

TextFields

Typography

private/Icons

Multi-component changes