Cretezy / braintree-web-drop-in-react

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

build(deps): bump braintree-web-drop-in from 1.24.0 to 1.31.1 #315

Open dependabot-preview[bot] opened 3 years ago

dependabot-preview[bot] commented 3 years ago

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

Changelog

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

1.31.1

  • Fix issue where Apple Pay would stop working after a cancellation

1.31.0

  • Update roles on payment option buttons so that screen readers can read them as buttons
  • Update braintree-web to v3.79.1
    • Fix issue where card form could not tab forward in iOS Safari 14.5+ (tabbing backward is still broken)
    • Add support for cardAdd param in 3D Secure
    • Support Maestro cards in Google Pay

1.30.1

  • Update braintree-web to v3.78.2
    • Fix where card form could navigate with tab button in Desktop Safari
    • Fix where card form could navigate with arrow buttons in iOS Safari (#662)
  • Fix issue where Apple Pay button would not disable when session begins

1.30.0

  • Update braintree-web to v3.78.0
    • Apple Pay: Support Elo cards
    • Google Pay: Support Elo cards
    • Venmo: Add paymentMethodUsage and displayName parameter to Venmo create options
  • Update browser-detection to v1.12.0
  • Fix issue where cursor didn't change for Apple Pay on hover (#737)
  • Fix issue where Drop-in couldn't load if paymentOptionPriority is set (#739)

1.29.0

  • Update braintree-web to v3.76.4
  • Add threeDSecure.cardinalSDKConfig option to dropin.create
  • Fix issue where Drop-in would not clear out a tokenized credit card after 3D Secure authentication fails (#694)

1.28.0

  • Update braintree-web to v3.76.3
  • Update browser-detection to v1.11.1
  • Fix issue where card view would not render in a shadow DOM within a shadow DOM
  • Fix issue where Venmo would setup in Firefox for iOS with allowNewBrowserTab: false set
  • Improve keyboard navigation
  • Fix issue where scrollbar appears for saved payment methods (#724)
  • Fix bug in initialization process where loading spinner would never resolve (#716)
  • Add changeActiveView event to track when the Drop-in updates the active view presented to the customer
  • Add option to not vault PayPal accounts with paypal.vault.vaultPayPal = false or paypalCredit.vault.vaultPayPal = false

1.27.0

  • Update braintree-web to v3.74.0

... (truncated)

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)