Skip to content

Releases: callstack/react-native-paper

Release 3.0.0-alpha.7

17 Oct 20:48
Compare
Choose a tag to compare
Release 3.0.0-alpha.7 Pre-release
Pre-release

3.0.0-alpha.7 (2019-10-17)

Bug Fixes

  • update bottom navigation types (7865e80)

Release 3.0.0-alpha.6

17 Oct 14:53
Compare
Choose a tag to compare
Release 3.0.0-alpha.6 Pre-release
Pre-release

3.0.0-alpha.6 (2019-10-17)

Bug Fixes

Features

Release 3.0.0-alpha.5

11 Sep 14:46
Compare
Choose a tag to compare
Release 3.0.0-alpha.5 Pre-release
Pre-release

3.0.0-alpha.5 (2019-09-11)

Bug Fixes

Release 3.0.0-alpha.4

09 Sep 07:42
Compare
Choose a tag to compare
Release 3.0.0-alpha.4 Pre-release
Pre-release

3.0.0-alpha.4 (2019-09-09)

Bug Fixes

  • add elevation to wrapper style on Android (#1319) (403bfd3)
  • FAB - always display activity indicator if loading property is set to true (#11570) (575fdec)
  • fix iconButton example (03e484a)
  • fix typescript error when setting ref on textinput (#1218) (52b2756)
  • only start/stop progressBar animation if visible prop changes (#1294) (45b386a)
  • update chip close icon to material community icon (#1295) (6e7cd36)

Features

  • (title|description)numberOfLines props to ListItem and ListAccordion (#1245) (3782cf5)
  • add button labelStyle (#1321) (508fab4)
  • handle fontWeight style-prop (2bb6436)

Release 3.0.0-alpha.3

01 Aug 10:19
Compare
Choose a tag to compare
Release 3.0.0-alpha.3 Pre-release
Pre-release

3.0.0-alpha.3 (2019-08-01)

Bug Fixes

Features

Release 3.0.0-alpha.2

27 Jun 09:56
Compare
Choose a tag to compare
Release 3.0.0-alpha.2 Pre-release
Pre-release

Bug Fixes

  • add contentContainerStyle type to ModalProps interface (#1052) (cce403f)
  • add inputStyle prop tying to Searchbar (#1049) (6d5345c)
  • check if portal manager is not null for update and unmount and fix the modal doc example (#995) (87855b8)
  • correct Chip component typings (#1044) (ef00256)
  • disable interaction when fading out modal (#1116) (3349a4f)
  • dismiss menu on window layout change. closes #1005 (#1026) (17c1f81)
  • appbar: do not pass any additional props to custom children components (#972) (446ad94)
  • fix Card flow type (#1012) (b5b8ed1)
  • make the menu keyboard-accessible in browser (#1046) (ad3eb62)
  • move paddingHorizontal out from content style (#1078) (ac59126)
  • pass flattened styles to adjustPadding (#1132) (fcf3ec9)
  • properly handle back button press in menu (#1032) (72b201f)
  • typo in menu component (391fe53)
  • use "active" instead of "text" for ripple color (#1060) (8746aba)
  • warning in console when running tests (#1028) (72da47e)

Features

Release 2.16.0

03 Jun 07:13
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Bug Fixes