Skip to content

v3.1.2

Compare
Choose a tag to compare
@gcornut gcornut released this 10 Jan 14:23
· 460 commits to master since this release

🎨 StoryBook

📄 Changelog

Added

  • New GridColumn component.
  • Progress: split into ProgressCircular and ProgressLinear components. Progress is now deprecated.
  • ProgressCircular: add size variants.

Changed

  • Badge, Button, Chip, Icon, Link: only ColorPalette values are allowed on the color prop (instead of string). This has no impact on functionality, if you used unsupported color before, you can ignore TS errors with as any.

Fixed

  • Tab: fix disabled state.