@snack-uikit/accordion 0.3.4-preview-85c5f47b.0 → 0.4.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 +28 -0
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,34 @@
|
|
|
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.4.0 (2023-12-06)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **FF-0001:** change QuestionTooltip size to S ([55bd31c](https://github.com/cloud-ru-tech/snack-uikit/commit/55bd31c1d14593a277e57bec706e42a07992e68a))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Dependencies
|
|
15
|
+
|
|
16
|
+
* **FF-3755:** update usage useToggleGroup hook ([2853b72](https://github.com/cloud-ru-tech/snack-uikit/commit/2853b721523dec2201d1008a43c7daf3a2882805))
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
### Features
|
|
20
|
+
|
|
21
|
+
* **FF-3110:** add accordion ([9c9f59e](https://github.com/cloud-ru-tech/snack-uikit/commit/9c9f59e3e7117811f3d65aa19c64ca4f54796e2c))
|
|
22
|
+
* **FF-3643:** add opportunity use custom header ([ffdbfaf](https://github.com/cloud-ru-tech/snack-uikit/commit/ffdbfaf3dc8d07943c31bf0e9bdf4e93cb62f9c8))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### BREAKING CHANGES
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
* **FF-3823:** move to snack-uikit scope ([ac9e30d](https://github.com/cloud-ru-tech/snack-uikit/commit/ac9e30d574d529b2bf4f5184b70c511c981a6032))
|
|
29
|
+
* **FF-3643:** use control hook from @snack-ui/toggles ([7883ab8](https://github.com/cloud-ru-tech/snack-uikit/commit/7883ab8214b0cc4ed6ad0f1491210f9980efc310))
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
6
34
|
## 0.3.3 (2023-11-22)
|
|
7
35
|
|
|
8
36
|
### Only dependencies have been changed
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
6
|
"title": "Accordion",
|
|
7
|
-
"version": "0.
|
|
7
|
+
"version": "0.4.0",
|
|
8
8
|
"sideEffects": [
|
|
9
9
|
"*.css",
|
|
10
10
|
"*.woff",
|
|
@@ -32,14 +32,14 @@
|
|
|
32
32
|
"license": "Apache-2.0",
|
|
33
33
|
"scripts": {},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@snack-uikit/button": "0.
|
|
36
|
-
"@snack-uikit/icons": "0.
|
|
37
|
-
"@snack-uikit/toggles": "0.
|
|
38
|
-
"@snack-uikit/tooltip": "0.
|
|
39
|
-
"@snack-uikit/truncate-string": "0.
|
|
40
|
-
"@snack-uikit/typography": "0.
|
|
41
|
-
"@snack-uikit/utils": "
|
|
35
|
+
"@snack-uikit/button": "0.14.0",
|
|
36
|
+
"@snack-uikit/icons": "0.19.0",
|
|
37
|
+
"@snack-uikit/toggles": "0.8.0",
|
|
38
|
+
"@snack-uikit/tooltip": "0.9.0",
|
|
39
|
+
"@snack-uikit/truncate-string": "0.3.0",
|
|
40
|
+
"@snack-uikit/typography": "0.5.0",
|
|
41
|
+
"@snack-uikit/utils": "3.0.0",
|
|
42
42
|
"classnames": "2.3.2"
|
|
43
43
|
},
|
|
44
|
-
"gitHead": "
|
|
44
|
+
"gitHead": "dcd04bf837247b468d8e2bb37f26847ed278f066"
|
|
45
45
|
}
|