Releases: wixplosives/test-drive-react
Releases · wixplosives/test-drive-react
v2.0.0
Compare
Sorry, something went wrong.
No results found
What's Changed
Full Changelog : v1.4.0...v2.0.0
v1.4.0
Compare
Sorry, something went wrong.
No results found
What's Changed
chore(deps): test-drive@1.6.0
Full Changelog : v1.3.0...v1.4.0
v1.3.0
Compare
Sorry, something went wrong.
No results found
What's Changed
chore(deps) : upgrade to latest stable
infra : drop Node 12. package supports Node 14 or higher now
Full Changelog : v1.1.2...v1.3.0
v1.1.2
Compare
Sorry, something went wrong.
No results found
Deps : upgrade test-drive to v1.1.3.
v1.1.1
Compare
Sorry, something went wrong.
No results found
Fix : driver.select()returns null when root is not yet available.
v0.8.1
Compare
Sorry, something went wrong.
No results found
Upgrade to test-drive 0.6.1 (that doesn't have @types packages in its deps now)
v0.8.0
Compare
Sorry, something went wrong.
No results found
TypeScript 2.6 compatibility
Exposes test-drive 0.6.0.
Upgraded all dependencies.
Cleaned project configurations.
Cross-browser testing via our CI, in addition to Travis CI testing latest Chrome/Firefox on Node 8/9..
v0.7.0
Compare
Sorry, something went wrong.
No results found
Release includes an addition to the .withDriver() API - returns the container element as well.
v0.5.1
Compare
Sorry, something went wrong.
No results found
v0.5.0
Compare
Sorry, something went wrong.
No results found
Upgraded webpack, TypeScript, and all other dependencies to latest versions.
Now using test-drive@0.5.1, which includes chai@4.
Connected project to Travis-CI, with preparations for SauceLabs integration.
Moved react and react-dom to peerDeps.
Project no longer leaks (specific) @types/react or @types/react-dom to dependencies.
Reworked project dev mode to work from sources.
Removed .npmignore and used the files attribute in package.json to only include necessary files in publishing target.