react-native-paper

Material Design for React Native (Android & iOS)

MIT License

Downloads
1.1M
Stars
12.2K
Committers
321

Bot releases are hidden (Show)

react-native-paper - Release 4.4.0

Published by Trancever almost 4 years ago

4.4.0 (2020-11-13)

Bug Fixes

  • avoid initial animation in (Checkbox|RadioButton).Android (#2349) (4481d2e)

Features

  • Add OnLongPress prop to Button component (#2339) (2267aba)
react-native-paper - Release 3.12.0

Published by Trancever almost 4 years ago

3.12.0 (2020-11-10)

Features

  • Add OnLongPress to Button component to version 3.0 (#2340) (4013bf3)
react-native-paper - Release 4.3.1

Published by Trancever almost 4 years ago

4.3.1 (2020-11-06)

Bug Fixes

react-native-paper - Release 4.3.0

Published by Trancever almost 4 years ago

4.3.0 (2020-10-30)

Bug Fixes

Features

  • add accessibility state expanded to fab group (#2324) (72ae715)
  • add contentStyle prop to Menu.Item component (#2278) (a071901)
  • add testID to RadioButton components (#2256) (b0d8507)
  • add textStyle prop for Affix (#2313) (b5ad9a3)
  • add uppercase prop to FAB (#2296) (ba599f2)
  • change type of the icon prop in TextInput.Icon to allow custom Icons (#2255) (4b26429)
  • improve accessibility updating accessibilityRole and accessibilityState (#2263) (14d47ee)
react-native-paper - Release 4.2.0

Published by Trancever about 4 years ago

4.2.0 (2020-09-21)

Bug Fixes

  • eslint hooks warnings (#2237) (6896564)
  • fix chip ripple/highlight effect not covering whole component (#2174) (dea44e5)
  • update link to the snack example app (#2173) (8368a0c)
  • use MaterialCommunityIcon for hard coded icons in Chip component (#2171) (91283ad)
  • useref instead of state for animated value in checkbox (#2211) (0a8f1b0)

Features

  • allow passing custom React Node as source to Avatar.Image (#2168) (23258e2)
react-native-paper - Release 4.1.0

Published by Trancever about 4 years ago

4.1.0 (2020-08-31)

Bug Fixes

  • add animated prop to FAB (#2100) (fb78652)
  • allow labelStyle to override all built-in styles in Checkbox.Item (#2064) (495de9c)
  • center BottomNavigation label on web (#2074) (3db35b1)
  • Dialog background color in dark adaptive mode (#2124) (6cb7e17)
  • ensure compatible animation driver for cards in dark mode (#2068) (a7038ed)
  • fix TouchableRipple crash when pressed with keyboard on web (#2165) (c668417)
  • incorrect ripple position (#2141) (b8fbad8)
  • pass placeholderTextColor prop down to RN TextInput (#2085) (53c8e7a)

Features

react-native-paper - Release 4.0.1

Published by Trancever over 4 years ago

4.0.1 (2020-07-17)

Bug Fixes

react-native-paper - Release 3.11.0

Published by Trancever over 4 years ago

3.11.0 (2020-07-16)

Bug Fixes

  • always display RadioButtonIOS icon in "ltr" direction (#2034) (4237fd6)
  • catch empty touches in TouchableRipple on web (#2029) (704e66b)
  • fix activityindictor crash on android (#1935) (6eaaf99)
  • fix CrossFadeIcon animation when icon passed as a function (#1896) (dfdb45f)
  • fix example app on web (#2030) (db1bbf0)
  • fix memory leak in Menu hide animation (#1965) (eb67a20)
  • fix menu example (f330014)
  • fix showing unwanted rotations in header back button (#2051) (db622d5)
  • improve accessibility around Menu dismissing (#2028) (1052ed6)

Features

  • add action to check versions of library (#1947) (c1ce83e)
  • add info about figma and sketch to the readme (#1988) (6086423)
  • add prop accessibilityLabel to RadioButtonItem (#1955) (d6c0c3d)
  • add proper TS type for TextInput style prop (#1933) (6376620)
react-native-paper - Release 4.0.0

Published by Trancever over 4 years ago

react-native-paper - Release 4.0.0-alpha.2

Published by Trancever over 4 years ago

4.0.0-alpha.2 (2020-06-30)

Bug Fixes

  • catch empty touches in TouchableRipple on web (#2029) (b8d5760)
  • disable tab switching animation by default in bottom navigation (#2017) (5636e41)
  • fix example app on web (#2030) (22f801a)

Features

  • add ability to extend theme TS type with custom properties (#2002) (0f8644a)
  • add prop accessibilityLabel to RadioButtonItem (#1955) (6ea81db)
  • add proper TS type for TextInput style prop (#1933) (b367993)
  • breaking use src as an entry point for react-native (0830644)
  • enforce import type for the type imports (#2026) (f6f79d4)
  • handle theme change based on device preferences (#2016) (7d4e006)
react-native-paper - Release 4.0.0-alpha.1

Published by Trancever over 4 years ago

4.0.0-alpha.1 (2020-06-21)

Bug Fixes

Features

  • add disable prop to RadioButton.Item (#1900) (e5b2325)
  • add action to check versions of library (#1947) (691376b)
  • add color and uncheckedColor prop to RadioButton.Item (#1892) (ce7ad22)
  • add info about figma and sketch to the readme (#1988) (03572ac)
  • add renderTouchable prop to BottomNavigation (#1901) (e11a51a)
  • automatically handle reduce motion device settings (#1937) (faf6a53)
  • change acccessibilityStates to accessibilityState (#1938) (87fcb50)
  • focus TextInput on icon/affix press (#1850) (9e2e7f6)
react-native-paper - Release 3.10.1

Published by Trancever over 4 years ago

3.10.1 (2020-05-08)

Bug Fixes

react-native-paper - Release 3.10.0

Published by Trancever over 4 years ago

3.10.0 (2020-05-08)

Bug Fixes

  • add useNativeDriver: false to RadioButton.Android animation (#1878) (4572f32)
  • don't set statusbar style in Appbar.Header (#1873) (eb8c36e)
  • use colors.text for RadioButton.Item label (#1871) (3e05e2f)
  • use same color for button text and icon (#1894) (9c96de5)

Features

  • add disable prop to RadioButton.Item (#1900) (504901d)
  • add color and uncheckedColor prop to RadioButton.Item (#1892) (1d786b4)
  • add renderTouchable prop to BottomNavigation (#1901) (9f86f06)
react-native-paper - Release 4.0.0-alpha.0

Published by Trancever over 4 years ago

4.0.0-alpha.0 (2020-05-04)

Bug Fixes

Features

  • add support for affix and icon in textinput (#1651) (bc95ae1)
  • create Checkbox.Item component (2900b04)
react-native-paper - Release 3.9.0

Published by Trancever over 4 years ago

3.9.0 (2020-04-30)

Bug Fixes

Features

  • create Checkbox.Item component (a8cb107)
react-native-paper - Release 3.8.0

Published by Trancever over 4 years ago

3.8.0 (2020-04-08)

Bug Fixes

  • fix warning when animating without passing useNativeDriver (#1796) (bd4f8e1)

Features

Reverts

react-native-paper - Release 3.7.0

Published by Trancever over 4 years ago

3.7.0 (2020-04-03)

Bug Fixes

Features

react-native-paper - Release 3.6.0

Published by Trancever over 4 years ago

3.6.0 (2020-02-04)

Bug Fixes

  • use material community icon for hard coded names (#1630) (19664c4)

Features

  • add a gh action for publishing example on every PR (8c563ac)
  • add accessibilityLabel prop to DrawerItem (#1622) (fb65967)
react-native-paper - Release 3.5.1

Published by Trancever over 4 years ago

3.5.1 (2020-01-24)

Bug Fixes

react-native-paper - Release 3.5.0

Published by satya164 over 4 years ago

3.5.0 (2020-01-22)

Features

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