Releases: testing-library/jest-native
Releases · testing-library/jest-native
v3.4.1
3.4.1 (2020-09-07)
Bug Fixes
v3.4.0
3.4.0 (2020-09-07)
Features
- support RN 0.63 pressable in toBeDisabled (#33) (2649017)
v3.3.0
3.3.0 (2020-07-29)
Features
- support RN 0.62 accessibilityState in toBeDisabled (#30) (7667e16)
v3.2.0
3.2.0 (2020-07-26)
Features
- toHaveStyle: handle when the prop style is undefined (#29) (db5ccb3)
v3.1.0
3.1.0 (2019-11-29)
Features
- toBeDisabled: allow
.toBeDisabled()
for TextInput elements (#15) (#17) (f8fbd3f)
v3.0.3
3.0.3 (2019-11-18)
Bug Fixes
v3.0.2
3.0.2 (2019-07-15)
Bug Fixes
- merge extended matchers with the global namespace (#9) (2925c0a), closes #7
v3.0.1
3.0.1 (2019-05-30)
Bug Fixes
- move back to semantic release (e32e897)
v3.0.0
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
2.0.1 (2019-05-23)
Bug Fixes