@workos-inc/widgets 1.11.0-next.1777488667865 → 1.11.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 +9 -10
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,24 +1,23 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## 1.11.0
|
|
3
|
+
## 1.11.0
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
7
|
-
- [
|
|
7
|
+
- [`323678a`](https://github.com/workos/widgets/commit/323678a8d32e032bfb34e68cbcdd5b8bda116ef4) Thanks [@thompsongl](https://github.com/thompsongl)! - Add user-initiated email change flow to the User Profile widget, including a verification code step and an optional set-password step for users without a password.
|
|
8
8
|
|
|
9
9
|
### Patch Changes
|
|
10
10
|
|
|
11
|
-
- [
|
|
11
|
+
- [`c508b79`](https://github.com/workos/widgets/commit/c508b7965ec1958be60ad17ee75b74e3ffac5be3) Thanks [@workosbot](https://github.com/workosbot)! - Sync generated API from upstream OpenAPI spec.
|
|
12
12
|
|
|
13
|
-
- [
|
|
13
|
+
- [`823754f`](https://github.com/workos/widgets/commit/823754fed89292f872b5aab215de334f8d3f53bf) Thanks [@dandorman](https://github.com/dandorman)! - Pipes: Support server-supplied provider icons via new `iconSlug`, `iconUrl`, and `iconDarkUrl` fields on `DataIntegration`
|
|
14
14
|
|
|
15
|
-
|
|
15
|
+
## 1.10.2
|
|
16
16
|
|
|
17
|
-
-
|
|
18
|
-
|
|
19
|
-
-
|
|
20
|
-
|
|
21
|
-
- [#222](https://github.com/workos/widgets/pull/222) [`c6d4ca0`](https://github.com/workos/widgets/commit/c6d4ca0ef5a5d4d11e83baee6adc2e5b75203ef9) Thanks [@chaance](https://github.com/chaance)! - Fix semantic markup for data list elements in the User Profile Widget
|
|
17
|
+
- Use form `POST` instead of `window.open` to launch Admin Portal
|
|
18
|
+
- Standardize dialog descriptions to use size 2 text
|
|
19
|
+
- Fix idle sessions from resulting in incorrect permissions error
|
|
20
|
+
- Fix semantic markup for data list elements in the `UserProfile` Widget
|
|
22
21
|
|
|
23
22
|
## 1.10.1
|
|
24
23
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@workos-inc/widgets",
|
|
3
|
-
"version": "1.11.0
|
|
3
|
+
"version": "1.11.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/eslint-config": "0.0.0",
|
|
99
|
+
"@internal/typescript-config": "0.0.0"
|
|
100
100
|
},
|
|
101
101
|
"peerDependenciesMeta": {
|
|
102
102
|
"swr": {
|