Skip to content

Releases: stripe/stripe-js

v1.27.0

06 Apr 23:19
728c43b
Compare
Choose a tag to compare

New types

  • Add stripe-js types for loader option (#303)

Fixes

  • Update collectBankAccount typing (#306)

v1.26.0

28 Mar 15:52
6da74e4
Compare
Choose a tag to compare

New types

  • Add types for the US Bank Account PaymentMethod (#297)

Changed

  • Bump follow-redirects from 1.12.1 to 1.14.9 in /examples/webpack (#296)

v1.25.0

17 Mar 19:54
a0075f0
Compare
Choose a tag to compare

Changed

  • Update shipping address element options and change event (#286)

v1.24.0

01 Mar 18:59
b722bf7
Compare
Choose a tag to compare

New types

  • Add types for stripe.confirmSofort* options (#290)
  • Add confirmKonbiniPayment (#293)

Fixes

  • Bump node-fetch from 2.6.5 to 2.6.7 (#287)
  • Bump url-parse from 1.5.3 to 1.5.7 in /examples/webpack (#291)
  • Bump url-parse from 1.5.7 to 1.5.10 in /examples/webpack (#292)

v1.23.0

15 Feb 11:46
ce4a2ae
Compare
Choose a tag to compare

Type changes

  • Add new textAlign parameter type for affirmMessagingElement (#280)
  • Add missing appearance config types (#277)
  • Add value.email to LAE change event payload type (#272)

v1.22.0

10 Dec 18:00
a725737
Compare
Choose a tag to compare

New types

  • Add readOnly type to PaymentElementOptions (#269)
  • Add types for LAE defaultValues (#270)

v1.21.2

02 Dec 16:21
Compare
Choose a tag to compare

Fixes

  • Add 'flat' to appearance.theme union type (#267)
  • Add 'ko' and 'vi' locales (#264)

v1.21.1

03 Nov 12:40
dafcd12
Compare
Choose a tag to compare

Fixes

  • Fix missing Checkout types (#260)

v1.21.0

02 Nov 20:16
ba8fe08
Compare
Choose a tag to compare

New types

  • Add wallets option to TS types. (#256)

Fixes

  • Standardize on lowercase filenames (#258)

Internal cleanup

  • Use module style for type definitions (#255)
  • Improve type testing for older versions of TypeScript (#254)

v1.20.3

18 Oct 18:31
a03f141
Compare
Choose a tag to compare

Changed

  • Update Payment Element types (#251)
  • Remove silent flag from publish script