Bug Fixes
- elevation being applied after mode changes on a button while it shouldn't (#1037) (79f98d9)
- fix bug with applying backgroundColor to DrawerSection (#1063) (fb2bacb)
- fix editable disable props on TextInput (#1069) (6a37dc9)
- fix icon type for FABGroup actions (#1057) (16b9dd1)
- fix listitem icon spacing (#1017) (9e30fc9)
- fix RadioGroup animation (#982) (e3dd1ab)
- fix use theme font in TextInputFlat (#1014) (0872144)
- remove duplicate type import (45b8644)
- remove StatusBar from FAB Group (#1027) (77da065)
- use own ActivityIndicator in Button (#979) (fbade97)
Features
- aad scale property to control cross fade icon animation time (#1067) (4d47b4e)
- add ability to change TextInput fontSize and height (#1020) (b852293)
- add padding prop to TextInput (#1018) (8a9a6a9)
- add props
leftStyle
andrightStyle
toCard.Title
so devs can style theleft
andright
independently (#1016) (ffc0d5e) - allow to make inputs uncontrolled with defaultValue (#1068) (327749f)
- support loading indicator for FAB (#985) (f6ac53f)