Releases: braintree/braintree-web
Releases · braintree/braintree-web
v3.99.1
- Venmo
- Fix bug where the Venmo Desktop Popup would sometimes return a tokenization error when a customer canceled within the modal.
- Package updates
- Replace
tomashanacek/gulp-envify
withladjs/gulp-envify
due to missing dependency (tomashanacek/loose-envify
).
- Replace
v3.99.0
v3.98.0
v3.97.4
v3.97.2
v3.97.1
v3.97.0
- 3D Secure
- Updated documentation for
requestVisaDAF
parameter onverifyCard
- Updated documentation for
- SEPA
- Add support for new mandate
params
,locale
andbillingAddress
- Add support for new mandate
- 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.
- Change overlay container to
- Package updates
- Updated @braintree/sanitize-url to 6.0.4
- Updated @braintree/browser-detection to 1.17.1
v3.96.1
v3.96.0
- 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.
- Remove
- 3D Secure
- Add
requestVisaDAF
option toverifyCard
- Add
customFields
param toverifyCard
- Add
- PayPal
- Add support for
v2/orders
- Add support for
v3.95.0
- 3D Secure
- Add
merchantName
option toverifyCard
- Add
- Venmo
- Fix
isBrowserSupported
for Venmo web desktop login - Add
collectCustomerBillingAddress
,collectCustomerShippingAddress
,totalAmount
,subTotalAmount
,discountAmount
,taxAmount
,shippingAmount
, andlineItems
params tocreateVenmoPaymentContext
for rendering in Venmo paysheet
- Fix