Skip to content

Releases: callstack/react-native-paper

Release 2.9.0

01 Feb 22:14
Compare
Choose a tag to compare

Bug Fixes

  • fix random onLayout events in Bottom Navigation. fixes #800 (a079626)

Features

Release 2.8.0

01 Feb 11:14
Compare
Choose a tag to compare

Bug Fixes

  • Android P ripple effect using overflow hidden and useForeground (#788) (492230c)
  • limit search bar width (#790) (7cf9129)

Release 2.7.0

29 Jan 19:57
Compare
Choose a tag to compare

Bug Fixes

  • delay portal rendering to avoid infinite loop (e08eb2b)
  • handle animated value in the shadow helper (ec872a5)
  • improve fonts on web (99b33ec)
  • makes icon load errors more informative (#769) (2d0a1c3)
  • prevent changing width of search bar on web (3600cad)
  • support image URLs as icons on web (eefcff3)

Features

  • allow to change background for FAB Group (#758) (b799a1e)
  • introduce animated property on IconButton (2bca3d8)

Release 2.6.3

27 Jan 13:00
Compare
Choose a tag to compare

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

27 Jan 09:57
Compare
Choose a tag to compare

Release 2.6.1

23 Jan 17:29
Compare
Choose a tag to compare

Bug Fixes

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

Release 2.6.0

23 Jan 09:58
Compare
Choose a tag to compare

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

18 Jan 09:54
Compare
Choose a tag to compare

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

19 Dec 12:39
Compare
Choose a tag to compare

Bug Fixes

  • disable ripple effect on Android P (23cdb3c)

Features

Release 2.3.0

10 Dec 11:56
Compare
Choose a tag to compare

Bug Fixes

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

Features