Releases: wixplosives/test-drive-react
Releases · wixplosives/test-drive-react
v2.0.0
v1.4.0
v1.3.0
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
v1.1.1
v0.8.1
v0.8.0
v0.7.0
v0.5.1
v0.5.0
- 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.