Skip to content

Releases: callstack/react-native-paper

Release 5.14.0

Choose a tag to compare

@lukewalczak lukewalczak released this 30 Apr 11:22

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

Features

  • support for react-native-vector-icons@11.0 #4696
  • adjust adaptNavigationTheme to the latest navigation theme changes (#4690) (699bb06)
  • add container style prop (#4691) (95c9390)
  • add content style prop (#4697) (c98a01c)
  • enable adding styles to the action-wrapper in FABGroup (#4657) (a91a4c8)

Release 5.13.5

Choose a tag to compare

@lukewalczak lukewalczak released this 25 Apr 14:17

5.13.5 (2025-04-25)

Bug Fixes

Release 5.13.4

Choose a tag to compare

@lukewalczak lukewalczak released this 23 Apr 12:19

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

Choose a tag to compare

@lukewalczak lukewalczak released this 17 Apr 13:55

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

Choose a tag to compare

@lukewalczak lukewalczak released this 16 Apr 12:30

5.13.2 (2025-04-16)

Bug Fixes

Release 5.13.1

Choose a tag to compare

@lukewalczak lukewalczak released this 10 Jan 16:00

5.13.1 (2025-01-10)

Release 5.13.0

Choose a tag to compare

@lukewalczak lukewalczak released this 09 Jan 14:31

5.13.0 (2025-01-09)

Features

Release 5.12.5

Choose a tag to compare

@lukewalczak lukewalczak released this 28 Jul 18:34

5.12.5 (2024-07-28)

Bug Fixes

  • fixed issue with textinput styling after new release (#4466) (1781221)

Release 5.12.4

Choose a tag to compare

@lukewalczak lukewalczak released this 27 Jul 12:54

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

Choose a tag to compare

@lukewalczak lukewalczak released this 24 Jan 19:36

5.12.3 (2024-01-24)

Bug Fixes