npm package diff

Package: @forge/react

Versions: 11.0.0-next.1-experimental-edac07a - 11.0.0-next.2

File: package/CHANGELOG.md

Index: package/CHANGELOG.md
===================================================================
--- package/CHANGELOG.md
+++ package/CHANGELOG.md
@@ -1,19 +1,11 @@
 # @forge/react
 
-## 11.0.0-next.1-experimental-edac07a
+## 11.0.0-next.2
 
-### Major Changes
-
-- 4686344: Update `useConfig` hook to enhance performance in confluence macro config apps
-  when receiving configuration value changes.
-
-  Please note, macro config apps relying on the `useProductContext` hook or `view.getContext()`
-  need to transition to the `useConfig` hook in order to properly access the latest values after the configuration updates.
-
 ### Patch Changes
 
-- 1e241ea: Fix UI Kit Form onSubmit return type
+- ec7fea7: Updated CustomFieldEdit component with new disableSubmitOnEnter prop
 
 ## 11.0.0-next.1
 
 ### Patch Changes