# v0.4.0

<Time date={date}/>

Version 0.4.0 introduces six new components including Accordion, Card, CardView, and TableView. This release includes ProgressBar and Badge enhancements, Button pending state support, and various component improvements.

## New components

* [Accordion](../Accordion.html)
* [Disclosure](../Disclosure.html)
* [Card](../Card.html)
* [CardView](../CardView.html)
* [SegmentedControl](../SegmentedControl.html)
* [TableView](../TableView.html)

## Updates

* [ProgressBar](../ProgressBar.html): Support side label, update edges to be rounded, and support custom widths
* [ProgressCircle](../ProgressCircle.html): Update edges to be rounded
* [Badge](../Badge.html): Add subtle and outline fill variants
* [Breadcrumbs](../Breadcrumbs.html): Add collapse behavior
* [Button](../Button.html): Add support for pending state
* Update Spectrum Tokens to v46

## Codemods

* Handle legacy Link API
* Remove Section and Items imports if not used elsewhere in file
* Support Badge
* Support Well
* Support icons
* Fix links and install step
