@snack-uikit/fields 0.26.1-preview-94780dcd.0 → 0.27.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 +18 -0
  2. package/package.json +15 -15
package/CHANGELOG.md CHANGED
@@ -3,6 +3,24 @@
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
+ # 0.27.0 (2024-09-23)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **DPS-12873:** selectedOptionFormatter with predefined value ([7a8d335](https://github.com/cloud-ru-tech/snack-uikit/commit/7a8d33574a6205a56aa742aaa052d07d30f99eb0))
12
+ * **PDS-480:** remove direct usage of browser api elements ([1231ff7](https://github.com/cloud-ru-tech/snack-uikit/commit/1231ff7ab7a1b210b579a7b694633ef23bffcf44))
13
+ * **PDS-480:** replace useLayoutEffect -> useIsomorphicLayoutEffect for ssr ([21aa9ad](https://github.com/cloud-ru-tech/snack-uikit/commit/21aa9ad9f113e465766339d396924357ccb1d432))
14
+
15
+
16
+ ### Features
17
+
18
+ * **PDS-000:** add resetSearchOnOptionSelection property ([1fe3640](https://github.com/cloud-ru-tech/snack-uikit/commit/1fe3640b23a3da35c6b949c2bdc0796073b51425))
19
+
20
+
21
+
22
+
23
+
6
24
  # 0.26.0 (2024-09-17)
7
25
 
8
26
 
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "access": "public"
5
5
  },
6
6
  "title": "Fields",
7
- "version": "0.26.1-preview-94780dcd.0",
7
+ "version": "0.27.0",
8
8
  "sideEffects": [
9
9
  "*.css",
10
10
  "*.woff",
@@ -32,19 +32,19 @@
32
32
  "license": "Apache-2.0",
33
33
  "scripts": {},
34
34
  "dependencies": {
35
- "@snack-uikit/button": "0.17.5-preview-94780dcd.0",
36
- "@snack-uikit/calendar": "0.7.11-preview-94780dcd.0",
37
- "@snack-uikit/dropdown": "0.2.6-preview-94780dcd.0",
38
- "@snack-uikit/icons": "0.22.1-preview-94780dcd.0",
39
- "@snack-uikit/input-private": "3.2.1-preview-94780dcd.0",
40
- "@snack-uikit/list": "0.16.2-preview-94780dcd.0",
41
- "@snack-uikit/scroll": "0.6.1-preview-94780dcd.0",
42
- "@snack-uikit/skeleton": "0.3.5-preview-94780dcd.0",
43
- "@snack-uikit/slider": "0.1.17-preview-94780dcd.0",
44
- "@snack-uikit/tag": "0.9.9-preview-94780dcd.0",
45
- "@snack-uikit/tooltip": "0.13.9-preview-94780dcd.0",
46
- "@snack-uikit/truncate-string": "0.4.22-preview-94780dcd.0",
47
- "@snack-uikit/utils": "3.3.1-preview-94780dcd.0",
35
+ "@snack-uikit/button": "0.17.5",
36
+ "@snack-uikit/calendar": "0.7.11",
37
+ "@snack-uikit/dropdown": "0.2.6",
38
+ "@snack-uikit/icons": "0.22.1",
39
+ "@snack-uikit/input-private": "3.2.1",
40
+ "@snack-uikit/list": "0.16.2",
41
+ "@snack-uikit/scroll": "0.6.1",
42
+ "@snack-uikit/skeleton": "0.3.5",
43
+ "@snack-uikit/slider": "0.1.17",
44
+ "@snack-uikit/tag": "0.9.9",
45
+ "@snack-uikit/tooltip": "0.13.9",
46
+ "@snack-uikit/truncate-string": "0.4.22",
47
+ "@snack-uikit/utils": "3.4.0",
48
48
  "classnames": "2.3.2",
49
49
  "copy-to-clipboard": "3.3.3",
50
50
  "fuzzy-search": "3.2.1",
@@ -59,5 +59,5 @@
59
59
  "peerDependencies": {
60
60
  "@snack-uikit/locale": "*"
61
61
  },
62
- "gitHead": "0b67805c876ec8ccc1567d110a3b37b04d2f0fb6"
62
+ "gitHead": "f9212fe04b0dbba9bedea1bb3a034ab612287841"
63
63
  }