🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@forge/react

Package Overview
Dependencies
Maintainers
2
Versions
429
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@forge/react - npm Package Compare versions

Comparing version
9.2.0-next.4
to
9.2.0-next.5
+70
-0
CHANGELOG.md
# @forge/react
## 9.2.0-next.5
### Minor Changes
- 0c49f46: Removes @forge/bridge and @forge/ui peer dependencies. These packages are not required.
## 10.0.0-next.3
### Patch Changes
- Updated dependencies [c5460df]
- @forge/ui@1.11.0-next.2
## 10.0.0-next.2
### Patch Changes
- Updated dependencies [882be11]
- @forge/ui@1.10.6-next.1
## 10.0.0-next.1
### Patch Changes
- Updated dependencies [a6f5ec0]
- @forge/ui@1.10.6-next.0
## 10.0.0-next.0
### Patch Changes
- Updated dependencies [d36502b]
- @forge/bridge@3.3.0-next.0
## 9.2.0
### Minor Changes
- f922a25: creates useIssueProperty hook for UI kit 2
- useIssueProperty:
- manages a Jira issue's property (via Jira v2 API)
- requires the following scopes:
- read:jira-work
- write:jira-work
- be57ee6: Created hooks for the package:
- useProductContext: outputs the app's environment context via @forge/bridge's view.getContext()
- useConfig: requests for product environment context and extracts the app's config (if available)
- c242040: fixes & improvements to property hooks:
- useIssueProperty: fix comments, optimise concrete value update, remove update auto-retries
- useIssueProperty, useSpaceProperty, useContentProperty: handle concurrent create attempts by having failed attempt re-fetch property
- 0cbc4ee: creates useSpaceProperty and useContentProperty hooks for UI kit 2
- useSpaceProperty:
- manages a Confluence space's property (via Confluence v2 API)
- requires the following scopes:
- read:space:confluence
- write:space:confluence
- useContentProperty
- manages a Confluence page's property (via Confluence v2 API)
- requires the following scopes
- read:page:confluence
- write:page:confluence
### Patch Changes
- Updated dependencies [e7b0327]
- @forge/ui@1.10.5
## 9.2.0-next.4

@@ -4,0 +74,0 @@

+2
-5
{
"name": "@forge/react",
"version": "9.2.0-next.4",
"version": "9.2.0-next.5",
"description": "Forge React reconciler",

@@ -15,7 +15,4 @@ "author": "Atlassian",

},
"peerDependencies": {
"@forge/bridge": "3.2.0",
"@forge/ui": "1.10.5-next.0"
},
"dependencies": {
"@forge/bridge": "^3.3.0-next.0",
"@types/react-reconciler": "^0.28.8",

@@ -22,0 +19,0 @@ "react": "^18.2.0",

Sorry, the diff of this file is not supported yet