@forge/bridge 5.17.0-next.6 → 5.17.0-next.6-experimental-ad10820
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 +18 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @forge/bridge
|
|
2
2
|
|
|
3
|
+
## 5.17.0-next.6-experimental-ad10820
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 3cf97c3: Extend forge/bridge modal types with custom dimensions
|
|
8
|
+
- f7f06c8: Add resizable to modal named sizes type
|
|
9
|
+
- fc55c83: Add `getFrameDispatch` method to `view` module. The method fetches the dispatch prop passed to Frame inside the frame resource.
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- dba5074: Send adf doc when ready for createAdfRendererIframeProps
|
|
14
|
+
- Updated dependencies [ccdcfc3]
|
|
15
|
+
- Updated dependencies [5beb8ad]
|
|
16
|
+
- Updated dependencies [f1f11f0]
|
|
17
|
+
- Updated dependencies [b7b1f36]
|
|
18
|
+
- Updated dependencies [9f3add6]
|
|
19
|
+
- @forge/manifest@12.8.1-next.2-experimental-ad10820
|
|
20
|
+
|
|
3
21
|
## 5.17.0-next.6
|
|
4
22
|
|
|
5
23
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forge/bridge",
|
|
3
|
-
"version": "5.17.0-next.6",
|
|
3
|
+
"version": "5.17.0-next.6-experimental-ad10820",
|
|
4
4
|
"description": "Forge bridge API for custom UI apps",
|
|
5
5
|
"author": "Atlassian",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"@forge/i18n": "0.0.7",
|
|
20
20
|
"@forge/resolver": "1.8.0",
|
|
21
21
|
"@types/history": "^4.7.11",
|
|
22
|
-
"@forge/manifest": "12.8.1-next.2",
|
|
22
|
+
"@forge/manifest": "12.8.1-next.2-experimental-ad10820",
|
|
23
23
|
"@types/iframe-resizer": "^3.5.8",
|
|
24
24
|
"iframe-resizer": "^4.4.5"
|
|
25
25
|
},
|