@forge/react 11.0.0-next.0 → 11.0.0-next.1-experimental-edac07a

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 CHANGED
@@ -1,5 +1,25 @@
1
1
  # @forge/react
2
2
 
3
+ ## 11.0.0-next.1-experimental-edac07a
4
+
5
+ ### Major Changes
6
+
7
+ - 4686344: Update `useConfig` hook to enhance performance in confluence macro config apps
8
+ when receiving configuration value changes.
9
+
10
+ Please note, macro config apps relying on the `useProductContext` hook or `view.getContext()`
11
+ need to transition to the `useConfig` hook in order to properly access the latest values after the configuration updates.
12
+
13
+ ### Patch Changes
14
+
15
+ - 1e241ea: Fix UI Kit Form onSubmit return type
16
+
17
+ ## 11.0.0-next.1
18
+
19
+ ### Patch Changes
20
+
21
+ - 1e241ea: Fix UI Kit Form onSubmit return type
22
+
3
23
  ## 11.0.0-next.0
4
24
 
5
25
  ### Major Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/react",
3
- "version": "11.0.0-next.0",
3
+ "version": "11.0.0-next.1-experimental-edac07a",
4
4
  "description": "Forge React reconciler",
5
5
  "author": "Atlassian",
6
6
  "license": "SEE LICENSE IN LICENSE.txt",
@@ -19,7 +19,7 @@
19
19
  "dependencies": {
20
20
  "@atlaskit/adf-schema": "^46.0.0",
21
21
  "@atlaskit/adf-utils": "^19.12.0",
22
- "@atlaskit/forge-react-types": "^0.35.6",
22
+ "@atlaskit/forge-react-types": "^0.35.12",
23
23
  "@forge/bridge": "^4.4.1",
24
24
  "@forge/i18n": "0.0.3",
25
25
  "@types/react-reconciler": "^0.28.8",