@forge/react 11.0.0-next.4 → 11.0.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +31 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,36 @@
1
1
  # @forge/react
2
2
 
3
+ ## 11.0.0
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
+ - ec7fea7: Updated CustomFieldEdit component with new disableSubmitOnEnter prop
16
+ - fa77f8d: Revert the package registry change for the package
17
+ - 1e241ea: Fix UI Kit Form onSubmit return type
18
+ - 503e60e: Add publish config
19
+ - Updated dependencies [fa77f8d]
20
+ - Updated dependencies [503e60e]
21
+ - Updated dependencies [ab05d1d]
22
+ - @forge/bridge@4.5.0
23
+ - @forge/i18n@0.0.4
24
+
25
+ ## 11.0.0-next.5
26
+
27
+ ### Patch Changes
28
+
29
+ - fa77f8d: Revert the package registry change for the package
30
+ - Updated dependencies [fa77f8d]
31
+ - @forge/bridge@4.5.0-next.2
32
+ - @forge/i18n@0.0.4-next.1
33
+
3
34
  ## 11.0.0-next.4
4
35
 
5
36
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/react",
3
- "version": "11.0.0-next.4",
3
+ "version": "11.0.0",
4
4
  "description": "Forge React reconciler",
5
5
  "author": "Atlassian",
6
6
  "license": "SEE LICENSE IN LICENSE.txt",
@@ -20,8 +20,8 @@
20
20
  "@atlaskit/adf-schema": "^46.0.0",
21
21
  "@atlaskit/adf-utils": "^19.12.0",
22
22
  "@atlaskit/forge-react-types": "^0.35.12",
23
- "@forge/bridge": "^4.5.0-next.1",
24
- "@forge/i18n": "0.0.4-next.0",
23
+ "@forge/bridge": "^4.5.0",
24
+ "@forge/i18n": "0.0.4",
25
25
  "@types/react-reconciler": "^0.28.8",
26
26
  "lodash": "^4.17.21",
27
27
  "react": "^18.2.0",