@payrails/web-sdk 5.31.1 → 5.31.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -18,12 +18,17 @@ npm install @payrails/web-sdk
18
18
 
19
19
  ## Release Notes
20
20
 
21
- ### 5.31.1
21
+ ### 5.31.2
22
+
23
+ - FIX: Fixed Amex CVV validation
22
24
 
23
- - FEATURE: Added openInNewTab option to GenericRedirectButton, allowing redirect payment pages to open in a new browser tab.
25
+ - FIX: Limited CVV secure field maxLength
24
26
 
25
- ### 5.31.0
27
+ - FIX: Fixed validation bug after setError
26
28
 
27
- - FEATURE: Add custom font support inside the payrails card form iframe
29
+ - FIX: Fixed mount/unmount events accumulation bug
28
30
 
31
+ ### 5.31.1
29
32
 
33
+ - FEATURE: Added openInNewTab option to GenericRedirectButton, allowing redirect
34
+ payment pages to open in a new browser tab.