Skip to content

Releases: callstack/react-native-paper

Release 2.15.1

04 Apr 07:27
Compare
Choose a tag to compare

Bug Fixes

  • fix borderRadius support for the Chip component (#962) (35c56fb)
  • issue with TextInput animation on iOS (#968) (dc89eb6)

Release 2.15.0

26 Mar 10:06
Compare
Choose a tag to compare

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

Release 2.14.0

19 Mar 15:22
Compare
Choose a tag to compare

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)

Release 2.13.0

11 Mar 13:52
Compare
Choose a tag to compare

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

Release 2.12.0

27 Feb 00:10
Compare
Choose a tag to compare

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

Release 2.11.1

14 Feb 18:54
Compare
Choose a tag to compare

Bug Fixes

Release 2.11.0

06 Feb 19:33
Compare
Choose a tag to compare

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)

Release 2.10.1

04 Feb 20:57
Compare
Choose a tag to compare

Bug Fixes

  • make activity indicator methods private (5ea17b8)

Release 2.10.0

04 Feb 20:53
Compare
Choose a tag to compare

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

Release 2.9.1

02 Feb 13:47
Compare
Choose a tag to compare

Bug Fixes

  • hide banner if visible=false before height is measured. fixes #803 (22514d6)