@osdk/widget.api 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 +33 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,38 @@
|
|
|
1
1
|
# @osdk/widget.api
|
|
2
2
|
|
|
3
|
+
## 3.3.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 7901ae0: Simulated release
|
|
8
|
+
- baf1e30: Introduce widget resize message for automatic heights
|
|
9
|
+
- 4d37e98: Improved support for object set parameters in widget.client-react
|
|
10
|
+
- af4f3bf: Remove the following features for RC:
|
|
11
|
+
- Property formatting
|
|
12
|
+
- Branching
|
|
13
|
+
- Constant RDPs
|
|
14
|
+
|
|
15
|
+
- Updated dependencies [322c5bc]
|
|
16
|
+
- Updated dependencies [f7ae38a]
|
|
17
|
+
- Updated dependencies [486ef7e]
|
|
18
|
+
- Updated dependencies [ea077c6]
|
|
19
|
+
- Updated dependencies [3d7dc0a]
|
|
20
|
+
- Updated dependencies [2556c64]
|
|
21
|
+
- Updated dependencies [5a9cd8f]
|
|
22
|
+
- Updated dependencies [b307201]
|
|
23
|
+
- Updated dependencies [e7bf02a]
|
|
24
|
+
- Updated dependencies [a1ffb20]
|
|
25
|
+
- Updated dependencies [b959085]
|
|
26
|
+
- Updated dependencies [af4f3bf]
|
|
27
|
+
- Updated dependencies [e62c692]
|
|
28
|
+
- @osdk/api@2.6.0
|
|
29
|
+
|
|
30
|
+
## 3.3.0-rc.16
|
|
31
|
+
|
|
32
|
+
### Patch Changes
|
|
33
|
+
|
|
34
|
+
- @osdk/api@2.6.0-rc.18
|
|
35
|
+
|
|
3
36
|
## 3.3.0-rc.15
|
|
4
37
|
|
|
5
38
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@osdk/widget.api",
|
|
3
|
-
"version": "3.3.0
|
|
3
|
+
"version": "3.3.0",
|
|
4
4
|
"description": "API contract between Foundry UIs that can embed custom widgets and the custom widgets themselves",
|
|
5
5
|
"access": "public",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -29,14 +29,14 @@
|
|
|
29
29
|
}
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@osdk/api": "2.6.0
|
|
32
|
+
"@osdk/api": "2.6.0"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"ts-expect": "^1.3.0",
|
|
36
36
|
"typescript": "~5.5.4",
|
|
37
37
|
"vitest": "^3.2.4",
|
|
38
|
-
"@osdk/monorepo.api-extractor": "~0.5.0
|
|
39
|
-
"@osdk/monorepo.tsconfig": "~0.5.0
|
|
38
|
+
"@osdk/monorepo.api-extractor": "~0.5.0",
|
|
39
|
+
"@osdk/monorepo.tsconfig": "~0.5.0"
|
|
40
40
|
},
|
|
41
41
|
"publishConfig": {
|
|
42
42
|
"access": "public"
|