v3.1.2
🎨 StoryBook
📄 Changelog
Added
- New
GridColumn
component. - Progress: split into
ProgressCircular
andProgressLinear
components.Progress
is now deprecated. - ProgressCircular: add
size
variants.
Changed
- Badge, Button, Chip, Icon, Link: only
ColorPalette
values are allowed on thecolor
prop (instead ofstring
). This has no impact on functionality, if you used unsupported color before, you can ignore TS errors withas any
.
Fixed
- Tab: fix disabled state.