Releases: consta-design-system/uikit
Releases · consta-design-system/uikit
v3.0.0
Важное из обновления:
Переработали компонент Tabs
, добавили новые возможности (горизонтальная прокрутка, возможность отображать Badge и другие). Вертикальные Tabs
теперь не только в Figma, но и в коде!
Внимание: свойство renderItem
обратно не совместимо.
- docs(readme): edit readme (#1433) - @arhayka
- docs(Tabs): edit docs, add examples (#1421) - @arhayka
- chore(gren): edit config - @gizeasy
- fix(DragNDropField): show custom view while dragging files (#1378) - @nekitk
- feat(Tabs): added new items fit mode - scroll - @nekitk
- feat(Tabs): adapt tabs to available width by hiding unfitting tabs in dropdown - @nekitk
- feat(Tabs): added line position variants - @nekitk
v2.2.1
- test(DragNDropField): fix tests - @gizeasy
- docs(DragNDropField): edit docs, examples and error texts (#1393) - @arhayka
- docs(Skeleton): edit docs (#1385) - @arhayka
- docs(CollapseGroup): edit docs & examples (#1384) - @arhayka
- docs(combobox): edit docs & example (#1376) - @arhayka
- docs(Header): added a closing tag into the Header story (#1398) - @monolithed
- fix(CollapseGroup): fixed accordion behavior (#1412) - @gizeasy
v2.2.0
- docs(Storybook): add thematization chapter (#1372) - @gizeasy
- fix(DepricatedComponents): fix export - @gizeasy
- chore(Storybook): edit addons structure - @gizeasy
- refactor(Tabs): used ResizeObserver to detect tab width changes (#1366) - @nekitk
- feat(CollapseGroup): added CollapseGroup (#1306) - @Bright-Burn
- docs(Selects): added information about ref (#1364) - @gizeasy
v2.1.0
Важное из обновления:
- У нас появился компонент
Skeleton
для составления экранов загрузки - Добавили компонент
DragNDropField
— файловое поле ввода с возможностью перетаскивания файлов курсором мыши - А ещё мы временно вернули старые селекты (
BasicSelect
,Combobox
,MultiCombobox
,UserSelect
) под флагомDeprecated
для более плавного перехода на новые
- feat(Theme): add font-weight variables (#1360) - @gizeasy
- feat(Skeleton): added new component (#1354) - @nekitk
- refactor(Components): refactor types in RadioGroup, SwitchGroup, CheckboxGroup - @gizeasy
- docs(UserSelect): edit docs and examples (#1349) - @arhayka
- feat(SelectDeprecated): returned the old components (#1350) - @gizeasy
- docs(Select): edit docs (#1347) - @arhayka
- fix(UserSelect): fixed disable state of item (#1353) - @gizeasy
- docs(common): add all components description (#1344) - @arhayka
- fix(Table): fixed filter portals (#1342) - @gizeasy
- feat(Select): added ref (#1341) - @gizeasy
- feat(DragNDropField): more informative error messages (#1345) - @nekitk
- feat(DragNDropField): added new component and examples (#1329) - @nekitk
v2.0.0
Встречайте новую версию!
В ней мы переработали BasicSelect
, Combobox
, MultiCombobox
, UserSelect
, теперь кода стало меньше, а возможностей больше.
BasicSelect
переработали и переименовали вSelect
Combobox
,MultiCombobox
объединили в один компонентCombobox
UserSelect
переработали
Обращаем внимание: версии компонентов обратно не совместимы.
- docs(Checkbox): edit docs (#1320) - @arhayka
- docs(Calendar): add docs & examples (#1311) - @arhayka
- docs(Radio): edit docs, move part to RadioGroup (#1314) - @arhayka
- docs(Checkbox): edit docs, move to CheckboxGroup (#1318) - @arhayka
- docs(RadioGroup): edit docs, move docs from Radio (#1313) - @arhayka
- docs(Grid): edit docs (#1310) - @arhayka
- docs(Selects): added docs for Select, Combobox, UserSelect (#1322) - @gizeasy
- test(Selects): added tests for Select, Combobox, UserSelect - @gizeasy
- test(getGroups): edit tests (#1301) - @gizeasy
- feat(Components): refactoring Select, Combobox, UserSelect (#1280) - @gizeasy
v1.12.4
v1.12.3
- docs(useThemeVars): edit docs (#1251) - @arhayka
- docs(useForkRef): edit docs (#1250) - @arhayka
- docs(UseDebounce): edit docs (#1249) - @arhayka
- docs(useClickOutside): edit docs (#1248) - @arhayka
- docs(useChoiceGroup): edit docs (#1247) - @arhayka
- feat(Table): add the ability to collapse table rows (#1199) - @DmitriyKaurov
- fix(Theme): fix color calculation parameter (#1254) - @kolebayev
- docs(icons): add docs for new icons (#1252) - @kolebayev
v1.12.2
v1.12.1
v1.12.0
- feat(Calendar): added useCurrentVisibleDate (#1223) - @gizeasy
- feat(UserSelect): create UserSelect component and story/docs (#1127) - @karpovfv-nedra
- fix(Table): reexport filter components and TableFilterContainer(#1208) - @gizeasy
- feat(Theme): added shadow variables (#1204) - @karpovfv-nedra
- feat(ThemeToggler): added tests (#1202) - @karpovfv-nedra
- feat(Combobox): added inputRef prop (#1193) - @karpovfv-nedra
- chore(postCss): remove postcss-calc (#1200) - @gizeasy
- refactor(Calendar): rename api props and internal variables (#1198) - @gizeasy
- fix(ThemePreview): fixed state (#1187) - @gizeasy
- docs(common): add docs about validation (#1080) - @arhayka