react-stripe-js

React components for Stripe.js and Stripe Elements

MIT License

Downloads
5.4M
Stars
1.7K
Committers
52

Bot releases are hidden (Show)

react-stripe-js - v1.16.4

Published by awalker-stripe over 1 year ago

Fixes

  • Switch back to a ref to track element creating, updating, and destroying (#376)
react-stripe-js - v1.16.3

Published by awalker-stripe almost 2 years ago

Fixes

  • Only call element.on when the merchant passes in a callback (#372)
  • Bump json5 from 1.0.1 to 1.0.2 (#370)
react-stripe-js - v1.16.2

Published by awalker-stripe almost 2 years ago

Fixes

  • Revert "Only call element.on when the merchant passes in a callback (#360)" (#369)
react-stripe-js - v1.16.1

Published by awalker-stripe almost 2 years ago

Fixes

  • Only call element.on when the merchant passes in a callback (#360)
react-stripe-js - v1.16.0

Published by martinalong-stripe almost 2 years ago

Fixes

  • add type definitions for focus and blur callback (#356)
  • Do not run the publishing release step silently (#345)

Changed

  • Installs the latest version of @stripe/stripe-js (#357)
  • Bump minimatch from 3.0.4 to 3.1.2 (#355)
  • Bump decode-uri-component from 0.2.0 to 0.2.2 (#354)
  • Bump loader-utils from 1.4.1 to 1.4.2 (#348)
  • Remove AE beta comment (#350)
react-stripe-js - v1.15.0

Published by awalker-stripe almost 2 years ago

New features

  • Add component for payButton element (#344)

Changed

  • Bump loader-utils from 1.4.0 to 1.4.1 (#342)
react-stripe-js - v1.14.2

Published by jackieosborn-stripe almost 2 years ago

Changes

  • Update stripe-js version (#338)
react-stripe-js - v1.14.1

Published by martinalong-stripe almost 2 years ago

Fixes

  • Updated cart ready event to return event instead of element (#337)
react-stripe-js - v1.14.0

Published by martinalong-stripe almost 2 years ago

New features

  • Add useCartElement and useCartElementState hooks (#335)
react-stripe-js - v1.13.0

Published by martinalong-stripe about 2 years ago

New features

  • Added cart component (#331)
react-stripe-js - v1.12.0

Published by martinalong-stripe about 2 years ago

  • revert manual version bump
  • v1.12.0
  • Add React bindings for paymentMethodMessaging Element (#323)

New features

Fixes

Changed

react-stripe-js - v1.11.0

Published by graceg-stripe about 2 years ago

New features

  • Add AddressElement (#321)
  • Add onNetworksChange prop (#320)

Changed

  • Bump stripejs version to 1.35.0 (#312)
react-stripe-js - v1.10.0

Published by graceg-stripe about 2 years ago

New features

  • add support for onLoaderStart callback (#309)
react-stripe-js - v1.9.0

Published by jackieosborn-stripe over 2 years ago

New features

  • Add onLoadError prop (#301)

Changed

  • update to latest stripe-js version (#298)
react-stripe-js - v1.8.1

Published by bmathews-stripe over 2 years ago

Fixes

  • Prevent recreation of elements instance (#297)
react-stripe-js - v1.8.0

Published by bmathews-stripe over 2 years ago

Fixes

  • Support React StrictMode (#292)
react-stripe-js - v1.8.0-0

Published by bmathews-stripe over 2 years ago

Fixes

  • Support React StrictMode (#292)

Changed

  • Add support for prereleases (#293)
react-stripe-js - v1.7.2

Published by bmathews-stripe over 2 years ago

Fixes

  • fix: children prop typing on Elements component (#283)

Changed

  • Update docs to use discord (#284)
  • Fix typo in issue template form (#282)
  • Add new bug report issue template (#279)
react-stripe-js - v1.7.1

Published by graceg-stripe over 2 years ago

Fixes

  • [Link Authentication Element] Add type support for options (#276)
  • Friendly spellcheck in comments (#264)

Changed

  • Update README with note about React 18 compatibility (#274)
  • Bump minimist from 1.2.5 to 1.2.6 (#268)
  • Bump tar from 6.1.0 to 6.1.11 (#245)
react-stripe-js - v1.7.0

Published by rado-stripe almost 3 years ago

New features

  • [Affirm] Add support for affirmMessage (#228)

Fixes

  • Fix isEqual to work with special object. (#235)

Changed