Releases: callstack/react-native-paper
Releases Β· callstack/react-native-paper
Release list
Release 5.14.0
5.14.0 (2025-04-30)
Deprecation
The createMaterialBottomTabNavigator has been deprecated as of react-native-paper@5.14.0. Instead, use @react-navigation/bottom-tabs version 7.x or later, combined with BottomNavigation.Bar to achieve a Material Design look.
For implementation details, see the dedicated example.
- deprecate createMaterialBottomTabNavigator #4694
Bug Fixes
- add set selection to the searchbar (#4708) (218cc32)
- allow to override content style (#4707) (e69f9d2)
Features
Release 5.13.5
Release 5.13.4
5.13.4 (2025-04-23)
Bug Fixes
- π Remove outline on web from TextInputFlat component (#4305) (2463579)
- add missing setSelection method on text input (#4688) (47e2841)
- avoid gratuitous re-rendering of components using settings or theme (#4619) (c5161ab)
- Button and IconButton TouchableRipple borderRadius (#4278) (7e938cf)
- correct menu position with translucent status bar (#4685) (c988701)
- ensure DataTable.Title respects font scaling (#4640) (8fb590a)
- fixed
Chip"shadow" and height issue (#4461) (8208811) - omit safe area insets in appbar header types (#4687) (d4cca22)
- remove cover padding (#4683) (cab5afa)
- update tests (23604c0)
Release 5.13.3
Release 5.13.2
Release 5.13.1
Release 5.13.0
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)