Skip to content

Releases: callstack/react-native-paper

Release 2.16.0

03 Jun 07:13

Choose a tag to compare

Bug Fixes

  • appbar: do not pass any additional props to custom children components (#1001) (57a9e97)
  • warning in console when running tests (#1028) (d96ad79)
  • appbar: do not pass any additional props to custom children components (#972) (d95bb8b)
  • flow type (#1012) (ff9563c)
  • add contentContainerStyle type to ModalProps interface (#1052) (ff15100)
  • add inputStyle prop tying to Searchbar (#1049) (1a93762)
  • check if portal manager is not null for update and unmount and fix the modal doc example (#995) (901745b)
  • correct Chip component typings (#1044) (7085252)
  • dismiss menu on window layout change. closes #1005 (#1026) (1472877)
  • elevation being applied after mode changes on a button while it shouldn't (#1037) (4b8d591)
  • fix bug with applying backgroundColor to DrawerSection (#1063) (b1cb728)
  • fix icon type for FABGroup actions (#1057) (f4ef4bd)
  • fix RadioGroup animation (#982) (3265afc)
  • make the menu keyboard-accessible in browser (#1046) (5935fb4)
  • move paddingHorizontal out from content style (#1078) (f150847)
  • properly handle back button press in menu (#1032) (4985fee)
  • typo in menu component (d8d5ccc)
  • use "active" instead of "text" for ripple color (#1060) (1f8e53e)

Features

  • add prop textStyle to Chip (#954) (3bba030)
  • add props leftStyle and rightStyle to Card.Title so devs can style the left and right independently (#1016) (1c4408b)
  • custom icon for clear in seachbar (#965) (5e163e3)
  • missing titleStyle and descriptionStyle for List.Accordion and List.Section (#997) (e6d8ccf), closes #973
  • support loading indicator for FAB (#985) (532e508)

Release 3.0.0-alpha.1

23 May 10:40

Choose a tag to compare

Release 3.0.0-alpha.1 Pre-release
Pre-release

Bug Fixes

Features

  • aad scale property to control cross fade icon animation time (#1067) (4d47b4e)
  • add ability to change TextInput fontSize and height (#1020) (b852293)
  • add padding prop to TextInput (#1018) (8a9a6a9)
  • add props leftStyle and rightStyle to Card.Title so devs can style the left and right independently (#1016) (ffc0d5e)
  • allow to make inputs uncontrolled with defaultValue (#1068) (327749f)
  • support loading indicator for FAB (#985) (f6ac53f)

Release 3.0.0-alpha.0

15 Apr 12:12

Choose a tag to compare

Release 3.0.0-alpha.0 Pre-release
Pre-release

Bug Fixes

  • list item height and margins (9eeb8e2), closes #914
  • upgrade failing snapshot tests (61047c4)

Features

  • add scale property to control modal animation speed (#942) (8c41503)
  • allow granular font definitions in theme (d2b78c6)
  • BREAKING CHANGE replace any with proper types (#915) (3fd4877)
  • refactor of ProgressBar component (#735) (b3df217)

Release 2.15.2

09 Apr 14:09

Choose a tag to compare

Bug Fixes

Release 2.15.1

04 Apr 07:27

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

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

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

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

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

Choose a tag to compare

Bug Fixes