@snack-uikit/utils 2.0.2-preview-104ad22c.0 → 3.0.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 +39 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -3,6 +3,45 @@
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
+ # 3.0.0 (2023-12-06)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **FF-0:** enhance typings for useThemeConfig ([949fefc](https://github.com/cloud-ru-tech/snack-uikit/commit/949fefc19066087769ebd64b03ab41ad0246d0b2))
12
+ * **FF-1486:** import theme styles in config provider ([ad73d14](https://github.com/cloud-ru-tech/snack-uikit/commit/ad73d149dbbdaec1c360a4765e9c4e9bb91cbed3))
13
+ * **FF-1486:** simplify ts-configs ([3aada76](https://github.com/cloud-ru-tech/snack-uikit/commit/3aada76e6220fa35d4866f830cb934c95d9bc91e))
14
+ * **FF-1486:** use real versions ([252b349](https://github.com/cloud-ru-tech/snack-uikit/commit/252b3494f9a4302d8fb5b54ac879ed1ef3e6f68c))
15
+ * **FF-2255:** new palette migration ([f3bc490](https://github.com/cloud-ru-tech/snack-uikit/commit/f3bc490bb4ddde4353009b55da2d04f87a7d9de9))
16
+ * **FF-2257:** up utils ([5dd5d28](https://github.com/cloud-ru-tech/snack-uikit/commit/5dd5d28cdbe14973dcc36759e7db003249930a4b))
17
+
18
+
19
+ ### Features
20
+
21
+ * **FF-1486:** add token map ([a14a1e1](https://github.com/cloud-ru-tech/snack-uikit/commit/a14a1e1f1ad95e80a4fb664a2a9c5324a33dad48))
22
+ * **FF-1486:** build with ts-node (only scss, without linaria) ([298d5d0](https://github.com/cloud-ru-tech/snack-uikit/commit/298d5d0b42788747e9aa34ffef254411a79ed25f))
23
+ * **FF-1486:** initial storybook ([a50bc6c](https://github.com/cloud-ru-tech/snack-uikit/commit/a50bc6c84bf47026681c2e5eaf78e15a34747180))
24
+ * **FF-1486:** try to build packages with scss ([fae6769](https://github.com/cloud-ru-tech/snack-uikit/commit/fae67699b3a153d09c7e3b7b34580d96a3cfe14b))
25
+ * **FF-1486:** use preview package of figma tokens ([c43bbc6](https://github.com/cloud-ru-tech/snack-uikit/commit/c43bbc65d7de9c686bc83950f7a2c74c780bee69))
26
+ * **FF-1650:** hot reload in storybook ([935d398](https://github.com/cloud-ru-tech/snack-uikit/commit/935d398c256c96fa2a37bcc68991701edef16b58))
27
+ * **FF-1684:** utils package has been introduced ([e3bc345](https://github.com/cloud-ru-tech/snack-uikit/commit/e3bc345c0b32cfc518a17416a00ad880e351f03b))
28
+ * **FF-1800:** esbuild & light/dark theme selector ([bf5d288](https://github.com/cloud-ru-tech/snack-uikit/commit/bf5d288c17452a481820e7430db0806658f56e0c))
29
+ * **FF-1870:** component props processors has been added ([05fe56d](https://github.com/cloud-ru-tech/snack-uikit/commit/05fe56d43ba10713e3af24c4d6b51c38846625a9))
30
+ * **FF-2485:** add useEvent and useDebounce hooks ([978484a](https://github.com/cloud-ru-tech/snack-uikit/commit/978484a5a7a28391d69875df6ecd03570a29a406))
31
+ * **FF-875:** add utils for dependencies graph ([53cd7be](https://github.com/cloud-ru-tech/snack-uikit/commit/53cd7be638f01e573cb52b2417a39f4df4f6089b))
32
+ * infrastructure improvements ([ae537b5](https://github.com/cloud-ru-tech/snack-uikit/commit/ae537b5e37c0050f800c367da290f4f4e30d22ab))
33
+ * **LK-1769:** jest to vitest ([9afff90](https://github.com/cloud-ru-tech/snack-uikit/commit/9afff90db1e60c2255361b396c096c14f923d676))
34
+
35
+
36
+ ### BREAKING CHANGES
37
+
38
+
39
+ * **FF-3823:** move to snack-uikit scope ([ac9e30d](https://github.com/cloud-ru-tech/snack-uikit/commit/ac9e30d574d529b2bf4f5184b70c511c981a6032))
40
+ * **FF-0000:** insert (extract/exclude)DataProps into (extract/exclude)SupportProps ([7aca240](https://github.com/cloud-ru-tech/snack-uikit/commit/7aca2408d5703e0ff440bfd1cde4c8dac6b25cf1))
41
+
42
+
43
+
44
+
6
45
  ## 2.0.1 (2023-11-08)
7
46
 
8
47
  **Note:** Version bump only for package @snack-uikit/utils
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "access": "public"
5
5
  },
6
6
  "title": "Utils",
7
- "version": "2.0.2-preview-104ad22c.0",
7
+ "version": "3.0.0",
8
8
  "sideEffects": [
9
9
  "*.css",
10
10
  "*.woff",
@@ -13,10 +13,10 @@
13
13
  "description": "Пакет с вспомогательными функциями",
14
14
  "main": "./dist/index.js",
15
15
  "module": "./dist/index.js",
16
- "homepage": "https://git.sbercloud.tech/sbercloud-ui/tokens-design-system/snack-uikit/-/tree/master/packages/utils",
16
+ "homepage": "https://github.com/cloud-ru-tech/snack-uikit/tree/master/packages/utils",
17
17
  "repository": {
18
18
  "type": "git",
19
- "url": "https://git.sbercloud.tech/sbercloud-ui/tokens-design-system/snack-uikit.git",
19
+ "url": "https://github.com/cloud-ru-tech/snack-uikit.git",
20
20
  "directory": "packages/utils"
21
21
  },
22
22
  "author": "Anna Kozlova <apkozlova@cloud.ru>",
@@ -31,5 +31,5 @@
31
31
  ],
32
32
  "license": "Apache-2.0",
33
33
  "scripts": {},
34
- "gitHead": "580e0d5c22d04d609bcdf7cb0873114f9fce5f66"
34
+ "gitHead": "dcd04bf837247b468d8e2bb37f26847ed278f066"
35
35
  }