Skip to content

Releases: callstack/react-native-paper

Release 3.1.1

29 Oct 01:11

Choose a tag to compare

3.1.1 (2019-10-29)

Bug Fixes

  • don't disable interactions on the scene (9b67a88)
  • tweak modal animation to match default android animations (#1428) (d53582e)

Release 3.1.0

28 Oct 22:22

Choose a tag to compare

3.1.0 (2019-10-28)

Bug Fixes

  • add additional check for browsers. fixes #1178 (44e1d8a)
  • add commonjs step to bob and configure main and module fields properly (#1415) (9b74d21)
  • align text to center in multiline TextInput (#1408) (03c9bfd)
  • allow touch events to go through in PortalHost (#1422) (eab656c)
  • mark methods as private (#1419) (43517dc)
  • start ripple from correct position in bottom navigation (72c40eb), closes #1207

Features

  • add an option to disable animation in bottom navigation (#1426) (ee81d6b)

React-Native-Paper 3.0.0

22 Oct 07:19

Choose a tag to compare

We're excited to release the new version of React Native Paper, after more than 6 months of work, thanks to 45 contributors who made 152 commits.

Upgrading

This release includes several breaking changes so please see our migration guide for tips on upgrading.

Highlights

🎣 useTheme hook: We now export an useTheme hook, thanks to @jshearer
💅 Dark Theme colors: Dark mode follows official material design guidelines, thanks to @pan-pawel
Typescript: Library is migrated to typescript, thanks to @wojteg1337
🚀 Icons: We now support custom Icon component, thanks to @jaysbytes and @Trancever
✍🏽 Text Input: Many improvements and bug fixes, thanks to @jbinda
🌍 Menu: Improved accessibility and web platform support, thanks to @satya164
⌛️ Animations: Users can control animations duration via theme.animation.scale prop, thanks to @Trancever

Release 3.0.0-alpha.8

21 Oct 12:51

Choose a tag to compare

Release 3.0.0-alpha.8 Pre-release
Pre-release

3.0.0-alpha.8 (2019-10-21)

Bug Fixes

Release 3.0.0-alpha.7

17 Oct 20:48

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

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

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

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

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

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