@gr4vy/secure-fields-react 2.3.0--canary.1104.46d8e0a.0 → 2.3.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/CHANGELOG.md +20 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,23 @@
|
|
|
1
|
+
# v2.3.0 (Wed Mar 18 2026)
|
|
2
|
+
|
|
3
|
+
#### 🚀 Enhancement
|
|
4
|
+
|
|
5
|
+
- 3DS on Secure Fields [#1104](https://github.com/gr4vy/secure-fields/pull/1104) ([@GiordanoArman](https://github.com/GiordanoArman) [@luca-gr4vy](https://github.com/luca-gr4vy) [@gryevns](https://github.com/gryevns))
|
|
6
|
+
- feat: expose field clear method [#1103](https://github.com/gr4vy/secure-fields/pull/1103) ([@luca-gr4vy](https://github.com/luca-gr4vy))
|
|
7
|
+
|
|
8
|
+
#### 🏠 Internal
|
|
9
|
+
|
|
10
|
+
- fix: various vulnerabilities [#1119](https://github.com/gr4vy/secure-fields/pull/1119) ([@luca-gr4vy](https://github.com/luca-gr4vy))
|
|
11
|
+
- task: upgrade to eslint v9 [#1110](https://github.com/gr4vy/secure-fields/pull/1110) ([@luca-gr4vy](https://github.com/luca-gr4vy))
|
|
12
|
+
|
|
13
|
+
#### Authors: 3
|
|
14
|
+
|
|
15
|
+
- Gary Evans ([@gryevns](https://github.com/gryevns))
|
|
16
|
+
- GiordanoArman ([@GiordanoArman](https://github.com/GiordanoArman))
|
|
17
|
+
- Luca Allievi ([@luca-gr4vy](https://github.com/luca-gr4vy))
|
|
18
|
+
|
|
19
|
+
---
|
|
20
|
+
|
|
1
21
|
# v2.2.5 (Wed Jan 14 2026)
|
|
2
22
|
|
|
3
23
|
#### 🐛 Bug Fix
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gr4vy/secure-fields-react",
|
|
3
|
-
"version": "2.3.0
|
|
3
|
+
"version": "2.3.0",
|
|
4
4
|
"description": "Gr4vy-hosted secure fields offering advanced theming, PCI compliance, event handling, and more.",
|
|
5
5
|
"main": "lib/index",
|
|
6
6
|
"types": "lib/index",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"react-dom": ">=17.0.0"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@gr4vy/secure-fields": "2.3.0
|
|
44
|
+
"@gr4vy/secure-fields": "^2.3.0"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@testing-library/react": "^12.1.5",
|
|
@@ -55,5 +55,5 @@
|
|
|
55
55
|
"access": "public",
|
|
56
56
|
"registry": "https://registry.npmjs.org"
|
|
57
57
|
},
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "77df1f6ab357ffefaebc2975dee7409167a37548"
|
|
59
59
|
}
|