@forge/bridge
Advanced tools
Comparing version 3.4.0 to 3.5.0-next.0
# @forge/bridge | ||
## 3.5.0-next.0 | ||
### Minor Changes | ||
- ef55008: Add frame.onPropsUpdate to consume property changes for custom props enabled Frame components | ||
For more information, see the [Frame component documentation](https://developer.atlassian.com/platform/forge/ui-kit/components/frame). | ||
## 3.4.0 | ||
@@ -4,0 +12,0 @@ |
@@ -10,3 +10,6 @@ export declare const view: { | ||
}; | ||
frame: { | ||
onPropsUpdate: <TFrameProps extends Record<string, unknown>>(handler: (props: TFrameProps) => void) => Promise<() => Promise<void>>; | ||
}; | ||
}; | ||
//# sourceMappingURL=view.d.ts.map |
@@ -10,2 +10,3 @@ "use strict"; | ||
const theme_1 = require("./theme"); | ||
const frame_1 = require("./frame"); | ||
exports.view = { | ||
@@ -17,3 +18,4 @@ submit: submit_1.submit, | ||
getContext: getContext_1.getContext, | ||
theme: theme_1.theme | ||
theme: theme_1.theme, | ||
frame: frame_1.frame | ||
}; |
{ | ||
"name": "@forge/bridge", | ||
"version": "3.4.0", | ||
"version": "3.5.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
46435
93
610
2