react-native-paper

Material Design for React Native (Android & iOS)

MIT License

Downloads
1.1M
Stars
12.2K
Committers
321

Bot releases are hidden (Show)

react-native-paper - Release 2.15.0

Published by Trancever over 5 years ago

Bug Fixes

  • fix issue with jumping label in TextInput on iOS (f23811b)
  • hide banner when visible prop is false (#934) (e899c55)
  • pass ref to child components, move API to parent TextInput (#949) (64c553e)
  • Searchbar TS types (#943) (1a4af74)

Features

react-native-paper - Release 2.14.0

Published by Trancever over 5 years ago

Bug Fixes

Features

  • add titleStyle and descriptionStyle props to List.Item (#911) (30fed6f)
  • expose new prop to add custom color in Chip component (#729) (4a28c3e)
react-native-paper - Release 2.13.0

Published by ferrannp over 5 years ago

Bug Fixes

  • add onLongPress prop to typescript types (Card) (#892) (d81de72)
  • make onDismiss optional for Dialog and Modal (#890) (908fe6b)
  • make sure to remove BackHandler listener on Modal (#912) (2ca0b60)
  • makes Snackbar handle Infinity duration properly. (#901) (0acc5e4)

Features

react-native-paper - Release 2.12.0

Published by satya164 over 5 years ago

Bug Fixes

  • fix typescript types (Avatar, ProgressBar) (#842) (75e7c52)
  • fix visiblity prop in SNackbar and Modal (f7d370f)
  • makes FAB not pressable when initialy not visible (#858) (ade8d27)
  • pass down accessible from Card props to Touchable for Appium tests (#812) (d29eb93)
  • update typescript types for button (#847) (0780e9b)

Features

  • add a contentStyle prop to Button (53e3bae)
  • add numberOfLines prop to DataTableTitle (#863) (f9a0949), closes #848
react-native-paper - Release 2.11.1

Published by Trancever over 5 years ago

Bug Fixes

react-native-paper - Release 2.11.0

Published by satya164 over 5 years ago

Bug Fixes

  • collapsed content in DataTable (#816) (8d48402)
  • disable unpressable DataTable title (#756) (3df26e4)
  • fix applying elevation to Appbar (699ee6c)
  • ignore pointer events on input outline. fixes #765 (ca9fef0)
  • only log icon load error when trying to use an icon. closes #818 (bd512f3)
  • properly center arrow in accordion. fixes #763 (cfd0898)

Features

  • add a selectionColor prop to TextInput (5258ac1)
  • add card title component (#796) (ad6f253)
react-native-paper - Release 2.10.1

Published by satya164 over 5 years ago

Bug Fixes

  • make activity indicator methods private (5ea17b8)
react-native-paper - Release 2.10.0

Published by satya164 over 5 years ago

Bug Fixes

  • fix dialog closes even if you tap inside. fixes #809 (6415ba5)
  • fix path to ToggleButtonGroup component. (#806) (cf79f65)
  • fix ToggleButton value change with ToggleButton.Group (#805) (852ed3e)

Features

react-native-paper - Release 2.9.1

Published by satya164 over 5 years ago

Bug Fixes

  • hide banner if visible=false before height is measured. fixes #803 (22514d6)
react-native-paper - Release 2.9.0

Published by satya164 over 5 years ago

Bug Fixes

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

Features

react-native-paper - Release 2.8.0

Published by satya164 over 5 years ago

Bug Fixes

  • Android P ripple effect using overflow hidden and useForeground (#788) (492230c)
  • limit search bar width (#790) (7cf9129)
react-native-paper - Release 2.7.0

Published by satya164 over 5 years ago

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)
react-native-paper - Release 2.6.3

Published by satya164 over 5 years ago

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)
react-native-paper - Release 2.6.2

Published by satya164 over 5 years ago

Bug Fixes

react-native-paper - Release 2.6.1

Published by satya164 over 5 years ago

Bug Fixes

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

Published by satya164 over 5 years ago

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)
react-native-paper - Release 2.5.0

Published by satya164 almost 6 years ago

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)
react-native-paper - Release 2.4.0

Published by satya164 almost 6 years ago

Bug Fixes

  • disable ripple effect on Android P (23cdb3c)

Features

react-native-paper - Release 2.3.0

Published by satya164 almost 6 years ago

Bug Fixes

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

Features

react-native-paper - Release 2.2.8

Published by satya164 almost 6 years ago

Bug Fixes

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