@forge/react 11.0.0-next.1 → 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 +14 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
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
|
+
|
|
3
17
|
## 11.0.0-next.1
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|