5.12.0 (2024-01-10)
Bug Fixes
- allow pass-through of accessibilityRole prop on Button.tsx (#4092) (220ae16)
- correct border radius based on roundness (#4260) (a62d6ec)
- improve screen reader experience by fixing redundant FAB.Group item announcements. (#4196) (3ebc86a)
- textinput long text causes wrapping (ios) (#4261) (f5c8485)
- update input colors (#4259) (7cf251d)
Features
- add
elevation
property for Menu component (#4077) (db595b7) - add activeIndicatorStyle to BottomNavigation (#4144) (bdc2cbc)
- add contentStyle to the list item title and description container (#4205) (c42cfa2)
- added onLongPress to
RadioButton.Item
andCheckbox.Item
(#4215) (4d57fe2) - added the loading prop to IconButton and updated react native (#4201) (80edc1a)
- pass background prop to nested touchables (#4108) (6dd615d)
- progress bar fill style (#4222) (3475624)
- search-bar: minify the SearchBar component usage example (#4243) (441cc65)
- text-input: add onPress to affix adornment (#4113) (e306072)