# v0.6.0 - January 16, 2025

Version 0.6.0 introduces the ActionBar component and adds staticColor="auto" support to multiple components. This release includes Button gradient variants, Menu improvements, and various component fixes.

## New Components

* [ActionBar](../ActionBar.html)

## Updates

* [Button](../Button.html): Add `genai` and `premium` gradient variants
* [Menu](../Menu.html): Add `hideLinkOutIcon` prop, update alignment of items in different sections, and show checkmark on selected items that are links.
* Added `staticColor="auto"` option to [ActionButton](../ActionButton.html), [ToggleButton](../ToggleButton.html), [Divider](../Divider.html), [Meter](../Meter.html), [ProgressBar](../ProgressBar.html), and [Link](../Link.html)
* [ContextualHelp](../ContextualHelp.html): Fix alignment with field labels
* [InlineAlert](../InlineAlert.html): Remove maximum width
* [CheckboxGroup](../CheckboxGroup.html): Fix `isRequired` within a Form

## Codemods

* Added TableView codemods

## Github release tag

[Tag v0.6.0](https://github.com/adobe/react-spectrum/releases/tag/%40react-spectrum%2Fs2%400.6.0)
