Releases: stripe/react-stripe-js
Releases · stripe/react-stripe-js
v1.8.0
Fixes
- Support React StrictMode (#292)
v1.8.0-0
Fixes
- Support React StrictMode (#292)
Changed
- Add support for prereleases (#293)
v1.7.2
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
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
New features
- [Affirm] Add support for affirmMessage (#228)
Fixes
- Fix isEqual to work with special object. (#235)
Changed
v1.6.0
New features
- Add Link authentication and shipping address elements (#225)
Changed
- Migrate to GitHub Actions (#221)
v1.5.0
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
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
v1.4.0
New features
- Add support for
P24
and EPS
Bank account Elements (#148)
v1.3.0
New features
- Add support for
afterpayClearpayMessage
Element (#163)