@snack-uikit/button
Advanced tools
Comparing version 0.13.7-preview-85c5f47b.0 to 0.14.0
@@ -6,2 +6,64 @@ # Change Log | ||
# 0.14.0 (2023-12-06) | ||
### Bug Fixes | ||
* **FF-0000:** remove extractDataProps ([9d676b9](https://github.com/cloud-ru-tech/snack-uikit/commit/9d676b9df214167bfd1b7ce9f1590891ca62f9a3)) | ||
* **FF-0:** move utils to usual deps ([ebe441a](https://github.com/cloud-ru-tech/snack-uikit/commit/ebe441ac398065cbe8523cbedd3df53176b9aea5)) | ||
* **FF-1486:** import theme styles in config provider ([ad73d14](https://github.com/cloud-ru-tech/snack-uikit/commit/ad73d149dbbdaec1c360a4765e9c4e9bb91cbed3)) | ||
* **FF-1486:** simplify ts-configs ([3aada76](https://github.com/cloud-ru-tech/snack-uikit/commit/3aada76e6220fa35d4866f830cb934c95d9bc91e)) | ||
* **FF-1486:** update from figma ([fba9895](https://github.com/cloud-ru-tech/snack-uikit/commit/fba9895686c98080754c52146c09bb10df16e143)) | ||
* **FF-1486:** use real versions ([252b349](https://github.com/cloud-ru-tech/snack-uikit/commit/252b3494f9a4302d8fb5b54ac879ed1ef3e6f68c)) | ||
* **FF-1799:** add fixed type to button ([c83aa99](https://github.com/cloud-ru-tech/snack-uikit/commit/c83aa990dd386757423510d2a3a0bec94a649423)) | ||
* **FF-1901:** use separate variables instead of common map for non-dynamic tokens ([d221cc1](https://github.com/cloud-ru-tech/snack-uikit/commit/d221cc181f0647820895f9369fe42e312d979df9)) | ||
* **FF-1901:** use sun loader instead of custom icon ([5cc776a](https://github.com/cloud-ru-tech/snack-uikit/commit/5cc776a1eff13c8010c7845d003423e14f4c36b0)) | ||
* **FF-1952:** use icons package ([3db1a4b](https://github.com/cloud-ru-tech/snack-uikit/commit/3db1a4b692fc9d84eb38cf57a53003efbf1a881a)) | ||
* **FF-2031:** stop navigation for disabled buttons with link, extend htmlType and target prop types ([9e5c4c7](https://github.com/cloud-ru-tech/snack-uikit/commit/9e5c4c75edd82e9473514450c7dccc9e1df15c24)) | ||
* **FF-2080:** update typography and focused state, set up some support props ([8d6c915](https://github.com/cloud-ru-tech/snack-uikit/commit/8d6c915a26b7761babe4f04c9dfa3bcdb5fea23b)) | ||
* **FF-2255:** new palette migration ([f3bc490](https://github.com/cloud-ru-tech/snack-uikit/commit/f3bc490bb4ddde4353009b55da2d04f87a7d9de9)) | ||
* **FF-2257:** up utils ([5dd5d28](https://github.com/cloud-ru-tech/snack-uikit/commit/5dd5d28cdbe14973dcc36759e7db003249930a4b)) | ||
* **FF-2550:** button elevated styles ([f4a1c84](https://github.com/cloud-ru-tech/snack-uikit/commit/f4a1c84bd47b6cf47116cf735cfb22c761bc3994)) | ||
* **FF-3309:** change ButtonFunction icon/label color in default state ([344d45c](https://github.com/cloud-ru-tech/snack-uikit/commit/344d45ca6040abfee231c4d5e20e7b025e8d0647)) | ||
* **FF-3409:** fix offset ButtonFunction; add flex-shrink ([07dda6c](https://github.com/cloud-ru-tech/snack-uikit/commit/07dda6cf585c7919ff5f56bc365b2f27f46ea092)) | ||
* webstorm typescript issues ([b1052c7](https://github.com/cloud-ru-tech/snack-uikit/commit/b1052c772f99eca1dc41d0bf4b95a63ae0018550)) | ||
### Features | ||
* **FF-1486:** add token map ([a14a1e1](https://github.com/cloud-ru-tech/snack-uikit/commit/a14a1e1f1ad95e80a4fb664a2a9c5324a33dad48)) | ||
* **FF-1486:** build with ts-node (only scss, without linaria) ([298d5d0](https://github.com/cloud-ru-tech/snack-uikit/commit/298d5d0b42788747e9aa34ffef254411a79ed25f)) | ||
* **FF-1486:** initial sass implementation ([1f3f022](https://github.com/cloud-ru-tech/snack-uikit/commit/1f3f0229b26c1db5d62f7194d387962bb2004976)) | ||
* **FF-1486:** initial storybook ([a50bc6c](https://github.com/cloud-ru-tech/snack-uikit/commit/a50bc6c84bf47026681c2e5eaf78e15a34747180)) | ||
* **FF-1486:** initial version of tokens ([f579590](https://github.com/cloud-ru-tech/snack-uikit/commit/f579590f94fadb67be0e71e47638af11e11b144d)) | ||
* **FF-1486:** new structure of tokens (less tokens) ([3fead85](https://github.com/cloud-ru-tech/snack-uikit/commit/3fead85f4cde8753d8f2b7fb244fb4d1b5e3a6ba)) | ||
* **FF-1486:** set children styles via classnames ([9263be2](https://github.com/cloud-ru-tech/snack-uikit/commit/9263be299ea3667261060bb53ad98baa635debfb)) | ||
* **FF-1486:** transform composition token to mixin ([b89038c](https://github.com/cloud-ru-tech/snack-uikit/commit/b89038c755701c854d984dd300eab05461f01058)) | ||
* **FF-1486:** transform typography to mixin ([2778420](https://github.com/cloud-ru-tech/snack-uikit/commit/2778420a60e674fb5ee58f2e856e417f1bc6a55f)) | ||
* **FF-1486:** try to build packages with scss ([fae6769](https://github.com/cloud-ru-tech/snack-uikit/commit/fae67699b3a153d09c7e3b7b34580d96a3cfe14b)) | ||
* **FF-1486:** use preview package of figma tokens ([c43bbc6](https://github.com/cloud-ru-tech/snack-uikit/commit/c43bbc65d7de9c686bc83950f7a2c74c780bee69)) | ||
* **FF-1650:** hot reload in storybook ([935d398](https://github.com/cloud-ru-tech/snack-uikit/commit/935d398c256c96fa2a37bcc68991701edef16b58)) | ||
* **FF-1683:** added test runner ([2b7a79e](https://github.com/cloud-ru-tech/snack-uikit/commit/2b7a79eb3d41dc45b6dfe52adda287ad54a55707)) | ||
* **FF-1684:** utils package has been introduced ([e3bc345](https://github.com/cloud-ru-tech/snack-uikit/commit/e3bc345c0b32cfc518a17416a00ad880e351f03b)) | ||
* **FF-1687:** scss imports refactored ([4c43b3d](https://github.com/cloud-ru-tech/snack-uikit/commit/4c43b3dfac6699447118b20e7a81722ebf7eb35f)) | ||
* **FF-1819:** refactoring button ([8fc796a](https://github.com/cloud-ru-tech/snack-uikit/commit/8fc796a3869a20992fd7db8ff54e4bb07071cb62)) | ||
* **FF-2050:** added counter to Button component, Button.sizes renamed, fixed color on focus ([0fe3987](https://github.com/cloud-ru-tech/snack-uikit/commit/0fe39873da4b560eb0767ceda2e7dc64037f962e)) | ||
* **FF-2259:** add elevated button ([8a7c5f5](https://github.com/cloud-ru-tech/snack-uikit/commit/8a7c5f56ffe513c0fc6557ca254ada8ba938590b)) | ||
* **FF-2641:** add onKeyDown handler property ([e5b6a8b](https://github.com/cloud-ru-tech/snack-uikit/commit/e5b6a8b937a563a2c05fb663fd1502ec00b2be1d)) | ||
* **FF-3409:** add ref, onFocus, onBlur; extractDataProps, ([f8ef7bc](https://github.com/cloud-ru-tech/snack-uikit/commit/f8ef7bc19977719c5619fd8f358e7bb4e835fba6)) | ||
* **FF-875:** add utils for dependencies graph ([53cd7be](https://github.com/cloud-ru-tech/snack-uikit/commit/53cd7be638f01e573cb52b2417a39f4df4f6089b)) | ||
* infrastructure improvements ([ae537b5](https://github.com/cloud-ru-tech/snack-uikit/commit/ae537b5e37c0050f800c367da290f4f4e30d22ab)) | ||
* **LK-1769:** jest to vitest ([9afff90](https://github.com/cloud-ru-tech/snack-uikit/commit/9afff90db1e60c2255361b396c096c14f923d676)) | ||
### BREAKING CHANGES | ||
* **FF-3823:** move to snack-uikit scope ([ac9e30d](https://github.com/cloud-ru-tech/snack-uikit/commit/ac9e30d574d529b2bf4f5184b70c511c981a6032)) | ||
* **FF-3409:** rename ButtonLight to ButtonSimple, ButtonSupport to ButtonFunction; remove counter in ButtonSimple; change apperance Red to Destructive; in ButtonFunction (later ButtonSupport) added size Xs & removed size L ([09f9e0a](https://github.com/cloud-ru-tech/snack-uikit/commit/09f9e0a3925c2ffaa81a86584b28c6b4824c39db)) | ||
* **FF-2966:** type -> appearance ([cede1e6](https://github.com/cloud-ru-tech/snack-uikit/commit/cede1e668443c398003b1932c29a6dc52e7867a4)) | ||
## 0.13.6 (2023-11-16) | ||
@@ -8,0 +70,0 @@ |
@@ -7,3 +7,3 @@ { | ||
"title": "Button", | ||
"version": "0.13.7-preview-85c5f47b.0", | ||
"version": "0.14.0", | ||
"sideEffects": [ | ||
@@ -36,8 +36,8 @@ "*.css", | ||
"dependencies": { | ||
"@snack-uikit/counter": "0.3.6-preview-85c5f47b.0", | ||
"@snack-uikit/loaders": "0.3.5-preview-85c5f47b.0", | ||
"@snack-uikit/utils": "2.0.2-preview-85c5f47b.0", | ||
"@snack-uikit/counter": "0.4.0", | ||
"@snack-uikit/loaders": "0.4.0", | ||
"@snack-uikit/utils": "3.0.0", | ||
"classnames": "2.3.2" | ||
}, | ||
"gitHead": "6a7eef41d780d945f64f791448eaa72b9e0ae72d" | ||
"gitHead": "dcd04bf837247b468d8e2bb37f26847ed278f066" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
167545
+ Added@snack-uikit/counter@0.4.0(transitive)
+ Added@snack-uikit/loaders@0.4.0(transitive)
+ Added@snack-uikit/utils@3.0.0(transitive)
- Removed@snack-uikit/counter@0.3.6-preview-85c5f47b.0(transitive)
- Removed@snack-uikit/loaders@0.3.5-preview-85c5f47b.0(transitive)
- Removed@snack-uikit/utils@2.0.2-preview-85c5f47b.0(transitive)
Updated@snack-uikit/counter@0.4.0
Updated@snack-uikit/loaders@0.4.0
Updated@snack-uikit/utils@3.0.0