-
-
Notifications
You must be signed in to change notification settings - Fork 2
Update react-testing-library to the latest version 🚀 #29
base: master
Are you sure you want to change the base?
Conversation
Version 3.1.7 just got published. |
Version 4.0.0 just got published.Update to this version instead 🚀 Release Notesv4.0.04.0.0 (2018-06-19)FeaturesBREAKING CHANGES
|
Version 4.0.1 just got published. |
Version 4.0.2 just got published.Update to this version instead 🚀 CommitsThe new version differs by 5 commits.
See the full diff |
Version 4.1.1 just got published. |
Version 4.1.3 just got published.Update to this version instead 🚀 CommitsThe new version differs by 5 commits.
See the full diff |
Version 4.1.4 just got published.Update to this version instead 🚀 CommitsThe new version differs by 4 commits.
See the full diff |
Version 4.1.5 just got published. |
Version 4.1.6 just got published. |
Version 4.1.7 just got published. |
Version 4.1.8 just got published. |
Version 5.0.0 just got published.Update to this version instead 🚀 Release Notesv5.0.05.0.0 (2018-08-09)Bug Fixes
BREAKING CHANGES
Before: formField.value = newValue; fireEvent.change(formField); After: fireEvent.change(formField, {target: {value: newValue}}); |
Version 5.0.1 just got published.Update to this version instead 🚀 CommitsThe new version differs by 9 commits.
See the full diff |
Update to this version instead 🚀 Release Notes for v5.1.05.1.0 (2018-09-18)Features
CommitsThe new version differs by 8 commits.
See the full diff |
Update to this version instead 🚀 CommitsThe new version differs by 8 commits.
See the full diff |
|
Update to this version instead 🚀 Release Notes for v5.2.15.2.1 (2018-10-22)Bug Fixes
CommitsThe new version differs by 11 commits.
See the full diff |
Update to this version instead 🚀 Release Notes for v5.2.25.2.2 (2018-10-25)Bug Fixes
CommitsThe new version differs by 5 commits.
See the full diff |
|
Version 3.1.4 of react-testing-library was just published.
react-testing-library
The version 3.1.4 is not covered by your current version range.
If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
It might be worth looking into these changes and trying to get this project onto the latest version of react-testing-library.
If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.
Release Notes
v3.1.43.1.4 (2018-06-08)
Bug Fixes
Commits
The new version differs by 11 commits.
1f953e4
fix(TS): add missing prettyDOM export to typings file (#109)
94bb638
docs: fix typo in TextMatch documentation (#106)
8b8eee8
docs: Add "Integration testing in React" to README (#105)
789d4c1
docs: update Feature Request issue template (#104)
1a0b4e4
docs: add article (#103)
d3bab82
docs: fix typo in textMatch example(#101) (#102)
0fde17f
docs: jest-dom for custom Jest matchers and blog post (#100)
d6907d2
docs: add workshop link
5243c70
docs: add learning material section
671fac2
docs: add React.Fragment info (#98)
46e6c41
docs(examples): clarify examples (#92)
See the full diff
FAQ and help
There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper bot 🌴