Skip to content

Tags: lit-technology/native-testing-library

Tags

v5.0.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(revert): upgrade to latest react-navigation v4 (testing-library#94)

This reverts commit 065e5f8.

v5.0.2

fix: update matches to account for empty strings (testing-library#87)

Closes testing-library#86

v5.0.1

docs: add aiham as a contributor (testing-library#81)

* docs: update README.md

* docs: update .all-contributorsrc

v5.0.0

fix: change filter prop to selector for queries (testing-library#76)

* feat: formatting options for render() to remove options from debug output

* update name -- propsToRemove to just removeProps

* omitProps: remove prettyPrint plugin in favour of removing props in toJSON() call

* update options in render() to destructure debug config

* update filter fn to be named selector to match testing library API

BREAKING CHANGE: The filter option has been renamed to selector to maintain compatibility with the rest of the Testing Library API.

v4.2.0

feat: formatting options for render() to remove options from debug() (t…

…esting-library#70)

* feat: formatting options for render() to remove options from debug output

* update name -- propsToRemove to just removeProps

* omitProps: remove prettyPrint plugin in favour of removing props in toJSON() call

* update options in render() to destructure debug config

v4.1.0

feat(wait): bump version of wait-for-expect library

v4.0.14

fix(types): update type of act to support async act (testing-library#65)

v4.0.13

fix: improve types for queries.d.ts (testing-library#51)

Closes testing-library#45

v4.0.12

fix(types): add boolean as acceptable type for Matcher (testing-libra…

…ry#59)

v4.0.11

fix(queries): fix boolean values for getBy* queries

56