Skip to content

Releases: testing-library/jest-native

v3.4.1

07 Sep 15:32
3f5aa05
Compare
Choose a tag to compare

3.4.1 (2020-09-07)

Bug Fixes

v3.4.0

07 Sep 14:29
2649017
Compare
Choose a tag to compare

3.4.0 (2020-09-07)

Features

  • support RN 0.63 pressable in toBeDisabled (#33) (2649017)

v3.3.0

29 Jul 18:27
7667e16
Compare
Choose a tag to compare

3.3.0 (2020-07-29)

Features

  • support RN 0.62 accessibilityState in toBeDisabled (#30) (7667e16)

v3.2.0

26 Jul 17:07
db5ccb3
Compare
Choose a tag to compare

3.2.0 (2020-07-26)

Features

  • toHaveStyle: handle when the prop style is undefined (#29) (db5ccb3)

v3.1.0

29 Nov 16:52
Compare
Choose a tag to compare

3.1.0 (2019-11-29)

Features

  • toBeDisabled: allow .toBeDisabled() for TextInput elements (#15) (#17) (f8fbd3f)

v3.0.3

18 Nov 14:30
Compare
Choose a tag to compare

3.0.3 (2019-11-18)

Bug Fixes

v3.0.2

15 Jul 18:31
Compare
Choose a tag to compare

3.0.2 (2019-07-15)

Bug Fixes

  • merge extended matchers with the global namespace (#9) (2925c0a), closes #7

v3.0.1

30 May 18:41
Compare
Choose a tag to compare

3.0.1 (2019-05-30)

Bug Fixes

  • move back to semantic release (e32e897)

v3.0.0

30 May 18:44
Compare
Choose a tag to compare

3.0.0 (2019-05-30)

Features

  • initial release of scoped package

BREAKING CHANGES

  • You must update all imports from 'jest-native' to '@testing-library/jest-native'

🚨🚨🚨🚨

Find/replace jest-native for @testing-library/jest-native and upgrade to v3

🚨🚨🚨🚨

v2.0.1

23 May 11:52
Compare
Choose a tag to compare

2.0.1 (2019-05-23)

Bug Fixes