@workos-inc/widgets 1.15.0-next.1782752495545 → 1.15.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 +21 -30
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,71 +1,62 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## 1.15.0
|
|
3
|
+
## 1.15.0
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
7
|
-
-
|
|
8
|
-
|
|
9
|
-
Integrations whose `authMethods` includes `api_key` now render an API-key entry
|
|
10
|
-
dialog (via `useUpsertDataIntegrationApiKey`). Features:
|
|
7
|
+
- Add API-key install form for data integrations. Integrations whose `authMethods` includes `api_key` now render an API-key entry dialog (via `useUpsertDataIntegrationApiKey`). Features include:
|
|
11
8
|
- Single-method `api_key` integrations show a direct "Connect" button opening the key dialog.
|
|
12
9
|
- Dual-method (`oauth` + `api_key`) integrations show a dropdown letting the user choose.
|
|
13
|
-
- Connected API-key integrations show a "Rotate API key" option in the actions menu with
|
|
14
|
-
the current key masked as `••••{last4}`.
|
|
10
|
+
- Connected API-key integrations show a "Rotate API key" option in the actions menu with the current key masked as `••••{last4}`.
|
|
15
11
|
- 422 / validation errors are surfaced in a `Callout` without discarding the entered value.
|
|
16
12
|
- OAuth-only integrations are unchanged.
|
|
17
13
|
|
|
18
|
-
-
|
|
19
|
-
|
|
20
|
-
When an integration's `authMethods` is `['api_key']` (no OAuth), the org
|
|
21
|
-
credentials dialog now renders only the enabled toggle instead of the full
|
|
22
|
-
OAuth credentials wizard and scopes picker.
|
|
14
|
+
- Show only the enabled toggle for API-key integrations in `PipesAdmin`
|
|
15
|
+
- When an integration's `authMethods` is `['api_key']` (no OAuth), the org credentials dialog now renders only the enabled toggle instead of the full OAuth credentials wizard and scopes picker.
|
|
23
16
|
|
|
24
17
|
## 1.14.1
|
|
25
18
|
|
|
26
19
|
### Patch Changes
|
|
27
20
|
|
|
28
|
-
-
|
|
29
|
-
|
|
30
|
-
- [#285](https://github.com/workos/widgets/pull/285) [`bd27a7e`](https://github.com/workos/widgets/commit/bd27a7eb40cbd0c393865fb2a341c952967fa143) Thanks [@kairadiant](https://github.com/kairadiant)! - Fix OTP input not clearing digit on backspace after error state.
|
|
21
|
+
- Sync generated API from upstream OpenAPI spec.
|
|
22
|
+
- Fix OTP input not clearing digit on backspace after error state.
|
|
31
23
|
|
|
32
24
|
## 1.14.0
|
|
33
25
|
|
|
34
26
|
### Minor Changes
|
|
35
27
|
|
|
36
|
-
-
|
|
28
|
+
- Add a new `PipesAdmin` Widget for organization administration so developers can manage organization administration separately from user connections.
|
|
37
29
|
- **`PipesAdmin`** (new, gated on `widgets:pipes:manage`): an IT admin can configure every available provider for the organization — enable/disable connections, supply OAuth Client ID/Secret for `credentialsType: "organization"` providers (redirect URI shown, secret redacted on read), and override the allowed scopes with a searchable picker.
|
|
38
|
-
- **`Pipes`** stays focused on the user's own connections
|
|
30
|
+
- **`Pipes`** stays focused on the user's own connections—connect, disconnect, and reauthorize—with clearer `Connected`/`Not connected` status and a generic-OAuth fallback icon for custom providers.
|
|
39
31
|
|
|
40
32
|
### Patch Changes
|
|
41
33
|
|
|
42
|
-
-
|
|
43
|
-
|
|
44
|
-
- [#273](https://github.com/workos/widgets/pull/273) [`73fa981`](https://github.com/workos/widgets/commit/73fa9813ed094f3ab058eb681767ac0e66f29887) Thanks [@stanleyphu](https://github.com/stanleyphu)! - Update organization API key create button styling to match user API keys.
|
|
34
|
+
- Sync generated API from upstream OpenAPI spec.
|
|
35
|
+
- Update organization API key create button styling to match user API keys.
|
|
45
36
|
|
|
46
37
|
## 1.13.0
|
|
47
38
|
|
|
48
39
|
### Minor Changes
|
|
49
40
|
|
|
50
|
-
-
|
|
51
|
-
-
|
|
41
|
+
- Add API key expiration controls and metadata to the API keys widgets
|
|
42
|
+
- Display detailed password validation errors in change-password and set-password dialogs
|
|
52
43
|
|
|
53
44
|
### Patch Changes
|
|
54
45
|
|
|
55
|
-
-
|
|
56
|
-
-
|
|
57
|
-
-
|
|
46
|
+
- Prevent showing error state when background refetch fails due to an expired token
|
|
47
|
+
- Fix email change flow resetting after ~30 seconds and duplicate verify-email-change call
|
|
48
|
+
- Update Sentry provider icon URL
|
|
58
49
|
|
|
59
50
|
## 1.12.0
|
|
60
51
|
|
|
61
52
|
### Minor Changes
|
|
62
53
|
|
|
63
|
-
-
|
|
54
|
+
- Add user-scoped API key management support to the API Keys widget
|
|
64
55
|
|
|
65
56
|
## 1.11.0
|
|
66
57
|
|
|
67
58
|
- Add user-initiated email change flow to the `UserProfile` Widget, including a verification code step and an optional set-password step for users without a password
|
|
68
|
-
-
|
|
59
|
+
- Support server-supplied provider icons in the `Pipes` and `PipesAdmin` Widgets via new `iconSlug`, `iconUrl`, and `iconDarkUrl` fields on `DataIntegration`
|
|
69
60
|
- Sync generated API from upstream OpenAPI spec
|
|
70
61
|
|
|
71
62
|
## 1.10.2
|
|
@@ -161,12 +152,12 @@
|
|
|
161
152
|
|
|
162
153
|
## 1.2.1
|
|
163
154
|
|
|
164
|
-
- Use ESM compatible imports to fix broken build
|
|
155
|
+
- Use ESM compatible imports to fix broken build
|
|
165
156
|
|
|
166
157
|
## 1.2.0
|
|
167
158
|
|
|
168
|
-
-
|
|
169
|
-
-
|
|
159
|
+
- Add `truncateBehavior` prop to the `OrganizationSwitcher` Widget to control how long organization names get truncated when there is limited space
|
|
160
|
+
- Add `queryClient` prop to the root `WorkOsWidgets` component to allow users to provide their own Query Client
|
|
170
161
|
|
|
171
162
|
## 1.1.5
|
|
172
163
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@workos-inc/widgets",
|
|
3
|
-
"version": "1.15.0
|
|
3
|
+
"version": "1.15.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -95,8 +95,8 @@
|
|
|
95
95
|
"tsx": "^4.21.0",
|
|
96
96
|
"typescript": "^5.9.3",
|
|
97
97
|
"use-debounce": "^10.1.0",
|
|
98
|
-
"@internal/
|
|
99
|
-
"@internal/
|
|
98
|
+
"@internal/typescript-config": "0.0.0",
|
|
99
|
+
"@internal/eslint-config": "0.0.0"
|
|
100
100
|
},
|
|
101
101
|
"peerDependenciesMeta": {
|
|
102
102
|
"swr": {
|