Skip to content

Releases: callstack/react-native-paper

Release 4.9.2

21 Jun 13:21
Compare
Choose a tag to compare

4.9.2 (2021-06-21)

Bug Fixes

Release 4.9.1

28 May 11:07
Compare
Choose a tag to compare

4.9.1 (2021-05-28)

Release 4.9.0

27 May 15:57
Compare
Choose a tag to compare

4.9.0 (2021-05-27)

Bug Fixes

  • add bg color to list accordion to limit ripple area (#2685) (30068b2)
  • correct text position in CheckboxItem, update snapshots (#2749) (c30c925)
  • example app tweaks (#2721) (c642587)
  • android: add importantForAccessibility in Modal component (#2743) (70bb52b)
  • BottomNavigation: migrate to tab role instead of button (#2611) (b5d9c6a)
  • correct Button elevation (#2735) (0e024b8)
  • interpolate shadowOpacity to correct its value for the elevation equal zero (#2736) (213d974)
  • run animation on card long press (#2701) (7bae89e)

Features

  • add a safeAreaInsets prop to bottom navigation (#2746) (0d71218)
  • add card mode outlined (#2512) (20080c4)
  • add outlineColor prop in TextInputOutlined (#2475) (70f83a9)
  • add prop right to DrawerItem (#2505) (426c025)
  • DataTable Pagination (#2455) (8f95915)
  • improve ProgressBar and ActivityIndicator accessibility (#2673) (0e0602c)
  • introduce prop for defining control position (leading/trailing) fo RadioButton.Item (#2713) (ddd6a7c)
  • introduce prop for defining control position (leading/trailing) for checkbox item (#2738) (ad88f7f)

Release 4.8.1

23 Apr 12:54
Compare
Choose a tag to compare

4.8.1 (2021-04-23)

Bug Fixes

Release 4.8.0

22 Apr 11:54
Compare
Choose a tag to compare

4.8.0 (2021-04-22)

Bug Fixes

Features

Release 4.7.2

21 Feb 22:35
Compare
Choose a tag to compare

4.7.2 (2021-02-21)

Bug Fixes

Release 4.7.1

22 Jan 12:56
Compare
Choose a tag to compare

4.7.1 (2021-01-22)

Bug Fixes

  • set default cursor for TouchableRipple to 'pointer' on web (#2515) (bc3530a)

Release 4.7.0

15 Jan 11:11
Compare
Choose a tag to compare

4.7.0 (2021-01-15)

Bug Fixes

Release 4.6.0

08 Jan 13:02
Compare
Choose a tag to compare

4.6.0 (2021-01-08)

Bug Fixes

  • do not run animation on Badge initial render (#2459) (d9790b2)
  • fix sorting arrow direction in data table (#2435) (57d6b99)
  • icon non-selectable on the web like on other platforms (77c8ecd)
  • pass accessible prop in Button to underlying Touchable component (#2448) (f60dd8d)
  • use text instead of primary color for Checkbox.Item label (#2429) (f9aee91)

Features

  • add small prop to FAB.Group component (a7db7a0)
  • add onLongPress prop to List.Accordion (#2479) (d6b30fb)
  • add style prop to Modal (#2474) (a22ed8d)
  • allow changing size of Appbar.BackIcon (b3a7918)

Release 4.5.0

14 Dec 11:49
Compare
Choose a tag to compare

4.5.0 (2020-12-14)

Bug Fixes

  • add support for textAlign: center on TextInput (#2369) (a973af0)
  • drop usage of __expo (#2420) (3c8ac3f)
  • fix next page button in datatable pagination (#2412) (7d408ab)
  • fix padding in flat text input on web (#2410) (ae83848)
  • handle paddingHorizontal in TextInput with icon and affix (4b1c150)
  • make text non selectable if inside a button (0bd2cab)
  • remove cycles (#2378) (cbaf577)
  • replace safe-area-view with iphonex-helper (#2422) (d660113)

Features