This repository was archived by the owner on Mar 27, 2021. It is now read-only.
v2.0.0
New Features
- Support for the
IbanElementandIdealBankElement.
Breaking Changes
-
stripe.createSourcenow requires the Source type be passed in.For example, if you previously called
stripe.createSource({ name: 'Jenny Rosen' }), you now must usestripe.createSource({ type: 'card', name: 'Jenny Rosen' }). -
elementRefis no longer a valid prop you can pass to an<Element />. UseonReadyinstead to get a reference to the underlying Element instance.