Sourced from testing-library/dom's releases.
v7.29.0
7.29.0 (2020-12-11)
Features
- migrate some files to typescript (https://github.com/facebook/flipper/issues/848) (accb6cc)
v7.28.1
7.28.1 (2020-11-20)
Bug Fixes
- suggestions: don't suggest byLabelText when using byLabelText (53f29f7)
v7.28.0
7.28.0 (2020-11-19)
Features
- warn when the test environment fake timers change unexpectedly (https://github.com/facebook/flipper/issues/832) (e3fc7f3), closes https://github.com/facebook/flipper/issues/830
v7.27.1
7.27.1 (2020-11-18)
Bug Fixes
- suggestions: only warn about inaccessible elements when actually showing the suggestion (https://github.com/facebook/flipper/issues/827) (9494fdc)
v7.27.0
7.27.0 (2020-11-18)
Features
- allow TextMatch to be any non-nullable type (https://github.com/facebook/flipper/issues/829) (9b688f8)
v7.26.7
7.26.7 (2020-11-17)
Bug Fixes
- use node property instead of selector for type=text input (https://github.com/facebook/flipper/issues/823) (7e5da11)
v7.26.6
7.26.6 (2020-11-10)
... (truncated)
accb6cc feat: migrate some files to typescript (https://github.com/facebook/flipper/issues/848)f753c8a Feature: adds aria-expanded filter to *ByRole (https://github.com/facebook/flipper/issues/821)21c4db3 chore: update all dependencies8617952 chore: Add 'Cancel Previous Runs' step (https://github.com/facebook/flipper/issues/840)c6e7a83 Merge pull request https://github.com/facebook/flipper/issues/835 from testing-library/feature/fix-find-by-label-text-s...53f29f7 fix(suggestions): don't suggest byLabelText when using byLabelText010f8be docs: add nickmccurdy as a contributor (https://github.com/facebook/flipper/issues/833)e3fc7f3 feat: warn when the test environment fake timers change unexpectedly (https://github.com/facebook/flipper/issues/832)9494fdc fix(suggestions): only warn about inaccessible elements when actually showing...9b688f8 feat: allow TextMatch to be any non-nullable type (https://github.com/facebook/flipper/issues/829)