@snack-uikit/notification 0.3.17-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.
Files changed (2) hide show
  1. package/CHANGELOG.md +25 -0
  2. package/package.json +14 -14
package/CHANGELOG.md CHANGED
@@ -3,6 +3,31 @@
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-0000:** remove extractDataProps ([9d676b9](https://github.com/cloud-ru-tech/snack-uikit/commit/9d676b9df214167bfd1b7ce9f1590891ca62f9a3))
12
+ * **FF-3409:** add triggerRef; remove useless onClick handler ([0ef74b4](https://github.com/cloud-ru-tech/snack-uikit/commit/0ef74b4dd4dd24893efa0a05e1756576344b8c65))
13
+ * **FF-3712:** chips usage update ([dee75b1](https://github.com/cloud-ru-tech/snack-uikit/commit/dee75b1725afdc1a90d734b55c3d18f4f168664f))
14
+
15
+
16
+ ### Features
17
+
18
+ * **FF-2661:** add Notification package ([650001f](https://github.com/cloud-ru-tech/snack-uikit/commit/650001fcd6023fe660b81345d1d4123ca5cc7347))
19
+ * **FF-3326:** use useKeyboardNavigation from Droplist package instead of local implementation ([9615d55](https://github.com/cloud-ru-tech/snack-uikit/commit/9615d5589ee6743ad7fc24c95e1fb96a9ab42752))
20
+
21
+
22
+ ### BREAKING CHANGES
23
+
24
+
25
+ * **FF-3823:** move to snack-uikit scope ([ac9e30d](https://github.com/cloud-ru-tech/snack-uikit/commit/ac9e30d574d529b2bf4f5184b70c511c981a6032))
26
+ * **FF-3409:** update actions buttons typings, fix focus order ([b9edc06](https://github.com/cloud-ru-tech/snack-uikit/commit/b9edc06e4e8db6b8c5dbe39ab4d26b770bf7f820))
27
+
28
+
29
+
30
+
6
31
  ## 0.3.16 (2023-12-05)
7
32
 
8
33
  ### Only dependencies have been changed
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "access": "public"
5
5
  },
6
6
  "title": "Notification",
7
- "version": "0.3.17-preview-85c5f47b.0",
7
+ "version": "0.4.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.13.7-preview-85c5f47b.0",
36
- "@snack-uikit/chips": "0.8.5-preview-85c5f47b.0",
37
- "@snack-uikit/droplist": "0.10.13-preview-85c5f47b.0",
38
- "@snack-uikit/icon-predefined": "0.2.6-preview-85c5f47b.0",
39
- "@snack-uikit/icons": "0.18.2-preview-85c5f47b.0",
40
- "@snack-uikit/link": "0.7.1-preview-85c5f47b.0",
41
- "@snack-uikit/popover-private": "0.10.1-preview-85c5f47b.0",
42
- "@snack-uikit/scroll": "0.3.5-preview-85c5f47b.0",
43
- "@snack-uikit/skeleton": "0.2.5-preview-85c5f47b.0",
44
- "@snack-uikit/truncate-string": "0.2.17-preview-85c5f47b.0",
45
- "@snack-uikit/typography": "0.4.5-preview-85c5f47b.0",
46
- "@snack-uikit/utils": "2.0.2-preview-85c5f47b.0",
35
+ "@snack-uikit/button": "0.14.0",
36
+ "@snack-uikit/chips": "0.9.0",
37
+ "@snack-uikit/droplist": "0.11.0",
38
+ "@snack-uikit/icon-predefined": "0.3.0",
39
+ "@snack-uikit/icons": "0.19.0",
40
+ "@snack-uikit/link": "0.8.0",
41
+ "@snack-uikit/popover-private": "0.11.0",
42
+ "@snack-uikit/scroll": "0.4.0",
43
+ "@snack-uikit/skeleton": "0.3.0",
44
+ "@snack-uikit/truncate-string": "0.3.0",
45
+ "@snack-uikit/typography": "0.5.0",
46
+ "@snack-uikit/utils": "3.0.0",
47
47
  "classnames": "2.3.2"
48
48
  },
49
- "gitHead": "6a7eef41d780d945f64f791448eaa72b9e0ae72d"
49
+ "gitHead": "dcd04bf837247b468d8e2bb37f26847ed278f066"
50
50
  }