# Changelog

## v3.9.1 (03/11/2021)
- [feat(Table): added control for table (#1716)](https://github.com/gazprom-neft/consta-uikit/commit/99d67aff670d2f499abcefc168eba73805ef3f16) - [@SergeyKatugin](https://github.com/SergeyKatugin)

--------------------

## v3.9.0 (27/10/2021)
В `TextField` добавили возможность очищать по крестику и при `type = number` теперь красивые стилизованные кнопочки. Так же обновлена документация и внесены фиксы в некоторые компоненты.

---

- [docs(componets): Add canary label (#1714)](https://github.com/gazprom-neft/consta-uikit/commit/ec1953ddfb58d8df696856a6056ece5e0d3cf613) - [@N1MBER](https://github.com/N1MBER)
- [feat(FieldLabel): add new prop 'required' (#1661)](https://github.com/gazprom-neft/consta-uikit/commit/813b371f93c7bf66f0e5356aece7cba065411b50) - [@N1MBER](https://github.com/N1MBER)
- [ feat(TextField): add custom arrows to type number (#1658)](https://github.com/gazprom-neft/consta-uikit/commit/c71bd7265a2bcd0ff880c868658cf17a66a5041d) - [@N1MBER](https://github.com/N1MBER)
- [feat(TextField): add button for cleaning (#1657)](https://github.com/gazprom-neft/consta-uikit/commit/5567ea2fb1a93cc86cef315ae4c10b5bbe605dab) - [@N1MBER](https://github.com/N1MBER)
- [docs(common): edit main page (#1698)](https://github.com/gazprom-neft/consta-uikit/commit/336c2b56f599366fdfb40d166c6c8cad092f7c5f) - [@arhayka](https://github.com/arhayka)
- [docs(useChoiceGroupIndexed): add docs (#1675)](https://github.com/gazprom-neft/consta-uikit/commit/9d8536abf43a6e0392422f2f876ec3ec78e6a688) - [@arhayka](https://github.com/arhayka)
- [ fix(Combobox): fix bug with labelForNotFound and add props to docs](https://github.com/gazprom-neft/consta-uikit/commit/8f49e3bbd5c82c7044372d7b357931d2a0000f66) - [@N1MBER](https://github.com/N1MBER)
- [fix(ProgressStepBar): fixed several bugs (#1699)](https://github.com/gazprom-neft/consta-uikit/commit/dfbb57572fb89767318d59528d6db59b7aceb36f) - [@gizeasy](https://github.com/gizeasy)

--------------------

## v3.8.0 (20/10/2021)
Вечер. Среда. Consta. Новый релиз!

Добавили `ProgressStepBar` — компонент, с которым удобно считать шаги. 

Ну и важные и не очень важные мелочи, как без них :)

---

- [feat(ProgressStepBar): add new component (#1643)](https://github.com/gazprom-neft/consta-uikit/commit/d0e6a9564ebaaeddaffe9924c554b85e8aa673ed) - [@N1MBER](https://github.com/N1MBER)
- [fix(Modal): fix unclickable overlay (#1685)](https://github.com/gazprom-neft/consta-uikit/commit/ffaaa827ea55413898ce9ee97983562f58969f45) - [@N1MBER](https://github.com/N1MBER)
- [docs(Text):  update docs(#1680)](https://github.com/gazprom-neft/consta-uikit/commit/e933d2dfdd4662cbcaf6675a6ee9f0e67df09e7f) - [@arhayka](https://github.com/arhayka)
- [chore(ISSUE_TEMPLATE): cleared assignees](https://github.com/gazprom-neft/consta-uikit/commit/6f299f28e71889bceb821665eee8149ec32f0f0f) - [@gizeasy](https://github.com/gizeasy)

--------------------

## v3.7.0 (13/10/2021)
Сегодня выкатили DatePiker! Пока в режиме Canary, но мы всё равно пританцовываем от радости 💃

---

- [feat(DatePicker): add component (#1650)](https://github.com/gazprom-neft/consta-uikit/commit/e88f5d371d6b3c7db2d71ec438fb258fbe906946) - [@gizeasy](https://github.com/gizeasy)
- [docs(storybook): fix figma links (#1655)](https://github.com/gazprom-neft/consta-uikit/commit/6f81480e9347120c53d3d3bacdb12ba2d122fe80) - [@hell0anna](https://github.com/hell0anna)
- [feat(ProgressSpin): add new size map (#1648)](https://github.com/gazprom-neft/consta-uikit/commit/34774ed94c103a4f22eb2a43f749811dc4be9e51) - [@N1MBER](https://github.com/N1MBER)
- [fix(TableTextFilter): fixed reset button (#1639)](https://github.com/gazprom-neft/consta-uikit/commit/8e9fa1c466c977e6e5e151e56b7e398920b17d7c) - [@yekaterinadochinetsnedra](https://github.com/yekaterinadochinetsnedra)

--------------------

## v3.6.0 (06/10/2021)
Ура, добавили `DateTime` — новый компонент для выбора даты и времени, заменяет `Calendar`. (`Calendar` работает, но с меткой `Deprecated`)

И ещё несколько небольших обновлений:
— в `SnackBar` теперь можно положить любую вёрстку,
— в `ChoiceGroup` можно сделать неактивным один или несколько элементов,
— в `TextField`, `Select`, `Combobox` и `UserSelect` добавили подсказку и заголовок (`label` и `caption`),
— в `Select`, `Combobox` и `UserSelect` — возможность указывать статус поля,
— а ещё обновили документацию для `Modal`, `Table` и `Layout`.

---

- [chore(deps): bump url-parse from 1.5.1 to 1.5.3 (#1638)](https://github.com/gazprom-neft/consta-uikit/commit/97a83093a9575b142fe948b36d9093e4533e93fa) - [@dependabot](https://github.com/dependabot[bot])
- [docs(Layout): edit docs (#1640)](https://github.com/gazprom-neft/consta-uikit/commit/fba6187dd31696d21e6b705ed02a7c48d0ca01f2) - [@arhayka](https://github.com/arhayka)
- [docs(Table): docs review (#1637)](https://github.com/gazprom-neft/consta-uikit/commit/2f045ec229a641e9ab049e80b03cef92728c5f59) - [@arhayka](https://github.com/arhayka)
- [ feat(SelectContainer): add status (#1623)](https://github.com/gazprom-neft/consta-uikit/commit/23f6f9761c1d0dbd31cad0bc7305bb64aed3ba7f) - [@N1MBER](https://github.com/N1MBER)
- [fix(DateTime): fixed onChangeCurrentVisibleDate](https://github.com/gazprom-neft/consta-uikit/commit/323f25a0fbbe912b308ff8fbbea81a50f52153a6) - [@gizeasy](https://github.com/gizeasy)
- [feat(DateTime): add component (#1422)](https://github.com/gazprom-neft/consta-uikit/commit/b8d2d7dac3043f4cc6279d6349f0158267e7269e) - [@gizeasy](https://github.com/gizeasy)
- [docs(Combobox): docs review (#1622)](https://github.com/gazprom-neft/consta-uikit/commit/e55f45cc5a114c432160306f803d63a4ff316210) - [@arhayka](https://github.com/arhayka)
- [docs(Modal): edit docs and examples (#1626)](https://github.com/gazprom-neft/consta-uikit/commit/4e82d95385eabd9f23de5a49d738c625b4e6cdb5) - [@arhayka](https://github.com/arhayka)
- [feat(ChoiceGroup): added setting disabled (#1575)](https://github.com/gazprom-neft/consta-uikit/commit/d6bf274533fe88434474fb55c2e9709e1a86f402) - [@AntonS86](https://github.com/AntonS86)
- [test(TextField): fix test](https://github.com/gazprom-neft/consta-uikit/commit/df48bd381f8dc29bcd2b2841e68e857f6fd3c9c4) - [@gizeasy](https://github.com/gizeasy)
- [feat(Collapse): add divider from label to body (#1625)](https://github.com/gazprom-neft/consta-uikit/commit/dbd5582a0ad0b56f0c82a9080288b2147a780cf3) - [@N1MBER](https://github.com/N1MBER)
- [docs(RadioGroup): add align example (#1619)](https://github.com/gazprom-neft/consta-uikit/commit/70d2c2ebf3852af82b4d10a273377d86abad0df8) - [@arhayka](https://github.com/arhayka)
- [fix(SnackBar): fix bug with not working autoclose in storybook (#1618)](https://github.com/gazprom-neft/consta-uikit/commit/ab721fabea22486251e0b6e12b35571769bee428) - [@N1MBER](https://github.com/N1MBER)
- [feat(FieldLabel): add components (#1606)](https://github.com/gazprom-neft/consta-uikit/commit/573c7cc7a9333156cf28389f89f15fc86e133e2a) - [@N1MBER](https://github.com/N1MBER)
- [fix(Switch): updated background-color disabled state (#1591)](https://github.com/gazprom-neft/consta-uikit/commit/440f1d750463290c887f99ffbfd58719ec75f52e) - [@AntonS86](https://github.com/AntonS86)
- [feat(SnackBar): Adding the ability to pass a React component (#1574)](https://github.com/gazprom-neft/consta-uikit/commit/943b81287eb5b6de1c6e28e3b13331e4a6bbe4c3) - [@N1KN](https://github.com/N1KN)
- [feat(EventInterceptor): Fix typings of usePropsHandler (#1563)](https://github.com/gazprom-neft/consta-uikit/commit/590bfa4a1e5fbea50a14a7b6ff8438ce0c7e641d) - [@N1KN](https://github.com/N1KN)

--------------------

## v3.5.0 (29/09/2021)
Важное из обновления:
- Добавили новый компонент `Layout`
- Расширили функционал таблицы

---

- [feat(Table): Add create row button; (#1611)](https://github.com/gazprom-neft/consta-uikit/commit/2b842b2de2b9814bd00c4cfac66e52a05262d695) - [@N1KN](https://github.com/N1KN)
- [docs(Card): edit docs (#1613)](https://github.com/gazprom-neft/consta-uikit/commit/af8ae24da9c0795b0abb284062548ff435fd6f02) - [@arhayka](https://github.com/arhayka)
- [feat(Layout): add new component (#1554)](https://github.com/gazprom-neft/consta-uikit/commit/4037e2a9204988da215f7a8c65823bf051c84c64) - [@N1MBER](https://github.com/N1MBER)
- [feat(Text): added prop ellipsis and update docs (#1566)](https://github.com/gazprom-neft/consta-uikit/commit/4e2529b81072d23f5a3d88f780c61557e1dcb16c) - [@AntonS86](https://github.com/AntonS86)
- [fix(Theme): Remove css variable --color-nums-shadow (#1590)](https://github.com/gazprom-neft/consta-uikit/commit/b41e8e5c56738058dd62f7474523bda532773682) - [@N1KN](https://github.com/N1KN)
- [test(Table): added test for checking onFiltersUpdated call (#1607)](https://github.com/gazprom-neft/consta-uikit/commit/660765c5699270d43040a8ce0b7726c7b699568a) - [@AntonS86](https://github.com/AntonS86)
- [feat(Sidebar): added property 'size' (#1588)](https://github.com/gazprom-neft/consta-uikit/commit/756fc839009932b5c37d7aadfcae6f40c1090119) - [@AntonS86](https://github.com/AntonS86)
- [feat(Table): Add getTagLabel props (#1531)](https://github.com/gazprom-neft/consta-uikit/commit/2d866722d753740629438391afa23204a2141ace) - [@N1KN](https://github.com/N1KN)
- [feat(Table): Add getComparisonValue function (#1570)](https://github.com/gazprom-neft/consta-uikit/commit/56fc45d253ca79936d5d50d6caae80fd850b3338) - [@N1KN](https://github.com/N1KN)
- [fix(Modal): added nodeRef for CssTransition (#1600)](https://github.com/gazprom-neft/consta-uikit/commit/9ab034375657559c016810962280e0c9f770283f) - [@AntonS86](https://github.com/AntonS86)
- [test(Table): added test for onRowClick (#1602)](https://github.com/gazprom-neft/consta-uikit/commit/31d1d1cd8161b0ada6d322a3ef1e77c88b5ec35b) - [@AntonS86](https://github.com/AntonS86)
- [test(Modal_Sidebar): added tests for events when the escape key is pressed (#1603)](https://github.com/gazprom-neft/consta-uikit/commit/e03b59ce8bed50e5ce76adebb7f08d584fcf9d47) - [@AntonS86](https://github.com/AntonS86)

--------------------

## v3.4.0 (22/09/2021)
- [chore(deps): bump tmpl from 1.0.4 to 1.0.5 (#1583)](https://github.com/gazprom-neft/consta-uikit/commit/c7abe9ee09d845d2d602fe529c9948d6e959df04) - [@dependabot](https://github.com/dependabot[bot])
- [fix(Table): added check for filters and tests (#1561)](https://github.com/gazprom-neft/consta-uikit/commit/8c02bd71a04b24b5df40cdd7508dbd0a50a7311a) - [@AntonS86](https://github.com/AntonS86)
- [docs(common): rewrite main page (#1573)](https://github.com/gazprom-neft/consta-uikit/commit/87fa76085e69700cb35379de7deb13d7c69c121d) - [@arhayka](https://github.com/arhayka)
- [fix(Table): edited appearance TableFilterContainer and TableFilterTooltip (#1550)](https://github.com/gazprom-neft/consta-uikit/commit/22ef3f1d9fc4e6f0e1ad8a9b6f96f47311dc6f64) - [@AntonS86](https://github.com/AntonS86)
- [chore(commitizen): change footer (#1586)](https://github.com/gazprom-neft/consta-uikit/commit/93033456822df519ae9d346607dfbf96b0a03d2d) - [@gizeasy](https://github.com/gizeasy)
- [feat(SnackBar): Add hideTimer props (#1552)](https://github.com/gazprom-neft/consta-uikit/commit/a03df88c26d66f363b0dd8e0d4491d7975380963) - [@N1KN](https://github.com/N1KN)
- [feat(Table): added default sort (#1545)](https://github.com/gazprom-neft/consta-uikit/commit/8126255aa82605c2542fea4e127e77d36cd577e2) - [@AntonS86](https://github.com/AntonS86)
- [feat(Table): added ref to component parameters (#1518)](https://github.com/gazprom-neft/consta-uikit/commit/c87693262ba3e25053c59f88dcece04c821c4145) - [@AntonS86](https://github.com/AntonS86)
- [docs(MixCard): edit docs, add examples (#1562)](https://github.com/gazprom-neft/consta-uikit/commit/4f7a4027b47f9075d4e1b7f97ebd8889b878803b) - [@arhayka](https://github.com/arhayka)

--------------------

## v3.3.0 (15/09/2021)
**Важное из обновления:**
- В компонентах `Modal` и `SideBar` добавлена возможность закрытия по нажатию `Esc`
- Добавлен хук `useGlobalKeys` для подписки на нажатия клавиш
---

- [feat(withTooltip,ContextMenuLevel): Fixed typings & typos (#1549)](https://github.com/gazprom-neft/consta-uikit/commit/4b142d3f593ef2282351a79ef4e383c5e2670888) - [@N1KN](https://github.com/N1KN)
- [fix(TextField): change type of component properties (#1474)](https://github.com/gazprom-neft/consta-uikit/commit/9f4411861b612b1622dffa0d1719040bd8d0811c) - [@N1MBER](https://github.com/N1MBER)
- [docs(Table): updated doc for activeRow props (#1527)](https://github.com/gazprom-neft/consta-uikit/commit/ed41c0ded7dd65bf90989580b69804f6d0530e50) - [@AntonS86](https://github.com/AntonS86)
- [feat(Modal, SideBar): close by esc (#1498)](https://github.com/gazprom-neft/consta-uikit/commit/3888bb602cd1eb505fd81c516327a9febfe7cccb) - [@N1KN](https://github.com/N1KN)

--------------------

## v3.2.0 (08/09/2021)
**Важное из обновления:**
- Добавлен миксин `MixCard`
- Добавлен компонент `Card`
- Переработана документация по тематизации

---

- [docs(MixCard): moved docs to stories.mdx](https://github.com/gazprom-neft/consta-uikit/commit/9a2e042e699f543fc3c6812e22149279bdd2607d) - [@gizeasy](https://github.com/gizeasy)
- [ docs(Mixin): add documentation for MixCard (#1532)](https://github.com/gazprom-neft/consta-uikit/commit/f9bfbf218146605e15c9e0639be7797f19c95cd1) - [@N1MBER](https://github.com/N1MBER)
- [feat(Card): add mixin and component card(#1508)](https://github.com/gazprom-neft/consta-uikit/commit/11737b816db2784ba11e2a5131d1b72fd043dab7) - [@N1MBER](https://github.com/N1MBER)
- [feat(TabsFitModeScrollWrapper): add native scroll (#1528)](https://github.com/gazprom-neft/consta-uikit/commit/bb08d735f9596c18cf36184caa736b6e5864dc32) - [@N1MBER](https://github.com/N1MBER)
- [chore(deps): bump path-parse from 1.0.6 to 1.0.7 (#1418)](https://github.com/gazprom-neft/consta-uikit/commit/bb1c90c552320e844ec837b4ceba702b6f928c2b) - [@dependabot](https://github.com/dependabot)
- [chore(deps): bump tar from 4.4.13 to 4.4.19 (#1471)](https://github.com/gazprom-neft/consta-uikit/commit/00b14353fbad6ac9e4c27047d515d68a16a1e99d) - [@dependabot](https://github.com/dependabot)
- [docs(thematization): rewrite docs about theme (#1454)](https://github.com/gazprom-neft/consta-uikit/commit/f5078d803e574d9a5592f9aacb0aad69129c9286) - [@arhayka](https://github.com/arhayka)
- [docs(Theme): rewrite docs (#1507)](https://github.com/gazprom-neft/consta-uikit/commit/d64e2bfc6aadb74da8ed81a681e82a884b504a74) - [@arhayka](https://github.com/arhayka)
- [docs(BasicSelect): docs review (#1509)](https://github.com/gazprom-neft/consta-uikit/commit/50fedaf120b9b743f4fe31042c29348d57e1b81f) - [@arhayka](https://github.com/arhayka)
- [docs(Button): review docs (#1510)](https://github.com/gazprom-neft/consta-uikit/commit/8a1b02a2b65c2913699f96f774c8e7b7056e0ff6) - [@arhayka](https://github.com/arhayka)
- [docs(Checkbox): docs review (#1511)](https://github.com/gazprom-neft/consta-uikit/commit/4e7e4a55e1a1ade876c3dbec9885e6fba1e7f22f) - [@arhayka](https://github.com/arhayka)
- [docs(ComboboxDeprecated): docs review (#1512)](https://github.com/gazprom-neft/consta-uikit/commit/a32e2dcb0f8d0b87750f015a56423908dea6a9bc) - [@arhayka](https://github.com/arhayka)
- [docs(ChoiceGroup): docs review (#1516)](https://github.com/gazprom-neft/consta-uikit/commit/a51c36be27166507bf4c5749719b9a2243a0d2df) - [@arhayka](https://github.com/arhayka)
- [docs(ContextMenu): docs review (#1517)](https://github.com/gazprom-neft/consta-uikit/commit/c722ac8131756a0f1272076c1b78526616cfd8f5) - [@arhayka](https://github.com/arhayka)
- [docs(FileField): docs review (#1519)](https://github.com/gazprom-neft/consta-uikit/commit/beeb37d572d0bbf954fc7f51b1e5789de37e43b9) - [@arhayka](https://github.com/arhayka)
- [docs(MultiComboboxDepecated): docs review (#1520)](https://github.com/gazprom-neft/consta-uikit/commit/f0d9494f47c7fcd5ed512bfa8e27cf8048d1b8a1) - [@arhayka](https://github.com/arhayka)
- [docs(Select): docs review (#1521)](https://github.com/gazprom-neft/consta-uikit/commit/aadbecf0847672a22f5f9349db4ce6ed5522fc7b) - [@arhayka](https://github.com/arhayka)
- [docs(Switch): docs review (#1522)](https://github.com/gazprom-neft/consta-uikit/commit/c53b08a390e5469cb57d2bc5612113cca22830be) - [@arhayka](https://github.com/arhayka)
- [docs(SwitchGroup): edit docs, add examples (#1529)](https://github.com/gazprom-neft/consta-uikit/commit/edef830232e32fb5e6fe6b6be8d5304948af7418) - [@arhayka](https://github.com/arhayka)
- [fix(components): fix misprint (#1526)](https://github.com/gazprom-neft/consta-uikit/commit/656cedf4b25eeffd7f170daa270bd102a2b19ad3) - [@kolebayev](https://github.com/kolebayev)
- [refactor(Checkbox): refactor ref (#1514)](https://github.com/gazprom-neft/consta-uikit/commit/5e1f48ab70bfb9b3a313c4a7cf4f70f2c0ce3893) - [@gizeasy](https://github.com/gizeasy)
- [feat(Text): Add underline & cursor props (#1513)](https://github.com/gazprom-neft/consta-uikit/commit/ae964fb334536bc86a7c584da5ce90e6d3ec6a57) - [@N1KN](https://github.com/N1KN)
- [fix(Table): setting automatic column width when changing the window width (#1505)](https://github.com/gazprom-neft/consta-uikit/commit/57d05fc1f8a673f3e814f8ecf6fa8d59892e6ea2) - [@AntonS86](https://github.com/AntonS86)
- [feat(TableNumberFilter): added className props (#1502)](https://github.com/gazprom-neft/consta-uikit/commit/3ced9f3a2e8de0de014dadec530996c2e6d345a2) - [@AntonS86](https://github.com/AntonS86)
- [feat(Table): add onRowClick callback (#1489)](https://github.com/gazprom-neft/consta-uikit/commit/69e2059bb9f9582b96442107b384acd5526d8fe9) - [@N1KN](https://github.com/N1KN)
- [fix(Table): added a wrapper for an empty placeholder, if placeholder is a string (#1497)](https://github.com/gazprom-neft/consta-uikit/commit/6044130d3fc5dc614e3defce7527c62d18cfee5f) - [@AntonS86](https://github.com/AntonS86)
- [refactor(Attach, Attachment): rename Attach to Attachment (#1500)](https://github.com/gazprom-neft/consta-uikit/commit/c72d379b6d10b8808f223f00d7b51f05efbc178f) - [@N1KN](https://github.com/N1KN)
- [fix(Table): fixed onFiltersUpdated not called on removeAllSelectedFilters (#1493)](https://github.com/gazprom-neft/consta-uikit/commit/07a1cf5cd7414a54b3007cc54658142bc2bb5a7a) - [@N1KN](https://github.com/N1KN)
- [chore(gh-actions): add action for automatic test](https://github.com/gazprom-neft/consta-uikit/commit/5e6cd1e7ed99047a8c214877542ce20b17ce0962) - [@gizeasy](https://github.com/gizeasy)

--------------------

## v3.1.0 (01/09/2021)
- [chore(yarn.lock): fixed deps](https://github.com/gazprom-neft/consta-uikit/commit/07d3039d29fd3fa175e8083444d96a066939e77a) - [@gizeasy](https://github.com/gizeasy)
- [docs(common): add how to docs, edit common docs (#1470)](https://github.com/gazprom-neft/consta-uikit/commit/e7787ab396d931c620f62cd959c448340842023a) - [@arhayka](https://github.com/arhayka)
- [fix(useSelect): fixed clear button on empty select  (#1473)](https://github.com/gazprom-neft/consta-uikit/commit/b918af45477a969b0a6b0273c1b8de414298ccfb) - [@N1KN](https://github.com/N1KN)
- [feat(RadioGroup): add new property for RadioGroup (align) (#1465)](https://github.com/gazprom-neft/consta-uikit/commit/ce4efd071dd761d8d0da4bbe3746f2585fecc717) - [@N1MBER](https://github.com/N1MBER)
- [fix(cn fuction): fix bug with cn fuction](https://github.com/gazprom-neft/consta-uikit/commit/8c33625c46810cb4170b15d40620568e339157ca) - [@N1MBER](https://github.com/N1MBER)
- [refactor(SnackBar): change description of props types](https://github.com/gazprom-neft/consta-uikit/commit/4f486dc1aca18219f986e9d49c2b4e6b90286666) - [@N1MBER](https://github.com/N1MBER)
- [refactor(Tooltip): delete preview container from tooltip documentation](https://github.com/gazprom-neft/consta-uikit/commit/4651448dadd54721f7528ab91a4da022856925df) - [@N1MBER](https://github.com/N1MBER)

--------------------

## v3.0.1 (25/08/2021)
- [fix(Tabs): active tab was not calculated properly for unmemoized items](https://github.com/gazprom-neft/consta-uikit/commit/66c1f4aeab84a0e227641a5c7aea5b104bea8595) - [@nekitk](https://github.com/nekitk)
- [fix(Tabs): open "more tabs" popup to the right if there's no space to open it fully](https://github.com/gazprom-neft/consta-uikit/commit/f9f777bbcb1f2e629b844b09356bfadfa55656a6) - [@nekitk](https://github.com/nekitk)
- [fix(Tabs): updated list offset in vertical orientation according to design](https://github.com/gazprom-neft/consta-uikit/commit/5077a743932219c1caaea11b5aa0fe5596a1c971) - [@nekitk](https://github.com/nekitk)
- [fix(Tabs): incorrect line size after changing tabs direction](https://github.com/gazprom-neft/consta-uikit/commit/ee6616d24c11db0b074d19537c304aa5e1978f41) - [@nekitk](https://github.com/nekitk)
- [fix(Tabs): tabs don't break on new line in vertical orientation](https://github.com/gazprom-neft/consta-uikit/commit/10539c33a5c798d2c3e884443d4419aa3346c17c) - [@nekitk](https://github.com/nekitk)
- [fix(Tabs): "more items" dropdown doesn't appear in Safari](https://github.com/gazprom-neft/consta-uikit/commit/443c4562ae5dc5fbfc6c7861ef21bde43b48868d) - [@nekitk](https://github.com/nekitk)
- [fix(Tabs): tabs doesn't change on small screen in scroll mode](https://github.com/gazprom-neft/consta-uikit/commit/fde863b183a0a2579fce0b00bbfe5b5abecca1f1) - [@nekitk](https://github.com/nekitk)

--------------------

## v3.0.0 (18/08/2021)
**Важное из обновления:**

Переработали компонент `Tabs`, добавили новые возможности (горизонтальная прокрутка, возможность отображать Badge и другие). Вертикальные `Tabs` теперь не только в Figma, но и в коде!

**Внимание**: свойство `renderItem` обратно не совместимо.

---

- [docs(readme): edit readme (#1433)](https://github.com/gazprom-neft/consta-uikit/commit/9d5c28b594a1afebf2000637457301ccbfcb90dd) - [@arhayka](https://github.com/arhayka)
- [docs(Tabs): edit docs, add examples (#1421)](https://github.com/gazprom-neft/consta-uikit/commit/3aa860e8229578876c68311b48a0c7c59459c071) - [@arhayka](https://github.com/arhayka)
- [chore(gren): edit config](https://github.com/gazprom-neft/consta-uikit/commit/e83d823e2d82cf7a09a430fc1fa1b12ae1cecd51) - [@gizeasy](https://github.com/gizeasy)
- [fix(DragNDropField): show custom view while dragging files (#1378)](https://github.com/gazprom-neft/consta-uikit/commit/1ce1fb0b6661e43e080cbd8e719b5ae238f5cf66) - [@nekitk](https://github.com/nekitk)
- [feat(Tabs): added new items fit mode - scroll](https://github.com/gazprom-neft/consta-uikit/commit/408c7d7cc03803603cb2bc0bd4102a69c8b049cf) - [@nekitk](https://github.com/nekitk)
- [feat(Tabs): adapt tabs to available width by hiding unfitting tabs in dropdown](https://github.com/gazprom-neft/consta-uikit/commit/874087f0504b751c775a50fc84be59bc03072eca) - [@nekitk](https://github.com/nekitk)
- [feat(Tabs): added line position variants](https://github.com/gazprom-neft/consta-uikit/commit/d4fa13f4dbcec6764b5249a65cca8f7d1b8091a0) - [@nekitk](https://github.com/nekitk)

--------------------

## v2.2.1 (11/08/2021)
- [test(DragNDropField): fix tests](https://github.com/gazprom-neft/consta-uikit/commit/1a1283319db53c9b8361bab9977ddceb347b756a) - [@gizeasy](https://github.com/gizeasy)
- [docs(DragNDropField): edit docs, examples and error texts (#1393)](https://github.com/gazprom-neft/consta-uikit/commit/6a7b35309317a91d489b02881863c9e2359ab7f2) - [@arhayka](https://github.com/arhayka)
- [docs(Skeleton): edit docs (#1385)](https://github.com/gazprom-neft/consta-uikit/commit/c16db37a063233b88b24fa7549a523d9306a7a1f) - [@arhayka](https://github.com/arhayka)
- [docs(CollapseGroup): edit docs & examples (#1384)](https://github.com/gazprom-neft/consta-uikit/commit/4e393bfcaf10dfbcf1fdb7b9457fef47cf3b87e6) - [@arhayka](https://github.com/arhayka)
- [docs(combobox): edit docs & example (#1376)](https://github.com/gazprom-neft/consta-uikit/commit/292f6ea92968e87ffbefb50a414175226488ccdf) - [@arhayka](https://github.com/arhayka)
- [docs(Header): added a closing tag into the Header story (#1398)](https://github.com/gazprom-neft/consta-uikit/commit/0ae8199a38608e53a4b47b59226d8991f629d5cb) - [@monolithed](https://github.com/monolithed)
- [fix(CollapseGroup): fixed accordion behavior (#1412)](https://github.com/gazprom-neft/consta-uikit/commit/dda555447b785295b573b3dd4b5f6e7bad566012) - [@gizeasy](https://github.com/gizeasy)

--------------------

## v2.2.0 (23/07/2021)
- [docs(Storybook): add thematization chapter (#1372)](https://github.com/gazprom-neft/consta-uikit/commit/55120c57be5a660ba7cdb04fe4cae35fc57c4ecc) - [@gizeasy](https://github.com/gizeasy)
- [fix(DepricatedComponents): fix export](https://github.com/gazprom-neft/consta-uikit/commit/332b44f130d374add0e95bc6e849c7e161cebe7f) - [@gizeasy](https://github.com/gizeasy)
- [chore(Storybook): edit addons structure](https://github.com/gazprom-neft/consta-uikit/commit/c09c89cf55b7dca2b16aa8c2e5d2c76ffce40937) - [@gizeasy](https://github.com/gizeasy)
- [refactor(Tabs): used ResizeObserver to detect tab width changes (#1366)](https://github.com/gazprom-neft/consta-uikit/commit/edbb7284bed8f1b4256613b1ad8f4af04ff21afe) - [@nekitk](https://github.com/nekitk)
- [feat(CollapseGroup): added CollapseGroup (#1306)](https://github.com/gazprom-neft/consta-uikit/commit/1aeee779f511b7ead84942070d8085357eef65fe) - [@Bright-Burn](https://github.com/Bright-Burn)
- [docs(Selects): added information about ref (#1364)](https://github.com/gazprom-neft/consta-uikit/commit/b6bda3ed36c12f2b23778fb1d8b929e0c5274a4e) - [@gizeasy](https://github.com/gizeasy)

--------------------

## v2.1.0 (21/07/2021)

**Важное из обновления:**

* У нас появился компонент `Skeleton` для составления экранов загрузки
* Добавили компонент `DragNDropField` — файловое поле ввода с возможностью перетаскивания файлов курсором мыши
* А ещё мы временно вернули старые селекты (`BasicSelect`,`Combobox`,`MultiCombobox`,`UserSelect`) под флагом `Deprecated` для более плавного перехода на новые
-----

- [feat(Theme): add font-weight variables (#1360)](https://github.com/gazprom-neft/consta-uikit/commit/3bd47d55270aac7eafb5c77220a907f49c29fc19) - [@gizeasy](https://github.com/gizeasy)
- [feat(Skeleton): added new component (#1354)](https://github.com/gazprom-neft/consta-uikit/commit/040c9be1c5b6b400e092bcf6a6cf60b905242c7f) - [@nekitk](https://github.com/nekitk)
- [refactor(Components): refactor types in RadioGroup, SwitchGroup, CheckboxGroup](https://github.com/gazprom-neft/consta-uikit/commit/5248652d1836c13b79e57efcfaf9c22ae7c2677b) - [@gizeasy](https://github.com/gizeasy)
- [docs(UserSelect): edit docs and examples (#1349)](https://github.com/gazprom-neft/consta-uikit/commit/437c2a12e45e4986395e16bc9e258b84c1bd4762) - [@arhayka](https://github.com/arhayka)
- [feat(SelectDeprecated): returned the old components (#1350)](https://github.com/gazprom-neft/consta-uikit/commit/6eb72fce6e913b075a96977051f7c55212844cee) - [@gizeasy](https://github.com/gizeasy)
- [docs(Select): edit docs (#1347)](https://github.com/gazprom-neft/consta-uikit/commit/a48a65d76b12325c8d8d31af1e3a9c41fbcf9dd7) - [@arhayka](https://github.com/arhayka)
- [fix(UserSelect): fixed disable state of item (#1353)](https://github.com/gazprom-neft/consta-uikit/commit/35d25f9ffa2da0ecc67a6ca5b618e17a1237f515) - [@gizeasy](https://github.com/gizeasy)
- [docs(common): add all components description (#1344)](https://github.com/gazprom-neft/consta-uikit/commit/0dabcd1775fc7fcc5a3f3558ceac4b646b004f83) - [@arhayka](https://github.com/arhayka)
- [fix(Table): fixed filter portals (#1342)](https://github.com/gazprom-neft/consta-uikit/commit/a4510f8d802ff1f6ff37bc751bd2d5ab08672bdc) - [@gizeasy](https://github.com/gizeasy)
- [feat(Select): added ref (#1341)](https://github.com/gazprom-neft/consta-uikit/commit/00d1abd1a8ba64441741ee6b5bd8deedd5f42cb7) - [@gizeasy](https://github.com/gizeasy)
- [feat(DragNDropField): more informative error messages (#1345)](https://github.com/gazprom-neft/consta-uikit/commit/0b4e8f0dbfcf1f7c3512eb911f2ff5c107931889) - [@nekitk](https://github.com/nekitk)
- [feat(DragNDropField): added new component and examples (#1329)](https://github.com/gazprom-neft/consta-uikit/commit/a3bdf53a03a9322bb21b8b2f0dbb3cd7feaa9938) - [@nekitk](https://github.com/nekitk)

--------------------

## v2.0.0 (14/07/2021)

---
Встречайте новую версию!

В ней мы переработали `BasicSelect`, `Combobox`, `MultiCombobox`, `UserSelect`, теперь кода стало меньше, а возможностей больше. 

- `BasicSelect` переработали и переименовали в `Select`
- `Combobox`, `MultiCombobox` объединили в один компонент `Combobox`
- `UserSelect` переработали

_Обращаем внимание_: *версии компонентов обратно не совместимы.*

---
- [docs(Checkbox): edit docs (#1320)](https://github.com/gazprom-neft/consta-uikit/commit/c465ecc1ed79b53b74aeb79577e61ce2690b4f44) - [@arhayka](https://github.com/arhayka)
- [docs(Calendar): add docs & examples (#1311)](https://github.com/gazprom-neft/consta-uikit/commit/151de5620be588d8061b8e3379493fe689e7fb08) - [@arhayka](https://github.com/arhayka)
- [docs(Radio): edit docs, move part to RadioGroup (#1314)](https://github.com/gazprom-neft/consta-uikit/commit/95f722861a0138fb28ac1d2acf6d9e42be963a0f) - [@arhayka](https://github.com/arhayka)
- [docs(Checkbox): edit docs, move to CheckboxGroup (#1318)](https://github.com/gazprom-neft/consta-uikit/commit/48a79c27940492c4cacc51a2948fd1e8dfa8da77) - [@arhayka](https://github.com/arhayka)
- [docs(RadioGroup): edit docs, move docs from Radio (#1313)](https://github.com/gazprom-neft/consta-uikit/commit/964927ad1e0ff515f4e36385bdf3f86b859a9f4f) - [@arhayka](https://github.com/arhayka)
- [docs(Grid): edit docs (#1310)](https://github.com/gazprom-neft/consta-uikit/commit/bba313e9faa00b92c1742434300211b58be0e44a) - [@arhayka](https://github.com/arhayka)
- [docs(Selects): added docs for Select, Combobox, UserSelect (#1322)](https://github.com/gazprom-neft/consta-uikit/commit/eba1580dfff23c6682f40a43b2ad3ef763aa96e2) - [@gizeasy](https://github.com/gizeasy)
- [test(Selects): added tests for Select, Combobox, UserSelect](https://github.com/gazprom-neft/consta-uikit/commit/b9a76f6a7e81f3e3436cc6eef2ce5fef91b675b4) - [@gizeasy](https://github.com/gizeasy)
- [test(getGroups): edit tests (#1301)](https://github.com/gazprom-neft/consta-uikit/commit/e44922ec90435b4580f16a6af99b1a5e7d32dc8f) - [@gizeasy](https://github.com/gizeasy)
- [feat(Components): refactoring Select, Combobox, UserSelect (#1280)](https://github.com/gazprom-neft/consta-uikit/commit/936176366cf178a09f4dc1a885c428a3db17cc94) - [@gizeasy](https://github.com/gizeasy)

--------------------

## v1.12.4 (23/06/2021)
- [docs(sla): add sla (#1302)](https://github.com/gazprom-neft/consta-uikit/commit/09477d001b5b392d568ae61cb6e72a1159c5dfd9) - [@kolebayev](https://github.com/kolebayev)
- [docs(Informer): add size description in documentation (#1287)](https://github.com/gazprom-neft/consta-uikit/commit/b508853dbc8deea503b7b019c4a3f0823c7a90fd) - [@arhayka](https://github.com/arhayka)
- [docs(Text): remove width description (#1288)](https://github.com/gazprom-neft/consta-uikit/commit/6bb5a935c97d6dd051c8ea08fa59e703134c39b1) - [@arhayka](https://github.com/arhayka)
- [docs(Collapse): add docs (#1291)](https://github.com/gazprom-neft/consta-uikit/commit/cc673f53eb1b352ee586a8dffa8c01b2ca63acac) - [@arhayka](https://github.com/arhayka)

--------------------

## v1.12.3 (09/06/2021)
- [docs(useThemeVars): edit docs (#1251)](https://github.com/gazprom-neft/consta-uikit/commit/7981b101e88ccd96533f866143d4fbfbeaabfbc8) - [@arhayka](https://github.com/arhayka)
- [docs(useForkRef): edit docs (#1250)](https://github.com/gazprom-neft/consta-uikit/commit/172d5a71b93ddc30ac88f0357f1d589c81fcb8e1) - [@arhayka](https://github.com/arhayka)
- [docs(UseDebounce): edit docs (#1249)](https://github.com/gazprom-neft/consta-uikit/commit/6d66b465ce51e2effcee2ea238f510f5f693f0b2) - [@arhayka](https://github.com/arhayka)
- [docs(useClickOutside): edit docs (#1248)](https://github.com/gazprom-neft/consta-uikit/commit/356d70f3d67b6b59ac1100af741362767189168e) - [@arhayka](https://github.com/arhayka)
- [docs(useChoiceGroup): edit docs (#1247)](https://github.com/gazprom-neft/consta-uikit/commit/716c416bf357d983173f65b8e82df613e5f2e36f) - [@arhayka](https://github.com/arhayka)
- [feat(Table): add the ability to collapse table rows (#1199)](https://github.com/gazprom-neft/consta-uikit/commit/5639d8239eb1c67b47e98300b1af6a9b4403603c) - [@DmitriyKaurov](https://github.com/DmitriyKaurov)
- [fix(Theme): fix color calculation parameter (#1254)](https://github.com/gazprom-neft/consta-uikit/commit/0fa0abaabd40e7a5b7e0f428ed6a343cee36a5bc) - [@kolebayev](https://github.com/kolebayev)
- [docs(icons): add docs for new icons (#1252)](https://github.com/gazprom-neft/consta-uikit/commit/8a7f4a7f84439e5fd018d9f95ce7d3ad185b58a9) - [@kolebayev](https://github.com/kolebayev)

--------------------

## v1.12.2 (02/06/2021)
- [fix(Table): fixed tests](https://github.com/gazprom-neft/consta-uikit/commit/8e5a4608810e13c340d26caf2516cce3a5f60fd9) - [@gizeasy](https://github.com/gizeasy)
- [feat(components): applied shadow variables (#1226)](https://github.com/gazprom-neft/consta-uikit/commit/75c0bc2f0db00a9013f81a80a1b4d45115ab18c1) - [@karpovfv-nedra](https://github.com/karpovfv-nedra)

--------------------

## v1.12.1 (31/05/2021)
- [chore(deps): bump dns-packet from 1.3.1 to 1.3.4 (#1231)](https://github.com/gazprom-neft/consta-uikit/commit/2b218dd47c02bd704631a9e9cfd4421494e0fe00) - [@dependabot[bot]](https://github.com/dependabot[bot])
- [fix(TabsTab): fix styles (#1236)](https://github.com/gazprom-neft/consta-uikit/commit/7d59677f50f413eb362d980e39dbe0412da642ce) - [@dmitriykorsakovnedra](https://github.com/dmitriykorsakovnedra)

--------------------

## v1.12.0 (26/05/2021)
- [feat(Calendar): added useCurrentVisibleDate (#1223)](https://github.com/gazprom-neft/consta-uikit/commit/6285a52d31f3b82e1016296cfd50cfadc5da5e24) - [@gizeasy](https://github.com/gizeasy)
- [feat(UserSelect): create UserSelect component and story/docs (#1127)](https://github.com/gazprom-neft/consta-uikit/commit/38b606bd6a57895741af7c7fac5d8db469eea333) - [@karpovfv-nedra](https://github.com/karpovfv-nedra)
- [fix(Table): reexport filter components and TableFilterContainer(#1208)](https://github.com/gazprom-neft/consta-uikit/commit/30cb3eb49badde39f1a57bcd5ecbd99ddbcfcb5e) - [@gizeasy](https://github.com/gizeasy)
- [feat(Theme): added shadow variables (#1204)](https://github.com/gazprom-neft/consta-uikit/commit/0434cd1f5c76cfb081b441a6e02a680745f5d669) - [@karpovfv-nedra](https://github.com/karpovfv-nedra)
- [feat(ThemeToggler): added tests (#1202)](https://github.com/gazprom-neft/consta-uikit/commit/1e1f0f447b4572a620932d0c008a859c6e7d6d68) - [@karpovfv-nedra](https://github.com/karpovfv-nedra)
- [feat(Combobox): added inputRef prop (#1193)](https://github.com/gazprom-neft/consta-uikit/commit/e8a67bb704c2501833b112cfc19742e9ff301046) - [@karpovfv-nedra](https://github.com/karpovfv-nedra)
- [chore(postCss): remove postcss-calc (#1200)](https://github.com/gazprom-neft/consta-uikit/commit/191e3e8dc8c5760163bbd21f09eaaab00c24fe2a) - [@gizeasy](https://github.com/gizeasy)
- [refactor(Calendar): rename api props and internal variables (#1198)](https://github.com/gazprom-neft/consta-uikit/commit/a5c1bf596037d398a989c982c3a4d54a4d007dd1) - [@gizeasy](https://github.com/gizeasy)
- [fix(ThemePreview): fixed state (#1187)](https://github.com/gazprom-neft/consta-uikit/commit/a9c8aaaf3057705f1c7cb9d9995bdec52c1724c2) - [@gizeasy](https://github.com/gizeasy)
- [docs(common): add docs about validation (#1080)](https://github.com/gazprom-neft/consta-uikit/commit/6096886eb43437048860607b44edf72fce60e62a) - [@arhayka](https://github.com/arhayka)

--------------------

## v1.11.14 (19/05/2021)
- [docs(useForkRef): add docs (#1181)](https://github.com/gazprom-neft/consta-uikit/commit/c9f6337d2b731ab8d9c25204e35dd5c805026b1f) - [@gizeasy](https://github.com/gizeasy)
- [docs(useDebounce): add docs (#1171)](https://github.com/gazprom-neft/consta-uikit/commit/6afe35aebb921a8b812627ca14d47af2c10f4c3a) - [@gizeasy](https://github.com/gizeasy)
- [docs(useClickOutside): add docs (#1170)](https://github.com/gazprom-neft/consta-uikit/commit/a0c774dbc2cc5121b2f0ac04b4fd5c292cc273ee) - [@gizeasy](https://github.com/gizeasy)
- [docs(useThemeVars): edit docs (#1169)](https://github.com/gazprom-neft/consta-uikit/commit/f8a457987e81e99116c3c1b73c6453df60e7dcab) - [@gizeasy](https://github.com/gizeasy)
- [docs(useChoiceGroup): add docs (#1168)](https://github.com/gazprom-neft/consta-uikit/commit/4e0032baf118e008e9c921799fdd2fcc5f53cb5a) - [@gizeasy](https://github.com/gizeasy)
- [fix(BasicSelect/Combobox/MultiCombobox): fix unique key error (#1172)](https://github.com/gazprom-neft/consta-uikit/commit/0440c1a0eeb6a6ab42096a34bbd584d3d6c18c07) - [@karpovfv-nedra](https://github.com/karpovfv-nedra)
- [docs(Theme): add color value preview (#1173)](https://github.com/gazprom-neft/consta-uikit/commit/cdcdf30d5cca84463e2d9e182044e17a16b7f2c8) - [@kolebayev](https://github.com/kolebayev)
- [feat(Calendar): added component and tests (#1154)](https://github.com/gazprom-neft/consta-uikit/commit/93751cad6031b201c5f3083d1bfdfbb7e87975fa) - [@gizeasy](https://github.com/gizeasy)
- [feat(Informer): add mod size (#1160)](https://github.com/gazprom-neft/consta-uikit/commit/6d95f875a05cda973f686219b7fcff51dc4e92fa) - [@gizeasy](https://github.com/gizeasy)
- [chore(storybook): added .stories.mdx for build (#1162)](https://github.com/gazprom-neft/consta-uikit/commit/9299f27327cb132a8de2d71fc3d6549f1d011d40) - [@gizeasy](https://github.com/gizeasy)
- [chore(github): Update issue templates (#1141)](https://github.com/gazprom-neft/consta-uikit/commit/e8767f4d0ad9a8eb150ab32d58a95f52ff91a185) - [@gizeasy](https://github.com/gizeasy)

--------------------

## v1.11.13 (12/05/2021)
- [docs(theme): add shadows info (#1121)](https://github.com/gazprom-neft/consta-uikit/commit/ac985e2e5fdd26c84850ce9072ad0e44e68cc87f) - [@kolebayev](https://github.com/kolebayev)
- [chore(chromatic): remove (#1118)](https://github.com/gazprom-neft/consta-uikit/commit/09afcee88f2b0050f6f4ac9a83f1d24967d61bcf) - [@gizeasy](https://github.com/gizeasy)
- [feat(useThemeVars): export types (#1117)](https://github.com/gazprom-neft/consta-uikit/commit/0e5284d03fa81c91838a6dccf947b40c986a6c37) - [@gizeasy](https://github.com/gizeasy)
- [chore(deps-dev): bump postcss from 7.0.31 to 8.2.10 (#1114)](https://github.com/gazprom-neft/consta-uikit/commit/deac73bfde551ff7397792bc804857c5d264fe51) - [@dependabot](https://github.com/dependabot)
- [chore(deps): bump hosted-git-info from 2.8.8 to 2.8.9 (#1108)](https://github.com/gazprom-neft/consta-uikit/commit/9ed3fc7c8d339e9a1e7a20d62b66fdbd3b21666b) - [@dependabot](https://github.com/dependabot)
- [chore(deps): bump url-parse from 1.4.7 to 1.5.1 (#1107)](https://github.com/gazprom-neft/consta-uikit/commit/f5f19d580227886a7a178c5daade518f3856b925) - [@dependabot](https://github.com/dependabot)
- [chore(deps): bump ssri from 6.0.1 to 6.0.2 (#1097)](https://github.com/gazprom-neft/consta-uikit/commit/4615b96f062a54bd2cdfcfced2c6c00c544db1e8) - [@dependabot](https://github.com/dependabot)
- [chore(github): Update issue templates (#1098)](https://github.com/gazprom-neft/consta-uikit/commit/7ad000ac89c7c2bb18bac685806b6cf60b62bbf6) - [@kolebayev](https://github.com/kolebayev)
- [fix(collapse): fix grouping in storybook sidebar(#1100)](https://github.com/gazprom-neft/consta-uikit/commit/61bd2b2588261f9f5b36ac3280023b1e94ccbeb6) - [@kolebayev](https://github.com/kolebayev)

--------------------

## v1.11.12 (28/04/2021)
- [chore(storybook): edit configs](https://github.com/gazprom-neft/consta-uikit/commit/b08ba8a274b70fdb7989160d46d81261fcf3a184) - [@gizeasy](https://github.com/gizeasy)
- [feat(Collapse): create component, story, doc (#988)](https://github.com/gazprom-neft/consta-uikit/commit/8ee65c35fbe94a7a3926df1fd4ba5c926c7050be) - [@azhadanov](https://github.com/azhadanov)

--------------------

## v1.11.11 (23/04/2021)
- [docs(readme): general info added (#1070)](https://github.com/gazprom-neft/consta-uikit/commit/e0b89ffdfdc9313941b556f211f0520e6e973e43) - [@schurf-des](https://github.com/schurf-des)
- [docs(Breadcrumbs): fixed example (#1007)](https://github.com/gazprom-neft/consta-uikit/commit/6fdedd8c3882a1e1a64dc8bd276ef362c510a544) - [@karpovfv-nedra](https://github.com/karpovfv-nedra)
- [docs(FileField): edit docs for FileField (#1034)](https://github.com/gazprom-neft/consta-uikit/commit/3e37f45c188ffd95cc03b990bca7ed36a20091fb) - [@arhayka](https://github.com/arhayka)
- [docs(ThemeToggler): update docs (#1045)](https://github.com/gazprom-neft/consta-uikit/commit/5bc97e9557c5861c58fb840f87e6ede9ed058c7e) - [@arhayka](https://github.com/arhayka)
- [docs(Header): edit docs (#1053)](https://github.com/gazprom-neft/consta-uikit/commit/a4df2e73c5a4d6d44781fba4cc9c52095775b38e) - [@arhayka](https://github.com/arhayka)

--------------------

## v1.11.10 (20/04/2021)
- [chore(github): Update issue templates (#1041)](https://github.com/gazprom-neft/consta-uikit/commit/bd71b9bbace0730438d3bc51033b307360006410) - [@kolebayev](https://github.com/kolebayev)
- [feat(useThemeVars): added hook useThemeVars (#1042)](https://github.com/gazprom-neft/consta-uikit/commit/6c6f133781bd48c7e4ac7ed3fcb6a1eeb8c850be) - [@gizeasy](https://github.com/gizeasy)
- [feat(Icon): add new icons (#1058)](https://github.com/gazprom-neft/consta-uikit/commit/cc5c1fea76683f08b31c2557baff2823f15a4f8b) - [@kolebayev](https://github.com/kolebayev)
- [feat(FileIcon):  refactor file-icons,  add JSON file icon (#1057)](https://github.com/gazprom-neft/consta-uikit/commit/a16c746df1016a9e1a43ddd7bf481d13e9000b35) - [@kolebayev](https://github.com/kolebayev)
- [fix(storybook): add to group in sidebar (#1060)](https://github.com/gazprom-neft/consta-uikit/commit/123352a264670675fc81b4cb8c3a98a07840469e) - [@kolebayev](https://github.com/kolebayev)
- [feat(icons): add IconLineAndBarChart (#1026)](https://github.com/gazprom-neft/consta-uikit/commit/b93a33f3d1c9354356e68181f48b0853e7a6fc6f) - [@kolebayev](https://github.com/kolebayev)
- [fix(storybook): component groups (#1025)](https://github.com/gazprom-neft/consta-uikit/commit/211d6238fc167378a42ee679fb81cfa95dd98900) - [@kolebayev](https://github.com/kolebayev)
- [docs(common): add docs about issues (#1023)](https://github.com/gazprom-neft/consta-uikit/commit/9a5041f2078d887fc76474ae7081b186ab429c15) - [@arhayka](https://github.com/arhayka)
- [feat(Table): add column render fn (#824)](https://github.com/gazprom-neft/consta-uikit/commit/59bfc9a39ddc06c9dc08358389790dd7f8609cb7) - [@vasilevx](https://github.com/vasilevx)
- [chore(deps): bump y18n from 3.2.1 to 3.2.2 (#1013)](https://github.com/gazprom-neft/consta-uikit/commit/639818524e8dea91b26aad2dc6c66fef637519b9) - [@dependabot[bot]](https://github.com/dependabot[bot])
- [chore(CODEOWNERS): update CODEOWNERS (#1043)](https://github.com/gazprom-neft/consta-uikit/commit/cd0f9b72f3d5882699f7a34226c8571972106f5c) - [@gizeasy](https://github.com/gizeasy)
- [feat(ProgressSpin): add default spinning (#971)](https://github.com/gazprom-neft/consta-uikit/commit/2a7bdc550e9525d373df28c543a5a747d25703ed) - [@azhadanov](https://github.com/azhadanov)
- [Feat/themetoggler development (#879)](https://github.com/gazprom-neft/consta-uikit/commit/7698d605af18033d8e0468cfe7c98f370807b084) - [@azhadanov](https://github.com/azhadanov)
- [chore(Storybook): add Figma integration (#1014)](https://github.com/gazprom-neft/consta-uikit/commit/fc455406a8c9d7f9584425f8226ae3118483e57f) - [@azhadanov](https://github.com/azhadanov)

--------------------

## v1.11.9 (25/03/2021)
- [feat(Table): add custom filters (#804)](https://github.com/gazprom-neft/consta-uikit/commit/e6c956776758a8990b51d194f32c374758dff879) - [@vasilevx](https://github.com/vasilevx)

--------------------

## v1.11.8 (17/03/2021)
- [chore(bem-cn): removed package from dependencies](https://github.com/gazprom-neft/consta-uikit/commit/3347b6c02d4fd94de96672ce9a6c075293f065b6) - [@gizeasy](https://github.com/gizeasy)
- [feat(Button): added new sizes for modifier _onlyIcon (#982)](https://github.com/gazprom-neft/consta-uikit/commit/0016c6cdd7a5bedf5c6ba255b183c7786c3abc7f) - [@gizeasy](https://github.com/gizeasy)
- [docs(Step): edit docs for Steps (#924)](https://github.com/gazprom-neft/consta-uikit/commit/a0deff43d5630d7a0027abdb9524d84999c60676) - [@arhayka](https://github.com/arhayka)
- [feat(hooks): added the ability to get the sizes of SVG elements in useComponentSize (#980)](https://github.com/gazprom-neft/consta-uikit/commit/de5b294b86347790d6a36ec0b5ea226d7e313ce2) - [@al-fyodorov](https://github.com/al-fyodorov)
- [docs(general): add remark about IE and old Edge version (#961)](https://github.com/gazprom-neft/consta-uikit/commit/3b4691e768e9b0a519a2539ec10940d975eb62eb) - [@arhayka](https://github.com/arhayka)
- [chore(postcss): added postcss-mixin](https://github.com/gazprom-neft/consta-uikit/commit/c27a6c25c38d0a53ec33661316522ae5c76faed9) - [@gizeasy](https://github.com/gizeasy)
- [feat(Grid): added component](https://github.com/gazprom-neft/consta-uikit/commit/97391f3983565b68ad2d76e4dd44d18b618943e9) - [@fooontic](https://github.com/fooontic)

--------------------

## v1.11.7 (10/03/2021)
- [refactor(Tabs): removed casting to types and more fix (#958)](https://github.com/gazprom-neft/consta-uikit/commit/82949196c2ecdfd51242257e8f15cf4d9e535119) - [@gizeasy](https://github.com/gizeasy)
- [chore(react-app-env): add mdx types (#974)](https://github.com/gazprom-neft/consta-uikit/commit/d35bafef3f78b877b6670b71666c5af681784e83) - [@azhadanov](https://github.com/azhadanov)
- [fix(TextField): fix cols and rows props (#957)](https://github.com/gazprom-neft/consta-uikit/commit/a6d1704eb791910319615dee3a9298aa78654231) - [@azhadanov](https://github.com/azhadanov)
- [fix(MultiCombobox): fix clear value function (#959)](https://github.com/gazprom-neft/consta-uikit/commit/64e428c16b1100c262c2db011f66fd7bc935d259) - [@azhadanov](https://github.com/azhadanov)
- [chore(Prettier): add commit-formatting for mdx files (#970)](https://github.com/gazprom-neft/consta-uikit/commit/cb013105d6304c849cc6154b1bf4cc1b5d99acd6) - [@azhadanov](https://github.com/azhadanov)
- [chore(deps): bump elliptic from 6.5.3 to 6.5.4 (#969)](https://github.com/gazprom-neft/consta-uikit/commit/a54a7c4d38f09e5ef319be01fd35f010fb35403d) - [@dependabot[bot]](https://github.com/dependabot[bot])
- [chore(CODEOWNERS): update (#960)](https://github.com/gazprom-neft/consta-uikit/commit/4af8e14ff9735804d2b3e67f8eae207086eadf2e) - [@gizeasy](https://github.com/gizeasy)

--------------------

## v1.11.6 (03/03/2021)
- [docs(components): fix some links (#884)](https://github.com/gazprom-neft/consta-uikit/commit/5bb19e3be64943f8b50c9c3f1fb083ab03ac61c1) - [@azhadanov](https://github.com/azhadanov)
- [docs(Theme): add doc for creating custom preset (#856)](https://github.com/gazprom-neft/consta-uikit/commit/2c921381f4ce0a35fe07a09ccf4c104fa296ba5c) - [@kolebayev](https://github.com/kolebayev)
