-
Notifications
You must be signed in to change notification settings - Fork 470
Remove undocumented queries #223
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Comments
kentcdodds
pushed a commit
that referenced
this issue
Mar 19, 2019
Closes #223 BREAKING CHANGE: This removes the deprecated queries `ByValue` and `BySelectText`. Use `ByDisplayValue` instead.
kentcdodds
pushed a commit
that referenced
this issue
Mar 19, 2019
Closes #223 BREAKING CHANGE: This removes the deprecated queries `ByValue` and `BySelectText`. Use `ByDisplayValue` instead.
kentcdodds
pushed a commit
that referenced
this issue
Mar 20, 2019
Closes #223 BREAKING CHANGE: This removes the deprecated queries `ByValue` and `BySelectText`. Use `ByDisplayValue` instead.
kentcdodds
pushed a commit
that referenced
this issue
Mar 20, 2019
Closes #223 BREAKING CHANGE: This removes the deprecated queries `ByValue` and `BySelectText`. Use `ByDisplayValue` instead.
May I know where can I find documentation for all methods listed here? https://github.com/kentcdodds/dom-testing-library/blob/master/src/queries.js |
Here you go: https://testing-library.com/docs/api-queries |
kentcdodds
pushed a commit
that referenced
this issue
Apr 17, 2019
Closes #223 BREAKING CHANGE: This removes the deprecated queries `ByValue` and `BySelectText`. Use `ByDisplayValue` instead.
kentcdodds
pushed a commit
that referenced
this issue
Apr 25, 2019
Closes #223 BREAKING CHANGE: This removes the deprecated queries `ByValue` and `BySelectText`. Use `ByDisplayValue` instead.
🎉 This issue has been resolved in version 4.0.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Like:
Those two are now handled via
ByDisplayValue
👍This will be a breaking change. And I'm working on it today hopefully.
The text was updated successfully, but these errors were encountered: