Releases: coderas/babel-plugin-jsx-remove-data-test-id
Releases · coderas/babel-plugin-jsx-remove-data-test-id
Removes test ids from deep objects
Reverts #18 and subsequent related changes
Temporary measure whilst we look into all possible edge cases that could go wrong.
Deps security update
v2.1.2 2.1.2
Fix issue with null attributes
Supports stripping data-test-id (and others) from attribute properties
Thanks to @mstruensee for spotting this opportunity, and implementing it.
Updates to README
Added useful README updates to published package.
- #16 Thanks to @jenniferlynparsons
- #20 Thanks to @steven-isbell
Uses babel7 !!!
- Also requires bablel7 as a peer dependency
Thanks go out to @Andarist for the great PR 🎉
Added react-testing-library default to README
v1.2.3 1.2.3
Added automatic support for react-testing-library
- adds
data-testid
by default
Thanks go out to @krnlde
Build and Publish improvements
thanks go to @LeoK80 for this contrib.
A much needed bit of tech debt addressed.