@payrails/web-sdk 5.31.0 → 5.31.1
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 +4 -3
- package/index.js +4 -4
- package/package.json +1 -1
- package/payrails.d.ts +2 -0
- package/payrails.js +4 -4
package/README.md
CHANGED
|
@@ -18,11 +18,12 @@ npm install @payrails/web-sdk
|
|
|
18
18
|
|
|
19
19
|
## Release Notes
|
|
20
20
|
|
|
21
|
+
### 5.31.1
|
|
22
|
+
|
|
23
|
+
- FEATURE: Added openInNewTab option to GenericRedirectButton, allowing redirect payment pages to open in a new browser tab.
|
|
24
|
+
|
|
21
25
|
### 5.31.0
|
|
22
26
|
|
|
23
27
|
- FEATURE: Add custom font support inside the payrails card form iframe
|
|
24
28
|
|
|
25
|
-
### 5.30.0
|
|
26
|
-
|
|
27
|
-
- FEATURE: Add support for iDeal as a generic redirect payment method.
|
|
28
29
|
|