@stytch/react 19.15.2 → 19.17.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 +17 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# @stytch/react
|
|
2
2
|
|
|
3
|
+
## 19.17.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 2da1e4d: Add keepSessionAlive boolean flag to StytchClientOptions. When set, the client will automatically refresh the session as long as the client is active
|
|
8
|
+
- e4445f3: Add TypeScript typings for strings prop / param. The types is available as Strings and is opt in. We recommend using them like `const strings: Strings = { 'button.usePassword': 'Log in with password' }`. `Strings` is a partial since we recommend you only include strings that you need, but if you need every string mapped (such as in a full localization), you can use `Required<Strings>`.
|
|
9
|
+
|
|
10
|
+
### Patch Changes
|
|
11
|
+
|
|
12
|
+
- 17e589c: B2B: Add support for 'ALL_ALLOWED' organization email_jit_provisioning setting
|
|
13
|
+
|
|
14
|
+
## 19.16.0
|
|
15
|
+
|
|
16
|
+
### Minor Changes
|
|
17
|
+
|
|
18
|
+
- 51779f2: Add support for the OAuth Attach flow
|
|
19
|
+
|
|
3
20
|
## 19.15.2
|
|
4
21
|
|
|
5
22
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stytch/react",
|
|
3
|
-
"version": "19.
|
|
3
|
+
"version": "19.17.0",
|
|
4
4
|
"description": "Stytch's official React Library",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.esm.js",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"@stytch/internal-tsconfigs": "0.0.0",
|
|
42
42
|
"@stytch/jest-environment": "0.0.0",
|
|
43
43
|
"@stytch/js-utils": "0.0.1",
|
|
44
|
-
"@stytch/vanilla-js": "5.
|
|
44
|
+
"@stytch/vanilla-js": "5.43.0",
|
|
45
45
|
"@testing-library/react": "14.0.0",
|
|
46
46
|
"@types/jest": "29.5.14",
|
|
47
47
|
"@types/react": "18.3.26",
|