Skip to content
This repository has been archived by the owner on Sep 27, 2019. It is now read-only.

v1.3.0

Latest
Compare
Choose a tag to compare
@honestbonsai honestbonsai released this 07 Mar 16:36
· 45 commits to master since this release

The big thing for this release is that the React 16.3 context API is now officially supported! We've also added some other tasty features and fixed a bunch of bugs.

Features

  1. Add support for React 16.3 context! 🎉 (#63) (this is a non-breaking change, legacy context components are still the default for now, but this will change with our next major version)
  2. Add test apps for legacy context and new context so users can see how things are used (#62, #63)
  3. Make our code prettier and easier to contribute to! Add eslint, husky, prettier, lint staged (#64)

Fixes

  1. Fix npm link not working (#58)
  2. Fix legacy React contract data not updating with props (#57)
  3. Prevent page refresh on enter pressed (#45, thanks to @maxme)
  4. Fix contract form bytes32 bug (#43, thanks again @maxme!)
  5. Fix not rendering array in ContractData (#46, thanks to @st3c)

Other

  1. Add AccountData to README (#74)
  2. Add contributing docs (#73)
  3. Refactors to fix lint errors (#67)
  4. Point npm listing to github repo (#76)