-
Notifications
You must be signed in to change notification settings - Fork 469
Comparing changes
Open a pull request
base repository: testing-library/dom-testing-library
base: v6.16.0
head repository: testing-library/dom-testing-library
compare: v7.0.2
- 10 commits
- 34 files changed
- 4 contributors
Commits on Mar 4, 2020
-
Configuration menu - View commit details
-
Copy full SHA for d344a67 - Browse repository at this point
Copy the full SHA d344a67View commit details -
docs: add MichaelDeBoey as a contributor (#462)
* docs: update README.md * docs: update .all-contributorsrc
Kent C. Dodds authoredMar 4, 2020 Configuration menu - View commit details
-
Copy full SHA for d88a1ba - Browse repository at this point
Copy the full SHA d88a1baView commit details
Commits on Mar 6, 2020
-
docs: add NMinhNguyen as a contributor (#466)
* docs: update README.md * docs: update .all-contributorsrc Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for bb4a1ed - Browse repository at this point
Copy the full SHA bb4a1edView commit details
Commits on Mar 12, 2020
-
Closes #430 BREAKING CHANGE: This drops support for Node 8. Node 10 or greater is now required.
Configuration menu - View commit details
-
Copy full SHA for c3ab843 - Browse repository at this point
Copy the full SHA c3ab843View commit details -
feat(ByLabelText): change selector to match target (not label) (#373)
Closes #372 BREAKING CHANGE: If you used the `selector` option in `ByLabelText` queries, then you will probably need to update that code to be able to find the label you're looking for.
Configuration menu - View commit details
-
Copy full SHA for eea7e4d - Browse repository at this point
Copy the full SHA eea7e4dView commit details -
feat(waitFor): replace wait with waitFor
Closes #376 Closes #416 BREAKING CHANGE: wait is now deprecated in favor of waitFor (which has basically the same API except it requires a callback and it also accepts optional mutation observer arguments). BREAKING CHANGE: `waitForElement` is deprecated in favor of `find*` queries or `wait`. BREAKING CHANGE: `waitForDomChange` is deprecated in favor of `wait` BREAKING CHANGE: default timeout for async utilities is now 1000ms rather than 4500ms. This can be configured: https://testing-library.com/docs/dom-testing-library/api-configuration
Configuration menu - View commit details
-
Copy full SHA for 2b641e1 - Browse repository at this point
Copy the full SHA 2b641e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for e3fdb8e - Browse repository at this point
Copy the full SHA e3fdb8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b711a4 - Browse repository at this point
Copy the full SHA 1b711a4View commit details -
fix(find*): waitForElement was still in use (#476)
Kent C. Dodds authoredMar 12, 2020 Configuration menu - View commit details
-
Copy full SHA for c0a4eb2 - Browse repository at this point
Copy the full SHA c0a4eb2View commit details -
fix: remove very old deprecated method
This should have been in the major version bump but wasn't. Nobody should be using this anyway so I'm just pushing this in directly. Sorry if this broke you. I'll send you a gif if you ask me to 💚
Kent C. Dodds authoredMar 12, 2020 Configuration menu - View commit details
-
Copy full SHA for 98e5bb3 - Browse repository at this point
Copy the full SHA 98e5bb3View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v6.16.0...v7.0.2