Skip to content

Releases: wixplosives/test-drive-react

v1.4.0

13 Sep 11:41
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.4.0

v1.3.0

28 Nov 21:22
Compare
Choose a tag to compare

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

28 May 13:17
Compare
Choose a tag to compare
  • Deps: upgrade test-drive to v1.1.3.

v1.1.1

23 Jun 13:24
Compare
Choose a tag to compare
  • Fix: driver.select()returns null when root is not yet available.

v0.8.1

21 Nov 12:31
Compare
Choose a tag to compare

Upgrade to test-drive 0.6.1 (that doesn't have @types packages in its deps now)

v0.8.0

14 Nov 21:59
Compare
Choose a tag to compare
  • 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

10 Sep 11:12
Compare
Choose a tag to compare

Release includes an addition to the .withDriver() API - returns the container element as well.

v0.5.1

30 Jul 10:41
Compare
Choose a tag to compare
  • Upgrade all dependencies

v0.5.0

29 Jun 16:30
Compare
Choose a tag to compare
  • Upgraded webpack, TypeScript, and all other dependencies to latest versions.
  • Now using [email protected], 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.