braintree-web-drop-in
Advanced tools
Comparing version 1.9.3 to 1.9.4
CHANGELOG | ||
========= | ||
1.9.4 | ||
----- | ||
- Update braintree-web to v3.30.0 | ||
- Update promise-polyfill to v7.0.2 | ||
- Update jsdoc-template to v3.2.0 | ||
- Fix issue where 3DS modal would not appear (#352) | ||
1.9.3 | ||
@@ -5,0 +12,0 @@ ----- |
@@ -115,3 +115,3 @@ 'use strict'; | ||
var VERSION = "1.9.3"; | ||
var VERSION = "1.9.4"; | ||
@@ -118,0 +118,0 @@ /** |
@@ -36,11 +36,6 @@ 'use strict'; | ||
addFrame: function (err, iframe) { | ||
var count = 0; | ||
var modalBody = self._modal.querySelector('.braintree-three-d-secure__modal-body'); | ||
iframe.onload = function () { | ||
count++; | ||
if (count === 2) { | ||
classlist.add(modalBody, 'braintree-three-d-secure__frame-active'); | ||
} | ||
classlist.add(modalBody, 'braintree-three-d-secure__frame-active'); | ||
}; | ||
@@ -47,0 +42,0 @@ |
{ | ||
"name": "braintree-web-drop-in", | ||
"version": "1.9.3", | ||
"version": "1.9.4", | ||
"main": "index.js", | ||
@@ -47,3 +47,3 @@ "scripts": { | ||
"jsdoc": "3.4.0", | ||
"jsdoc-template": "braintree/jsdoc-template#3.1.1", | ||
"jsdoc-template": "braintree/jsdoc-template#3.2.0", | ||
"karma": "0.13.22", | ||
@@ -65,5 +65,5 @@ "karma-browserify": "5.0.5", | ||
"dependencies": { | ||
"braintree-web": "3.28.0", | ||
"braintree-web": "3.30.0", | ||
"@braintree/browser-detection": "1.7.0", | ||
"promise-polyfill": "7.0.0", | ||
"promise-polyfill": "7.0.2", | ||
"@braintree/wrap-promise": "1.1.1" | ||
@@ -70,0 +70,0 @@ }, |
Sorry, the diff of this file is too big to display
292169
5385
+ Added@braintree/sanitize-url@2.1.0(transitive)
+ Addedbraintree-web@3.30.0(transitive)
+ Addedcredit-card-type@6.1.1(transitive)
+ Addedpromise-polyfill@7.0.2(transitive)
- Removed@braintree/sanitize-url@2.0.2(transitive)
- Removedbraintree-web@3.28.0(transitive)
- Removedcredit-card-type@6.1.0(transitive)
- Removedpromise-polyfill@7.0.0(transitive)
Updatedbraintree-web@3.30.0
Updatedpromise-polyfill@7.0.2