@snack-uikit/breadcrumbs 0.4.14-preview-85c5f47b.0 → 0.5.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 +33 -1
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -3,9 +3,41 @@
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.5.0 (2023-12-06)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **FF-0000:** remove extractDataProps ([9d676b9](https://github.com/cloud-ru-tech/snack-uikit/commit/9d676b9df214167bfd1b7ce9f1590891ca62f9a3))
12
+ * **FF-2258:** remove non-existent styles ([bdceb9a](https://github.com/cloud-ru-tech/snack-uikit/commit/bdceb9a0d049388d3d33fa9ff20802a2479fdc8a))
13
+ * **FF-2641:** breadcrumbs S typography ([4f60ddc](https://github.com/cloud-ru-tech/snack-uikit/commit/4f60ddc87510bf335a74ffa8c5bf569298bebd0c))
14
+ * **FF-2777:** using new icons ([7922fca](https://github.com/cloud-ru-tech/snack-uikit/commit/7922fca103293299554fe07d607ca54b3b571e66))
15
+ * **FF-3472:** focus fix ([77fcaf3](https://github.com/cloud-ru-tech/snack-uikit/commit/77fcaf347cda8bcc088425db561da9ca80a091d9))
16
+ * **FF-3643:** add e into onClick in Items ([112bdb2](https://github.com/cloud-ru-tech/snack-uikit/commit/112bdb25775b082702c119d4d382b3571796ac57))
17
+
18
+
19
+ ### Features
20
+
21
+ * **FF-2258:** add breadcrumbs package ([c482513](https://github.com/cloud-ru-tech/snack-uikit/commit/c482513be90aebc346a3fe9653ea4059dcae6770))
22
+ * **FF-2964:** add firstItemIconOnly prop ([addabe8](https://github.com/cloud-ru-tech/snack-uikit/commit/addabe866755ffca70b53abd7a41aebe1f9f1088))
23
+ * **FF-3196:** add cursor pointer to breadcrumbs on onClick ([9393cd7](https://github.com/cloud-ru-tech/snack-uikit/commit/9393cd73f9f79a28fb0d913fd32982efa84e1d4d))
24
+ * **FF-875:** add utils for dependencies graph ([53cd7be](https://github.com/cloud-ru-tech/snack-uikit/commit/53cd7be638f01e573cb52b2417a39f4df4f6089b))
25
+
26
+
27
+ ### BREAKING CHANGES
28
+
29
+
30
+ * **FF-3823:** move to snack-uikit scope ([ac9e30d](https://github.com/cloud-ru-tech/snack-uikit/commit/ac9e30d574d529b2bf4f5184b70c511c981a6032))
31
+
32
+
33
+
34
+
6
35
  ## 0.4.13 (2023-11-23)
7
36
 
8
- **Note:** Version bump only for package @snack-uikit/breadcrumbs
37
+ ### Only dependencies have been changed
38
+ * [@snack-uikit/popover@0.5.0](https://git.sbercloud.tech/sbercloud-ui/tokens-design-system/snack-uikit/-/blob/master/packages/popover/CHANGELOG.md)
39
+ * [@snack-uikit/typography@0.5.0](https://git.sbercloud.tech/sbercloud-ui/tokens-design-system/snack-uikit/-/blob/master/packages/typography/CHANGELOG.md)
40
+ * [@snack-uikit/utils@3.0.0](https://git.sbercloud.tech/sbercloud-ui/tokens-design-system/snack-uikit/-/blob/master/packages/utils/CHANGELOG.md)
9
41
 
10
42
 
11
43
 
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "access": "public"
5
5
  },
6
6
  "title": "Breadcrumbs",
7
- "version": "0.4.14-preview-85c5f47b.0",
7
+ "version": "0.5.0",
8
8
  "sideEffects": [
9
9
  "*.css",
10
10
  "*.woff",
@@ -32,11 +32,11 @@
32
32
  "license": "Apache-2.0",
33
33
  "scripts": {},
34
34
  "dependencies": {
35
- "@snack-uikit/popover": "0.4.1-preview-85c5f47b.0",
36
- "@snack-uikit/typography": "0.4.5-preview-85c5f47b.0",
37
- "@snack-uikit/utils": "2.0.2-preview-85c5f47b.0",
35
+ "@snack-uikit/popover": "0.5.0",
36
+ "@snack-uikit/typography": "0.5.0",
37
+ "@snack-uikit/utils": "3.0.0",
38
38
  "classnames": "2.3.2",
39
39
  "lodash.debounce": "4.0.8"
40
40
  },
41
- "gitHead": "6a7eef41d780d945f64f791448eaa72b9e0ae72d"
41
+ "gitHead": "dcd04bf837247b468d8e2bb37f26847ed278f066"
42
42
  }