Skip to content

Releases: callstack/react-native-paper

Release 2.2.8

23 Nov 15:21
Compare
Choose a tag to compare

Bug Fixes

  • pass down testID from chip props to touchable for Detox tests. (#661) (da9f234)

Release 2.2.7

22 Nov 15:54
Compare
Choose a tag to compare

Bug Fixes

Release 2.2.6

21 Nov 10:50
Compare
Choose a tag to compare

Bug Fixes

  • do not pass on elevation as property (#664) (e1b81c2)
  • fix TouchableRipple props types for typescript (#662) (eb153f9)

Release 2.2.5

18 Nov 07:34
Compare
Choose a tag to compare

Bug Fixes

Release 2.2.4

08 Nov 16:27
Compare
Choose a tag to compare

Bug Fixes

  • connect ts declaration with @types/react-native (#627) (a87c1dd)
  • don't pass all props down to Text (a95eb10)
  • flow: merge types with the props of the component used internally (0294209)
  • flow: use exact types when possible (f295272)

Deprecations

Flow types are now exported from the main entry instead of /types. Update your code from:

import type { Theme } from 'react-native-paper/types';

to:

import { type Theme } from 'react-native-paper';

Release 2.2.3

07 Nov 11:39
Compare
Choose a tag to compare

Bug Fixes

  • add a check to ensure Jest doesn't throw error. closes #644 (38b14c1)

Release 2.2.2

06 Nov 14:41
Compare
Choose a tag to compare

Bug Fixes

  • fix textinput not animating on changing error. fixes #611 (e31a33e)

Release 2.2.1

06 Nov 11:14
Compare
Choose a tag to compare

Bug Fixes

  • get version from native modules instead of haste. closes #642 (0f52b7c)

Release 2.2.0

05 Nov 22:26
Compare
Choose a tag to compare

Bug Fixes

  • add RTL support to searchbar(#565) (aed0bfd)
  • add tests for snackbar visibility on mount (8764f60)
  • Always show error outline when including when unfocused (#595) (#598) (0697fb6)
  • change the keyboard appearance according to theme (#593) (124f52f)
  • don't update TextInput content if it's not editable (#608) (56840ee), closes #589
  • fix helper text not shown the first time it's visible (5a51af4)
  • fix Snackbar static constants type for typescript (#609) (2969b1d)
  • grow text input to fill available space. fixes #612 (b980c36)
  • hidden snackbar if initially visible (#621) (a4579bd)
  • make example typescript compatible (#623) (d3d17e7)
  • RadioButton dialog example should use status props. (#592) (ee954e8)
  • TextInput example (accept upperCase and lowerCase letters) (#619) (706c13d)
  • ts declaration of TouchableRipple (#615) (37d9111)
  • fix tab focus animation bug from react-native@~0.57 on Android (627aa90)
  • use new Switch API from RN >= 0.57. fixes #571 (4aa7add)

Features

  • allow List.Accordion to behave as a controlled component (#638) (decbedb), closes #616 #635 #618
  • provide nice error message for users that use Portal without Provider. (#622) (8c13f84)

Release 2.1.3

11 Oct 12:29
Compare
Choose a tag to compare

Bug Fixes