Skip to content

Releases: braintree/braintree-web

v3.105.0

30 Jul 21:13
Compare
Choose a tag to compare
  • PayPal Checkout
    • Add client-metadata-id as a data attribute when loading the PayPal SDK
  • Google Pay
    • Add string conversion for totalPrice

v3.104.0

24 Jul 16:33
Compare
Choose a tag to compare
  • Fastlane
    • Add support for Fastlane.
  • DataCollector
    • Correlation ID now defaults to match Client Session ID if no Correlation ID is passed when creating DataCollector.

v3.103.0

11 Jul 19:52
Compare
Choose a tag to compare
  • Package updates:
    • Updates @braintree/asset-loader to v2.0.1
    • Updates @braintree/browser-detection to v2.0.1
    • Updates @braintree/extended-promise to v1.0.0
    • Updates @braintree/iframer to v2.0.0
    • Updates @braintree/sanitize-url to v7.0.4
    • Updates card-validator to v10.0.0
    • Updates credit-card-type to v10.0.1
    • Updates framebus to v6.0.0
    • Updates inject-stylesheet to v6.0.1
  • ThreeDS
    • Update base verifyCard to accept amount = 0

v3.102.0

02 May 21:41
Compare
Choose a tag to compare

PayPal

  • Support new amountBreakdown and its subfields in the updatePayment method

v3.101.3

18 Apr 19:07
Compare
Choose a tag to compare

FrameService

  • Updated to limit messages sent between popup and iframe from the window parent.

v3.101.2

11 Apr 21:51
Compare
Choose a tag to compare

Venmo

  • Fix issue introduced in previous patch that would sometimes cause the Venmo flow to crash

v3.101.1

04 Apr 21:55
Compare
Choose a tag to compare
  • Venmo
    • Fix issue where the Venmo Desktop flow would sometimes report as a mobile web transaction

v3.101.0

19 Mar 19:10
Compare
Choose a tag to compare
  • Venmo
    • Add support for isFinalAmount flag to Venmo create
  • Package updates
    • Updated @braintree/sanitize-url to 7.0.1

v3.100.0

09 Feb 19:13
Compare
Choose a tag to compare
  • 3D Secure
    • Remove call to V1 modal as 3DS v1 is unsupported
  • Local Payment
    • Add support for recurrent local payment

v3.99.2

09 Feb 19:11
Compare
Choose a tag to compare
  • Venmo
    • Fix race condition in previous bug fix.