Skip to content

Releases: braintree/braintree-web

v3.97.4

09 Feb 19:05
Compare
Choose a tag to compare
  • Venmo
    • Change overlay container to be on top of other page components and prevent click-through.

v3.97.2

09 Feb 19:03
Compare
Choose a tag to compare
  • JS Docs
    • PayPal
      • Add clarification to updatePayment options
    • Apple Pay
      • Updated displayName docs for performValidation to indicate that maximium length is 64 characters

v3.97.1

09 Feb 19:00
Compare
Choose a tag to compare
  • JS docs
    • Add more details about content security policy
  • Hosted Fields
    • Fix bug where keyboard navigation would sometimes not work in FireFox

v3.97.0

09 Feb 18:54
Compare
Choose a tag to compare
  • 3D Secure
    • Updated documentation for requestVisaDAF parameter on verifyCard
  • SEPA
    • Add support for new mandate params, locale and billingAddress
  • PayPal
    • Remove PayPal private url and user agreement url from PayPal configuration response as deprecated
  • Venmo
    • Change overlay container to position: fixed to cover the entire viewport.
  • Package updates
    • Updated @braintree/sanitize-url to 6.0.4
    • Updated @braintree/browser-detection to 1.17.1

v3.96.1

09 Feb 18:48
Compare
Choose a tag to compare
  • Venmo
    • Fix bug that does not receive the right enrichedCustomerDataEnabled flag

v3.96.0

07 Jul 20:37
Compare
Choose a tag to compare
  • Update framebus to v5.2.1
  • Hosted Fields
    • Remove inputmode="numerical" attribute from the postal code input so the alphanumerical keyboard is presented on iOS devices.
  • 3D Secure
    • Add requestVisaDAF option to verifyCard
    • Add customFields param to verifyCard
  • PayPal
    • Add support for v2/orders

v3.95.0

07 Jul 20:33
Compare
Choose a tag to compare
  • 3D Secure
    • Add merchantName option to verifyCard
  • Venmo
    • Fix isBrowserSupported for Venmo web desktop login
    • Add collectCustomerBillingAddress, collectCustomerShippingAddress, totalAmount, subTotalAmount, discountAmount, taxAmount, shippingAmount, and lineItems params to createVenmoPaymentContext for rendering in Venmo paysheet

v3.94.0

07 Jul 20:27
Compare
Choose a tag to compare
  • 3D Secure
    • Adds collectDeviceData opt-in flag for 3DS lookups

v3.93.0

07 Jul 20:23
Compare
Choose a tag to compare
  • Updated documentation in regards to 3D secure and CSP recommendations
  • Local Payment
    • Add support for Pay Upon Invoice local payment type: pay_upon_invoice

v3.92.2

07 Jul 20:22
Compare
Choose a tag to compare
  • Remove dependency on promise-polyfill

  • Drop dependency on @braintree/class-list

  • Drop specific behavior for Internet Explorer (IE)

    • Drop handling extra async setting of Hosted Fields iframe src
    • Remove special handling for IE9 keyup event in Hosted Fields
    • Drop dependencies on code for checking for IE useragents
    • Drop specific Frame Service IE open bug handling
  • Client/All Components

    • Drop support for requests on Internet Explorer 9 over the http protocol
  • Package updates

    • Moved cached-path-relative to devDependencies
    • Moved decode-uri-component to devDependencies
    • Moved json5 to devDependencies
    • Moved minimist to devDependencies
    • Moved terser to devDependencies