This repository has been archived by the owner on Sep 27, 2019. It is now read-only.
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
- 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)
- Add test apps for legacy context and new context so users can see how things are used (#62, #63)
- Make our code prettier and easier to contribute to! Add eslint, husky, prettier, lint staged (#64)
Fixes
- Fix
npm link
not working (#58) - Fix legacy React contract data not updating with props (#57)
- Prevent page refresh on enter pressed (#45, thanks to @maxme)
- Fix contract form
bytes32
bug (#43, thanks again @maxme!) - Fix not rendering array in
ContractData
(#46, thanks to @st3c)