Skip to content

Releases: callstack/react-native-paper

Release 5.14.5

20 May 11:09
Compare
Choose a tag to compare

5.14.5 (2025-05-20)

Bug Fixes

Release 5.14.4

15 May 12:19
Compare
Choose a tag to compare

5.14.4 (2025-05-15)

Bug Fixes

  • add container prop and improve flex/layout handling (#4742) (12ce89d)

Release 5.14.3

13 May 13:07
Compare
Choose a tag to compare

5.14.3 (2025-05-13)

Bug Fixes

  • revert transformOrigin use from TextInput (5d0c779) - previously added transformOrigin was breaking both outlined and flat input's label in various cases, so had to remove it completely. I will check what else we can do bring back the support for it.

Release 5.14.2

13 May 11:18
Compare
Choose a tag to compare

5.14.2 (2025-05-13)

Bug Fixes

  • fix error on width change of AnimatedFAB when label is empty string (#4729) (e395271)
  • remove findNodeHandle (#4731) (5138e4c)
  • update rn version for InputLabel translation (#4730) (aae6e42)

Release 5.14.1

08 May 11:07
Compare
Choose a tag to compare

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

30 Apr 11:22
Compare
Choose a tag to compare

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

Features

Release 5.13.5

25 Apr 14:17
Compare
Choose a tag to compare

5.13.5 (2025-04-25)

Bug Fixes

Release 5.13.4

23 Apr 12:19
Compare
Choose a tag to compare

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

17 Apr 13:55
Compare
Choose a tag to compare

5.13.3 (2025-04-17)

Bug Fixes

  • FAB.Group subitems are accessibility focusable when collapsed (#4498) (ed4df90)
  • prevent elevation animation for contained Card mode (#4681) (25fed4c)

Release 5.13.2

16 Apr 12:30
Compare
Choose a tag to compare

5.13.2 (2025-04-16)

Bug Fixes