Skip to content
This repository was archived by the owner on Mar 25, 2025. It is now read-only.

v0.5.0

Choose a tag to compare

@AviVahl AviVahl released this 29 Jun 16:30
· 1176 commits to master since this release
  • 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.