Releases: callstack/react-native-paper
Releases · callstack/react-native-paper
Release 5.12.5
Release 5.12.4
5.12.4 (2024-07-27)
Bug Fixes
- add support for changing the surface mode in the menu (#4378) (eebc77f)
- allow pass-through of accessibilityRole on Chip (#4327) (b1fd739)
- drawer-item: hover effect background color (#4440) (f34f9a8)
- remove deprected use of defaultProps (#4385) (4b2052a)
- snackbar: fix show animation on new architecture (#4447) (eed911b)
- text-input-affix: fix right TextInput.Affix alignment with onPress (#4415) (f577097)
- text-input-label-background: custom component background height (#4442) (d9db02e)
- text-input: parent scroll with text input height (#4422) (c1495ea)
- text-input: very long input label truncated when scaled (#4414) (1a82b2c)
Release 5.12.3
Release 5.12.2
Release 5.12.1
Release 5.12.0
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)