@forge/react 11.0.0-next.5 → 11.0.1-next.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,33 @@
1
1
  # @forge/react
2
2
 
3
+ ## 11.0.1-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - c8e9fa0: Updated CustomFieldEdit component with new disableSubmitOnBlur prop
8
+
9
+ ## 11.0.0
10
+
11
+ ### Major Changes
12
+
13
+ - 4686344: Update `useConfig` hook to enhance performance in confluence macro config apps
14
+ when receiving configuration value changes.
15
+
16
+ Please note, macro config apps relying on the `useProductContext` hook or `view.getContext()`
17
+ need to transition to the `useConfig` hook in order to properly access the latest values after the configuration updates.
18
+
19
+ ### Patch Changes
20
+
21
+ - ec7fea7: Updated CustomFieldEdit component with new disableSubmitOnEnter prop
22
+ - fa77f8d: Revert the package registry change for the package
23
+ - 1e241ea: Fix UI Kit Form onSubmit return type
24
+ - 503e60e: Add publish config
25
+ - Updated dependencies [fa77f8d]
26
+ - Updated dependencies [503e60e]
27
+ - Updated dependencies [ab05d1d]
28
+ - @forge/bridge@4.5.0
29
+ - @forge/i18n@0.0.4
30
+
3
31
  ## 11.0.0-next.5
4
32
 
5
33
  ### Patch Changes
@@ -4,6 +4,7 @@ interface CustomFieldEditProps {
4
4
  children: React.ReactNode;
5
5
  hideActionButtons?: boolean;
6
6
  disableSubmitOnEnter?: boolean;
7
+ disableSubmitOnBlur?: boolean;
7
8
  onSubmit: () => void;
8
9
  }
9
10
  export declare const CustomFieldEdit: (props: CustomFieldEditProps) => ForgeElement;
@@ -1 +1 @@
1
- {"version":3,"file":"custom-field-edit.d.ts","sourceRoot":"","sources":["../../../src/components/jira/custom-field-edit.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAE3C,UAAU,oBAAoB;IAC5B,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,QAAQ,EAAE,MAAM,IAAI,CAAC;CACtB;AAED,eAAO,MAAM,eAAe,UAA2C,oBAAoB,KAAK,YAAY,CAAC"}
1
+ {"version":3,"file":"custom-field-edit.d.ts","sourceRoot":"","sources":["../../../src/components/jira/custom-field-edit.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAE3C,UAAU,oBAAoB;IAC5B,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,QAAQ,EAAE,MAAM,IAAI,CAAC;CACtB;AAED,eAAO,MAAM,eAAe,UAA2C,oBAAoB,KAAK,YAAY,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/react",
3
- "version": "11.0.0-next.5",
3
+ "version": "11.0.1-next.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.2",
24
- "@forge/i18n": "0.0.4-next.1",
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",