@forge/bridge
Advanced tools
Comparing version 4.1.1 to 4.2.0-next.0
# @forge/bridge | ||
## 4.2.0-next.0 | ||
### Minor Changes | ||
- 88de75c: Frame methods on `view` is no longer supported and are being removed for the release of the Frame component into Preview. | ||
## 4.1.1 | ||
@@ -4,0 +10,0 @@ |
@@ -10,7 +10,4 @@ export declare const view: { | ||
}; | ||
frame: { | ||
onPropsUpdate: <TFrameProps extends Record<string, unknown>>(handler: (props: TFrameProps) => void) => Promise<() => Promise<void>>; | ||
}; | ||
changeWindowTitle: (title: string) => Promise<void>; | ||
}; | ||
//# sourceMappingURL=view.d.ts.map |
@@ -11,3 +11,2 @@ "use strict"; | ||
const theme_1 = require("./theme"); | ||
const frame_1 = require("./frame"); | ||
exports.view = { | ||
@@ -20,4 +19,3 @@ submit: submit_1.submit, | ||
theme: theme_1.theme, | ||
frame: frame_1.frame, | ||
changeWindowTitle: changeWindowTitle_1.changeWindowTitle | ||
}; |
{ | ||
"name": "@forge/bridge", | ||
"version": "4.1.1", | ||
"version": "4.2.0-next.0", | ||
"description": "Forge bridge API for custom UI apps", | ||
@@ -5,0 +5,0 @@ "author": "Atlassian", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
52529
96
671
2