- Replace
const
withvar
to obviate need for a transpiler #18 (christensena)
- The
clientToken
prop is now required.DropIn
will no longer fall back to using a fake client token. - Removed the ability to rely on
window.react
- you now must use CommonJS to buildbraintree-react
. - Removed all pre-built builds (the
dist
directory has been removed). - Moved from PhantomJS integration tests to Jest unit tests
- Not ideal from a coverage perspective, but the current test setup was prohibitive
- Renamed
onNonceReceived
prop toonPaymentMethodReceived
(christensena) - Added
teardown
functionality to prevent multiple callback errors (christensena)
- Moved to passing Braintree as a prop instead of bundling it (ascariandrea)