@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.
Files changed (2) hide show
  1. package/CHANGELOG.md +21 -30
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,71 +1,62 @@
1
1
  # Changelog
2
2
 
3
- ## 1.15.0-next.1782752495545
3
+ ## 1.15.0
4
4
 
5
5
  ### Minor Changes
6
6
 
7
- - [#291](https://github.com/workos/widgets/pull/291) [`6356ad9`](https://github.com/workos/widgets/commit/6356ad99d21fe1f7bc218ead24155cb1ac2c1fdb) Thanks [@dandorman](https://github.com/dandorman)! - Add API-key install form for data integrations
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
- - [#293](https://github.com/workos/widgets/pull/293) [`90e6f78`](https://github.com/workos/widgets/commit/90e6f787f1ea535aa1455eb9e86c8e9a4d8ff812) Thanks [@dandorman](https://github.com/dandorman)! - Show only the enabled toggle for API-key integrations in PipesAdmin
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
- - [#282](https://github.com/workos/widgets/pull/282) [`401070a`](https://github.com/workos/widgets/commit/401070ab62f3948c3b264db249ecda2b985afe76) Thanks [@workosbot](https://github.com/workosbot)! - Sync generated API from upstream OpenAPI spec.
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
- - [#255](https://github.com/workos/widgets/pull/255) [`86df121`](https://github.com/workos/widgets/commit/86df121fa523641c66681e4ed6544865fc35d04b) Thanks [@thompsongl](https://github.com/thompsongl)! - Pipes: split organization administration into a new `PipesAdmin` widget, separate from the user-facing `Pipes` widget, so developers can place each independently.
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 connect, disconnect, and reauthorize with clearer Connected/Not connected status and a generic-OAuth fallback icon for custom providers.
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
- - [#274](https://github.com/workos/widgets/pull/274) [`cffbf40`](https://github.com/workos/widgets/commit/cffbf407073b32f78a545cb9bd08405e40a9b198) Thanks [@workosbot](https://github.com/workosbot)! - Sync generated API from upstream OpenAPI spec.
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
- - [#260](https://github.com/workos/widgets/pull/260) - Add API key expiration controls and metadata to the API keys widgets ([@stanleyphu](https://github.com/stanleyphu))
51
- - [#254](https://github.com/workos/widgets/pull/254) - Display detailed password validation errors in change-password and set-password dialogs ([@ethinallen](https://github.com/ethinallen))
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
- - [#261](https://github.com/workos/widgets/pull/261) - Prevent showing error state when background refetch fails due to an expired token ([@chaance](https://github.com/chaance))
56
- - [#250](https://github.com/workos/widgets/pull/250) - Fix email change flow resetting after ~30 seconds and duplicate verify-email-change call ([@jameslcarpino](https://github.com/jameslcarpino))
57
- - [#258](https://github.com/workos/widgets/pull/258) - Update Sentry provider icon URL ([@dandorman](https://github.com/dandorman))
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
- - [#239](https://github.com/workos/widgets/pull/239) - Add user-scoped API key management support to the API Keys widget ([@stanleyphu](https://github.com/stanleyphu))
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
- - Pipes: Support server-supplied provider icons via new `iconSlug`, `iconUrl`, and `iconDarkUrl` fields on `DataIntegration`
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 (backport for patch release)
155
+ - Use ESM compatible imports to fix broken build
165
156
 
166
157
  ## 1.2.0
167
158
 
168
- - Added `truncateBehavior` prop to the `OrganizationSwitcher` Widget to control how long organization names get truncated when there is limited space
169
- - Added `queryClient` prop to the root `WorkOsWidgets` component to allow users to provide their own Query Client
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-next.1782752495545",
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/eslint-config": "0.0.0",
99
- "@internal/typescript-config": "0.0.0"
98
+ "@internal/typescript-config": "0.0.0",
99
+ "@internal/eslint-config": "0.0.0"
100
100
  },
101
101
  "peerDependenciesMeta": {
102
102
  "swr": {