@forge/bridge 5.11.0-next.7 → 5.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 +21 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,26 @@
|
|
|
1
1
|
# @forge/bridge
|
|
2
2
|
|
|
3
|
+
## 5.11.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 5a8ee7a: Add title and icon props to forge/bridge modal
|
|
8
|
+
- f058dd8: Expose Permissions API in @forge/bridge for Custom UI apps
|
|
9
|
+
- 140f500: Add view.onClose bridge method
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 28b4837: Updating types for configurable egress and remotes to match final state of API
|
|
14
|
+
- Updated dependencies [6b7a4ef]
|
|
15
|
+
- Updated dependencies [dfa2aa6]
|
|
16
|
+
- Updated dependencies [ea28254]
|
|
17
|
+
- Updated dependencies [e21f32f]
|
|
18
|
+
- Updated dependencies [545ecc1]
|
|
19
|
+
- Updated dependencies [eadb4a6]
|
|
20
|
+
- Updated dependencies [8db2311]
|
|
21
|
+
- Updated dependencies [9418d29]
|
|
22
|
+
- @forge/manifest@12.0.0
|
|
23
|
+
|
|
3
24
|
## 5.11.0-next.7
|
|
4
25
|
|
|
5
26
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forge/bridge",
|
|
3
|
-
"version": "5.11.0
|
|
3
|
+
"version": "5.11.0",
|
|
4
4
|
"description": "Forge bridge API for custom UI apps",
|
|
5
5
|
"author": "Atlassian",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"@forge/resolver": "1.7.1",
|
|
21
21
|
"@statsig/js-client": "3.18.2",
|
|
22
22
|
"@types/history": "^4.7.11",
|
|
23
|
-
"@forge/manifest": "12.0.0
|
|
23
|
+
"@forge/manifest": "12.0.0",
|
|
24
24
|
"@types/iframe-resizer": "^3.5.8",
|
|
25
25
|
"iframe-resizer": "^4.4.5",
|
|
26
26
|
"uuid": "^9.0.1"
|