Releases: callstack/react-native-paper
Releases · callstack/react-native-paper
Release 5.14.5
Release 5.14.4
Release 5.14.3
Release 5.14.2
Release 5.14.1
5.14.1 (2025-05-08)
Bug Fixes
- support
react-native
0.77.0 - support
@react-native-vector-icons
12.x - segmented buttons rtl layout (#4719) (170bffe)
- fix Surface styling when flex set (#4634) (3c75257)
- hitslop passed to touchable (#4678) (895de4b)
- allow to override hitSlop (#4717) (2559198)
- use transformOrigin to fix label position flickering in RN 0.73 (#4521) (eb27d4a)
Release 5.14.0
5.14.0 (2025-04-30)
Deprecation
The createMaterialBottomTabNavigator
has been deprecated as of [email protected]
. 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)