@payrails/web-sdk 5.31.2-RC.0 → 5.32.0

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,24 @@ npm install @payrails/web-sdk
18
18
 
19
19
  ## Release Notes
20
20
 
21
- ### 5.31.1
21
+ ### 5.32.0
22
+
23
+ - FIX: Installment amounts not updating after lookup and update
24
+
25
+ - FEATURE: Merchant should be able to configure default installment count using
26
+ the SDK
22
27
 
23
- - FEATURE: Added openInNewTab option to GenericRedirectButton, allowing redirect payment pages to open in a new browser tab.
28
+ ### 5.31.2
24
29
 
25
- ### 5.31.0
30
+ - FIX: Fixed Amex CVV validation
26
31
 
27
- - FEATURE: Add custom font support inside the payrails card form iframe
32
+ - FIX: Limited CVV secure field maxLength
28
33
 
34
+ - FIX: Fixed validation bug after setError
35
+
36
+ - FIX: Fixed mount/unmount events accumulation bug
37
+
38
+ ### 5.31.1
29
39
 
40
+ - FEATURE: Added openInNewTab option to GenericRedirectButton, allowing redirect
41
+ payment pages to open in a new browser tab.