Skip to content

Releases: stripe/react-stripe-js

v1.9.0

16 Jun 18:38
6cc9981
Compare
Choose a tag to compare

New features

  • Add onLoadError prop (#301)

Changed

  • update to latest stripe-js version (#298)

v1.8.1

25 May 16:38
c089921
Compare
Choose a tag to compare

Fixes

  • Prevent recreation of elements instance (#297)

v1.8.0

16 May 16:44
d5d3f09
Compare
Choose a tag to compare

Fixes

  • Support React StrictMode (#292)

v1.8.0-0

13 May 00:10
d6cbb40
Compare
Choose a tag to compare
v1.8.0-0 Pre-release
Pre-release

Fixes

  • Support React StrictMode (#292)

Changed

  • Add support for prereleases (#293)

v1.7.2

18 Apr 18:59
9ca6803
Compare
Choose a tag to compare

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)

v1.7.1

06 Apr 23:29
542572e
Compare
Choose a tag to compare

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)

v1.7.0

14 Dec 22:36
b39d0d8
Compare
Choose a tag to compare

New features

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

Fixes

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

Changed

v1.6.0

05 Oct 18:01
Compare
Choose a tag to compare

New features

  • Add Link authentication and shipping address elements (#225)

Changed

  • Migrate to GitHub Actions (#221)

v1.5.0

23 Sep 19:58
Compare
Choose a tag to compare

New features

  • Support updates to options props on the Elements provider (#220)
    • This can be used to easily change the locale of Elements.
  • [types] utilize types for Payment element (#219)

Fixes

  • fix: example code is not valid type-safe code (#193)

Changed

  • update to latest stripe-js version (#218)
  • Bump path-parse from 1.0.6 to 1.0.7 (#208)
  • Replaced IRC with Discord (#204)
  • Update migrating.md (#203)
  • Bump postcss from 7.0.35 to 7.0.36 (#197)
  • Upgrade Storybook to 6.x.x (#196)
  • Bump ws from 7.4.2 to 7.4.6 (#191)

v1.4.1

18 May 18:32
691deec
Compare
Choose a tag to compare

Upgrade dependencies, minor changes

New features

Fixes

  • Fix lint warnings (#183)
  • Add placeholders for payment Element (#184)
  • add registerAppInfo (#182)
  • Bump hosted-git-info from 2.8.8 to 2.8.9 (#181)
  • Bump lodash from 4.17.20 to 4.17.21 (#180)
  • Bump url-parse from 1.4.7 to 1.5.1 (#178)
  • Bump ua-parser-js from 0.7.23 to 0.7.28 (#177)
  • Bump ssri from 6.0.1 to 6.0.2 (#175)
  • add stale config. (#169)

Changed