@snack-uikit/chips 0.24.4-preview-985e2518.0 → 0.25.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 +16 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
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.25.0 (2025-02-05)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **PDS-1081:** add chip-choice-time to chip choice row ([5533d1d](https://github.com/cloud-ru-tech/snack-uikit/commit/5533d1d8403ec3363734aa8cee7f12c514d7931d))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### BREAKING CHANGES
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
* **PDS-1081:** new chip choice row behavior (now chips can be pinned and dynamically added) ([c558fb0](https://github.com/cloud-ru-tech/snack-uikit/commit/c558fb05b3af0a71083e5715d97d19955e34d446))
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
## 0.24.3 (2025-02-04)
|
|
7
23
|
|
|
8
24
|
### Only dependencies have been changed
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
6
|
"title": "Chips",
|
|
7
|
-
"version": "0.
|
|
7
|
+
"version": "0.25.0",
|
|
8
8
|
"sideEffects": [
|
|
9
9
|
"*.css",
|
|
10
10
|
"*.woff",
|
|
@@ -36,12 +36,12 @@
|
|
|
36
36
|
"license": "Apache-2.0",
|
|
37
37
|
"scripts": {},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@snack-uikit/button": "0.19.7
|
|
40
|
-
"@snack-uikit/calendar": "0.11.20
|
|
39
|
+
"@snack-uikit/button": "0.19.7",
|
|
40
|
+
"@snack-uikit/calendar": "0.11.20",
|
|
41
41
|
"@snack-uikit/divider": "3.2.3",
|
|
42
42
|
"@snack-uikit/dropdown": "0.4.3",
|
|
43
43
|
"@snack-uikit/icons": "0.24.2",
|
|
44
|
-
"@snack-uikit/list": "0.24.2
|
|
44
|
+
"@snack-uikit/list": "0.24.2",
|
|
45
45
|
"@snack-uikit/loaders": "0.9.1",
|
|
46
46
|
"@snack-uikit/tooltip": "0.16.0",
|
|
47
47
|
"@snack-uikit/utils": "3.7.0",
|
|
@@ -56,5 +56,5 @@
|
|
|
56
56
|
"peerDependencies": {
|
|
57
57
|
"@snack-uikit/locale": "*"
|
|
58
58
|
},
|
|
59
|
-
"gitHead": "
|
|
59
|
+
"gitHead": "70bed6c518009afe4292cb9d12baf08a16700781"
|
|
60
60
|
}
|