Skip to content

Releases: callstack/react-native-paper

Release 2.6.3

Choose a tag to compare

@satya164 satya164 released this 27 Jan 13:00

Bug Fixes

  • fix bottom navigation layout not centered (bf99259)
  • fix flow errors and snapshots (81827f6)
  • fix fonts and some warnings when using with react-native-web (c2980c5)

Release 2.6.2

Choose a tag to compare

@satya164 satya164 released this 27 Jan 09:57

Bug Fixes

Release 2.6.1

Choose a tag to compare

@satya164 satya164 released this 23 Jan 17:29

Bug Fixes

  • add progressBarComponent as fallback for generic platforms. (#749) (8184d26)
  • replace 'orderRadius' with 'borderRadius' in Snackbar component (#750) (844daf3)

Release 2.6.0

Choose a tag to compare

@satya164 satya164 released this 23 Jan 09:58

Bug Fixes

  • disable ripple when not supported in bottom navigation (d49e41b)
  • fix badge border radius on iOS (83f6158)
  • fix elevation not animating in some components (2618c06)
  • fix parenthesis locations in example app (#747) (e1102a6)
  • make type optional for helper text in TS definitions (d969f02)
  • typo in bottom navigation example (65fc420)
  • update typescript types for bottom navigation (e55f6cc)

Features

  • add Avatar component (b68fac7)
  • add Badge component (1de5095)
  • add badge support in bottom navigation. closes #288 (ac5fe16)
  • allow Chip to expand to font size changes (#697) (c3cfb31)
  • hide bottom navigation when keyboard is shown. closes #676 (c863e4c)

Release 2.5.0

Choose a tag to compare

@satya164 satya164 released this 18 Jan 09:54

Bug Fixes

  • textInput label wrong position in RTL (#721) (00cc575)
  • use fontFamily of theme for Searchbar (#724) (bcb8702)

Features

  • add animated visibility for FAB (#720) (1059b50)
  • add smooth icon change in IconButton component (#672) (54f1ece)

Release 2.4.0

Choose a tag to compare

@satya164 satya164 released this 19 Dec 12:39

Bug Fixes

  • disable ripple effect on Android P (23cdb3c)

Features

Release 2.3.0

Choose a tag to compare

@satya164 satya164 released this 10 Dec 11:56

Bug Fixes

  • pass down testID from Card props to Touchable for Detox tests (#683) (0ad98f3)
  • rename right to numeric for tables (23b963b)

Features

Release 2.2.8

Choose a tag to compare

@satya164 satya164 released this 23 Nov 15:21

Bug Fixes

  • pass down testID from chip props to touchable for Detox tests. (#661) (da9f234)

Release 2.2.7

Choose a tag to compare

@ferrannp ferrannp released this 22 Nov 15:54

Bug Fixes

Release 2.2.6

Choose a tag to compare

@satya164 satya164 released this 21 Nov 10:50

Bug Fixes

  • do not pass on elevation as property (#664) (e1b81c2)
  • fix TouchableRipple props types for typescript (#662) (eb153f9)