Skip to content

Releases: nathanstitt/react-braintree-fields

v2.0.0

19 Feb 20:21
6c1bcfa
Compare
Choose a tag to compare
  • replace enzyme with testing-library 5e40fe0
  • update braintree-web 5866774
  • update to react 18 556719a
  • Merge pull request #60 from deimosindustries/feature/add-3ds-client 17518ea
  • Add threedsecure callback a621d63
  • Merge pull request #54 from nathanstitt/dependabot/npm_and_yarn/terser-5.14.2 ca747ee
  • Merge pull request #52 from nathanstitt/dependabot/npm_and_yarn/eventsource-1.1.1 d82dcd7
  • Merge pull request #51 from nathanstitt/dependabot/npm_and_yarn/async-2.6.4 8af149c
  • Merge pull request #49 from nathanstitt/dependabot/npm_and_yarn/minimist-1.2.6 bd7a0cb
  • Bump terser from 5.6.1 to 5.14.2 20169bb
  • Bump eventsource from 1.1.0 to 1.1.1 d665fdf
  • Bump async from 2.6.3 to 2.6.4 c61d066
  • Bump minimist from 1.2.5 to 1.2.6 b97704f

v1.8.0...v2.0.0

v1.8.0

27 Feb 01:57
362a4c5
Compare
Choose a tag to compare
  • document options a12f93c
  • Merge pull request #48 from nathanstitt/bt-options d7b19d4
  • allow specifing any Braintree options d5d0407

v1.7.0...v1.8.0

v1.7.0

27 Feb 01:22
f410b21
Compare
Choose a tag to compare
  • update package-lock 14ec235
  • Merge pull request #47 from nathanstitt/context-upgrade 8a9118a
  • upgrade context usage to React 17+ 58e121d
  • Merge pull request #44 from nathanstitt/dependabot/npm_and_yarn/tmpl-1.0.5 20aa8ef
  • Merge pull request #45 from nathanstitt/dependabot/npm_and_yarn/path-parse-1.0.7 03b8244
  • Merge pull request #46 from nathanstitt/dependabot/npm_and_yarn/dns-packet-1.3.4 77d0b3c
  • Bump dns-packet from 1.3.1 to 1.3.4 99ed890
  • Bump path-parse from 1.0.6 to 1.0.7 a5f6a43
  • Bump tmpl from 1.0.4 to 1.0.5 29c5f61
  • Merge pull request #40 from nathanstitt/dependabot/npm_and_yarn/css-what-5.1.0 dcc3512
  • Merge pull request #41 from nathanstitt/dependabot/npm_and_yarn/browserslist-4.19.3 8cc0949
  • Merge pull request #42 from nathanstitt/dependabot/npm_and_yarn/ws-6.2.2 72ffa11
  • Merge pull request #43 from nathanstitt/dependabot/npm_and_yarn/nth-check-2.0.1 218da03
  • Bump nth-check from 2.0.0 to 2.0.1 bf9eff3
  • Bump ws from 6.2.1 to 6.2.2 b7715b2
  • Bump browserslist from 4.16.4 to 4.19.3 358b4a4
  • Bump css-what from 5.0.0 to 5.1.0 3dbeeb9
  • Merge pull request #36 from nathanstitt/dependabot/npm_and_yarn/follow-redirects-1.14.8 0e3c8ad
  • Merge pull request #39 from nathanstitt/dependabot/npm_and_yarn/url-parse-1.5.10 34a675e
  • Bump url-parse from 1.5.1 to 1.5.10 b4f1787
  • Bump follow-redirects from 1.13.3 to 1.14.8 e93700a
  • Merge pull request #34 from HMStitt/patch-1 19eb96c
  • clarified instructions 0410793

v1.6.0...v1.7.0

v1.6.0

13 Apr 18:23
775ac6f
Compare
Choose a tag to compare
  • Update demo files for ghpages e8a6242
  • update lint 8dfc5f3
  • update dependencies f900fe9
  • Merge pull request #29 from mhchen/master 2d55da1
  • Merge pull request #33 from efuller/master 5d10083
  • Adjust spelling of card holder. b94f2b1
  • Update demo files. 1cbb18f
  • A bit of cleanup on the class demo component. b019ff3
  • Add in cardholderName field for functional demo 69b6cf8
  • Cleanup the functional component. 1ea6c0c
  • Update demo-class.jsx with the new cardholderName field. 31d87d7
  • Upgrade braintree-web package to version 3.76.2. This has support for 'cardHolderName' field. 47305a2
  • Update tests. e50199a
  • Adjust PropTypes to allow for cardHolderName f789128
  • Add LICENSE file reflecting MIT license from package.json 3ff87a0

v1.5.0...v1.6.0

Fix for "field div containers without ids"

03 Apr 03:42
16c6995
Compare
Choose a tag to compare
  • only initialize api after fields have rendered a4f6ffe
  • fix link 41052ae

v1.4.0...v1.5.0

v1.4.0

16 Mar 19:09
20a7e06
Compare
Choose a tag to compare
  • replace componentWillReceiveProps with componentDidUpdate 2551bb1
  • update demo ee4ea53
  • replace componentWillMount with componentDidMount a40c794
  • relax version 7bcf7e5

v1.3.1...v1.4.0

v1.3.1

16 Mar 18:09
1a035a5
Compare
Choose a tag to compare

Update Braintree library to latest, add a functional component example