Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
pleasantest@1.4.0
Minor Changes
#314
542f3f9
Thanks @calebeby! - Improve printing of HTML elements in error messages#265
2b92fbc
Thanks @renovate! - Update@testing-library/dom
tov8.11.1
Read their release notes for all the versions between 8.1.0 and 8.11.1 to see the full changes.
Notably, we have added the ability for TypeScript users to optionally specify an element type as a type parameter for DTL queries:
The return type is automatically determined based on the specified element type. Since Pleasantest DTL queries return
ElementHandle
s, the return type will be wrapped withPromise<ElementHandle<...>>
. For queries which return arrays of elements, the singular version of the element type is accepted as the type parameter, and the return type will automatically be wrapped withPromise<Array<ElementHandle<...>>>
.#297
97e075c
Thanks @renovate! - Update puppeteer to v13.0.0#236
67a222f
Thanks @calebeby! - Add accessibility snapshots feature:getAccessibilityTree
. This feature can be used to ensure that changes to the accessibility structure of your applications are intentional and correct.#327
dfc9620
Thanks @calebeby! - Add suggestion to error message when transformation plugin is missing for unrecognized file extensionsPatch Changes
#283
93b3922
Thanks @calebeby! - Add logo (thanks @dromo77)#290
e9808b5
Thanks @calebeby! - Fix regression in stack frames handling when callinguser.*
andscreen.*
methods.