@osdk/widget.client-react 3.3.0-rc.15 → 3.3.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 +27 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,32 @@
|
|
|
1
1
|
# @osdk/widget.client-react
|
|
2
2
|
|
|
3
|
+
## 3.3.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 7901ae0: Simulated release
|
|
8
|
+
- a8802b3: Add error boundary for custom widgets
|
|
9
|
+
- baf1e30: Introduce widget resize message for automatic heights
|
|
10
|
+
- 8d7b8db: Expand ErrorBoundary to catch all errors
|
|
11
|
+
- 4d37e98: Improved support for object set parameters in widget.client-react
|
|
12
|
+
- af4f3bf: Remove the following features for RC:
|
|
13
|
+
- Property formatting
|
|
14
|
+
- Branching
|
|
15
|
+
- Constant RDPs
|
|
16
|
+
|
|
17
|
+
- Updated dependencies [7901ae0]
|
|
18
|
+
- Updated dependencies [baf1e30]
|
|
19
|
+
- Updated dependencies [af4f3bf]
|
|
20
|
+
- Updated dependencies [ad648f5]
|
|
21
|
+
- @osdk/widget.client@3.3.0
|
|
22
|
+
|
|
23
|
+
## 3.3.0-rc.16
|
|
24
|
+
|
|
25
|
+
### Patch Changes
|
|
26
|
+
|
|
27
|
+
- @osdk/client@2.6.0-rc.18
|
|
28
|
+
- @osdk/widget.client@3.3.0-rc.16
|
|
29
|
+
|
|
3
30
|
## 3.3.0-rc.15
|
|
4
31
|
|
|
5
32
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@osdk/widget.client-react",
|
|
3
|
-
"version": "3.3.0
|
|
3
|
+
"version": "3.3.0",
|
|
4
4
|
"description": "Wrapper around @osdk/widget.client",
|
|
5
5
|
"access": "public",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@types/react-dom": "^18 || ^19",
|
|
35
35
|
"react": "^18 || ^19",
|
|
36
36
|
"react-dom": "^18 || ^19",
|
|
37
|
-
"@osdk/widget.client": "~3.3.0
|
|
37
|
+
"@osdk/widget.client": "~3.3.0"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@types/react": "^18.3.24",
|
|
@@ -43,11 +43,11 @@
|
|
|
43
43
|
"react-dom": "18.3.1",
|
|
44
44
|
"ts-expect": "^1.3.0",
|
|
45
45
|
"typescript": "~5.5.4",
|
|
46
|
-
"@osdk/client": "~2.6.0
|
|
47
|
-
"@osdk/
|
|
48
|
-
"@osdk/
|
|
49
|
-
"@osdk/
|
|
50
|
-
"@osdk/
|
|
46
|
+
"@osdk/client": "~2.6.0",
|
|
47
|
+
"@osdk/widget.api": "~3.3.0",
|
|
48
|
+
"@osdk/widget.client": "~3.3.0",
|
|
49
|
+
"@osdk/monorepo.api-extractor": "~0.5.0",
|
|
50
|
+
"@osdk/monorepo.tsconfig": "~0.5.0"
|
|
51
51
|
},
|
|
52
52
|
"publishConfig": {
|
|
53
53
|
"access": "public"
|