Bug Fixes
- appbar: do not pass any additional props to custom children components (#1001) (57a9e97)
- warning in console when running tests (#1028) (d96ad79)
- appbar: do not pass any additional props to custom children components (#972) (d95bb8b)
- flow type (#1012) (ff9563c)
- add contentContainerStyle type to ModalProps interface (#1052) (ff15100)
- add inputStyle prop tying to Searchbar (#1049) (1a93762)
- check if portal manager is not null for update and unmount and fix the modal doc example (#995) (901745b)
- correct Chip component typings (#1044) (7085252)
- dismiss menu on window layout change. closes #1005 (#1026) (1472877)
- elevation being applied after mode changes on a button while it shouldn't (#1037) (4b8d591)
- fix bug with applying backgroundColor to DrawerSection (#1063) (b1cb728)
- fix icon type for FABGroup actions (#1057) (f4ef4bd)
- fix RadioGroup animation (#982) (3265afc)
- make the menu keyboard-accessible in browser (#1046) (5935fb4)
- move paddingHorizontal out from content style (#1078) (f150847)
- properly handle back button press in menu (#1032) (4985fee)
- typo in menu component (d8d5ccc)
- use "active" instead of "text" for ripple color (#1060) (1f8e53e)
Features
- add prop textStyle to Chip (#954) (3bba030)
- add props
leftStyle
andrightStyle
toCard.Title
so devs can style theleft
andright
independently (#1016) (1c4408b) - custom icon for clear in seachbar (#965) (5e163e3)
- missing titleStyle and descriptionStyle for List.Accordion and List.Section (#997) (e6d8ccf), closes #973
- support loading indicator for FAB (#985) (532e508)