All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and adheres to Semantic Versioning.
- Restructured and enhanced documentation
- Bumping to 1.0.0 is mostly a formality here to show that the library is considered stable and feature complete
@shopify/preact-testing/matchers
now aliases it's matchers under the same names as@shopify/react-testing
for ease of use. This means that apps which use module aliases to substitutepreact
forreact
can switch their tests to usepreact-testing
rather thanreact-testing
without having to convert calls to matchers liketoContainReactComponent
to thetoContainComponent
naming used in this library.
- Components with
null
children no longer breaktoContainText
- Mounting large trees no longer causes node to run out of memory #11
- Fixed finding text nested directly inside a fragment
- Fixed matcher types when used with a React alias jest setup
- Fixed build artifacts not being properly included in release
@shopify/preact-testing
package