Cretezy / braintree-web-drop-in-react

React component for Braintree Web Drop-In (v3)
MIT License
71 stars 23 forks source link

build(deps): bump braintree-web-drop-in from 1.24.0 to 1.26.1 #275

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps braintree-web-drop-in from 1.24.0 to 1.26.1.

Changelog

Sourced from braintree-web-drop-in's changelog.

1.26.1

  • Update braintree-web to v3.73.1
  • Google Pay
    • Update Google Pay Icon to match new brand guidelines

1.26.0

  • Update braintree-web to v3.71.0
  • Update promise-polyfill to v8.2.0
  • Fix issue where payment method text may be clipped
  • Add ability to let the Braintree API decide which payment method to show first (typically, the last payment method added to the customer) instead of showing the payment method designated as the customer's default in the Braintree control panel
    braintree.dropin.create({
      // other config options
      showDefaultPaymentMethodFirst: false
    });
    
  • Apple Pay
    • Fix issue where Apple Pay view was using canMakePaymentsWithActiveCard incorrectly
  • PayPal
    • Fix issue where PayPal buttons would not render correctly when multiple Drop-in instances were loaded (closes #590)

1.25.0

  • Pass through all underlying hosted fields events
  • Update braintree-web to v3.68.0
    • Provide CLIENT_AUTHORIZATION_INVALID error when client token has expired or a tokenization key has been deactivated or deleted
    • Apple Pay
      • Support Maestro cards
    • Card
      • Fix issue where incorrect keyboard would be used for mobile devices that do not support input formatting
      • Fix issue where autocomplete cannot run multiple times
      • Add autofill handling for every hosted field
    • Venmo
      • Add allowWebviews configuration to isBrowserSupported
  • Add new locales:
    • ar_EG
    • cs_CZ
    • el_GR
    • en_IN
    • es_XC
    • fi_FI
    • fr_XC
    • he_IL
    • hu_HU
    • sk_SK
    • zh_XC
  • Provide validation to prevent cardholder name fields from being submitted as card numbers
  • Fix issue where hosted fields would not auto focus on card view selection
Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 3 years ago

Superseded by #288.