skyflow-js 2.1.2 → 2.1.3
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/CHANGELOG.md +47 -3
- package/dist/sdkNodeBuild/index.js +1 -1
- package/dist/sdkNodeBuild/index.js.gz +0 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,50 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
|
|
5
|
+
## [2.1.3] - 2025-04-07
|
|
6
|
+
### Added
|
|
7
|
+
- Flexibility to display the desired card brand scheme for card brand choice.
|
|
8
|
+
|
|
9
|
+
## [2.1.2] - 2025-03-03
|
|
10
|
+
### Fixed
|
|
11
|
+
- Resize observer logic for skyflow elements.
|
|
12
|
+
|
|
13
|
+
## [2.1.1] - 2025-03-03
|
|
14
|
+
### Fixed
|
|
15
|
+
- Resize observer logic for skyflow elements.
|
|
16
|
+
|
|
17
|
+
## [2.1.0] - 2025-02-10
|
|
18
|
+
### Added
|
|
19
|
+
- Support for 3DS helper functions.
|
|
20
|
+
|
|
21
|
+
## [2.0.0] - 2025-01-20
|
|
22
|
+
### Added
|
|
23
|
+
- Support for iframe versioning.
|
|
24
|
+
|
|
25
|
+
## [1.38.2] - 2024-11-12
|
|
26
|
+
### Fixed
|
|
27
|
+
- Bug for validations.
|
|
28
|
+
|
|
29
|
+
## [1.38.1] - 2024-11-12
|
|
30
|
+
### Fixed
|
|
31
|
+
- Element validations for element value match rule.
|
|
32
|
+
|
|
33
|
+
## [1.38.0] - 2024-09-11
|
|
34
|
+
### Chnages
|
|
35
|
+
- Error messages for various scenarios.
|
|
36
|
+
|
|
37
|
+
## [1.37.1] - 2024-09-03
|
|
38
|
+
### Added
|
|
39
|
+
- React support for coralogix iframe metrics.
|
|
40
|
+
|
|
41
|
+
## [1.37.0] - 2024-09-03
|
|
42
|
+
### Added
|
|
43
|
+
- Support for coralogix iframe metrics.
|
|
44
|
+
|
|
45
|
+
## [1.36.5] - 2024-08-27
|
|
46
|
+
### Fixed
|
|
47
|
+
- Fixed safari bug.
|
|
48
|
+
|
|
5
49
|
## [1.36.4] - 2024-08-20
|
|
6
50
|
### Fixed
|
|
7
51
|
- Custom validation rule `ELEMENT_VALUE_MATCH_RULE` not working for Composable Elements.
|
|
@@ -63,15 +107,15 @@ All notable changes to this project will be documented in this file.
|
|
|
63
107
|
- ExpiryMonth Element's invalid input styles issue
|
|
64
108
|
|
|
65
109
|
## [1.33.4] - 2023-12-07
|
|
66
|
-
|
|
110
|
+
### Fixed
|
|
67
111
|
- jQuery dependency replacement changes.
|
|
68
112
|
|
|
69
113
|
## [1.33.3] - 2023-11-15
|
|
70
|
-
|
|
114
|
+
### Fixed
|
|
71
115
|
- Patch fix for reverting changes for internal jQuery dependency changes.
|
|
72
116
|
|
|
73
117
|
## [1.33.2] - 2023-11-13
|
|
74
|
-
|
|
118
|
+
### Changed
|
|
75
119
|
- Replace internal jQuery dependency with custom implementation.
|
|
76
120
|
|
|
77
121
|
## [1.33.1] - 2023-11-10
|