@cloud-ru/uikit-product-fields-predefined 3.0.1-preview-b72b31a0.0 → 3.0.1

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
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## 3.0.1 (2026-05-25)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **UIIAAS-1993:** fix field mask setValue ([8439f4d](https://github.com/cloud-ru-tech/uikit-product/commit/8439f4d152cf76c2e2da8d9adc46a8e48b911015))
12
+
13
+
14
+
15
+
16
+
6
17
  # 3.0.0 (2026-05-14)
7
18
 
8
19
 
@@ -33,7 +33,8 @@ exports.FieldMask = (0, react_1.forwardRef)((_a, ref) => {
33
33
  if (valueProp !== undefined && valueProp !== value) {
34
34
  setValue(valueProp);
35
35
  }
36
- }, [valueProp, setValue, value]);
36
+ // eslint-disable-next-line react-hooks/exhaustive-deps
37
+ }, [valueProp]);
37
38
  return ((0, jsx_runtime_1.jsx)(uikit_product_mobile_fields_1.AdaptiveFieldText
38
39
  // @ts-expect-error maskedRef type is not compatible with ref type
39
40
  , Object.assign({
@@ -27,7 +27,8 @@ export const FieldMask = forwardRef((_a, ref) => {
27
27
  if (valueProp !== undefined && valueProp !== value) {
28
28
  setValue(valueProp);
29
29
  }
30
- }, [valueProp, setValue, value]);
30
+ // eslint-disable-next-line react-hooks/exhaustive-deps
31
+ }, [valueProp]);
31
32
  return (_jsx(AdaptiveFieldText
32
33
  // @ts-expect-error maskedRef type is not compatible with ref type
33
34
  , Object.assign({