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

Releases: stripe-archive/react-stripe-elements

v1.0.0

18 Sep 22:22
Compare
Choose a tag to compare
  • Update dependencies
  • Improve test coverage
  • Allow React 16 as peer dependency

v0.1.0

13 Sep 17:54
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

You can now pass the withRef option to injectStripe to make the wrapped component instance available via getWrappedInstance()

v0.0.8

21 Aug 17:22
Compare
Choose a tag to compare
v0.0.8 Pre-release
Pre-release

Render *Element components with div instead of span (#61)

Add `className` to `*Element` components

03 Aug 21:44
Compare
Choose a tag to compare

You can now pass className to <*Element> (e.g. <CardElement className="foo"> and it will be passed down to the element container DOM element.

v0.0.6

26 Jul 00:54
Compare
Choose a tag to compare
v0.0.6 Pre-release
Pre-release
  • Bugfix for collapsed Elements: #45 #48

Same as v0.0.3 but fixed corrupted npm upload.

20 Jul 21:57
Compare
Choose a tag to compare
v0.0.5

v0.0.5

v0.0.3

20 Jul 18:47
Compare
Choose a tag to compare
v0.0.3 Pre-release
Pre-release
  • Bug fixes for: #29, #40
  • Additional documentation

v0.0.2

04 May 17:27
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release

Initial release! Support for:

  • StripeProvider
  • Elements
  • injectStripe
  • Individual elements:
    • CardElement
    • CardNumberElement
    • CardExpiryElement
    • CardCVCElement
    • PostalCodeElement