@stytch/react 19.11.1 → 19.12.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 +13 -0
- package/package.json +3 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @stytch/react
|
|
2
2
|
|
|
3
|
+
## 19.12.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 0c1a944: Update labels to use <label> element and improve accessibility
|
|
8
|
+
New `formField.phone.label` string for phone number input label and `formField.countryCode.label` for country code label
|
|
9
|
+
`formField.password.ariaLabel` string has been folded into `formField.password.label` and can be removed
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- ee4c32f: Update localization library lingui to 5.5.0
|
|
14
|
+
- b1af064: Update error message
|
|
15
|
+
|
|
3
16
|
## 19.11.1
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stytch/react",
|
|
3
|
-
"version": "19.
|
|
3
|
+
"version": "19.12.0",
|
|
4
4
|
"description": "Stytch's official React Library",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.esm.js",
|
|
@@ -38,14 +38,13 @@
|
|
|
38
38
|
"@stytch/internal-react-shared": "0.0.0",
|
|
39
39
|
"@stytch/internal-test-utils": "0.0.0",
|
|
40
40
|
"@stytch/internal-tsconfigs": "0.0.0",
|
|
41
|
+
"@stytch/jest-environment": "0.0.0",
|
|
41
42
|
"@stytch/js-utils": "0.0.1",
|
|
42
|
-
"@stytch/vanilla-js": "5.
|
|
43
|
+
"@stytch/vanilla-js": "5.36.0",
|
|
43
44
|
"@testing-library/react": "14.0.0",
|
|
44
45
|
"@types/jest": "29.5.14",
|
|
45
46
|
"eslint-config-custom": "0.0.1",
|
|
46
47
|
"jest": "29.7.0",
|
|
47
|
-
"jest-environment-jsdom": "29.7.0",
|
|
48
|
-
"jest-environment-jsdom-global": "4.0.0",
|
|
49
48
|
"react": "18.2.0",
|
|
50
49
|
"react-dom": "18.2.0",
|
|
51
50
|
"react-test-renderer": "18.0.0",
|