Skip to content

Releases: callstack/react-native-paper

Release 3.5.0

22 Jan 20:45
Compare
Choose a tag to compare

3.5.0 (2020-01-22)

Features

  • add preventDefault to onTabPress in BottomNavigation (81dc4cb)
  • support animation scale in FAB, Snackbar and Banner (#1593) (5a60eb2)

Release 3.4.1

20 Jan 15:35
Compare
Choose a tag to compare

3.4.1 (2020-01-20)

Bug Fixes

  • don't disable tabbar animation when sceneAnimationEnabled is false (c919fd2)
  • fix icon names in AppbarHeader example (#1535) (95e4898)

Release 3.4.0

17 Dec 13:08
Compare
Choose a tag to compare

3.4.0 (2019-12-17)

Features

Release 3.3.0

02 Dec 09:47
Compare
Choose a tag to compare

3.3.0 (2019-12-02)

Bug Fixes

Features

  • add RadioButton.Item to enable pressing the whole row (#1468) (e5cd6fb)

Release 3.2.1

06 Nov 05:32
Compare
Choose a tag to compare

3.2.1 (2019-11-06)

Bug Fixes

Release 3.2.0

05 Nov 16:00
Compare
Choose a tag to compare

3.2.0 (2019-11-05)

Bug Fixes

  • fix label behavior when TextInput is in error state (#1429) (a069062)
  • fix initial label position when value is set on RN 0.61 (#1441) (a33d999)
  • fix initializing label state when defaultValue is given (2f25bfa)
  • make sure only one version of the library is imported (5c1cc8e), closes #1432

Features

Release 3.1.1

29 Oct 01:11
Compare
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
Compare
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
Compare
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
Compare
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