# v0.6.0

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.md)

## Updates

* [Button](../Button.md): Add `genai` and `premium` gradient variants
* [Menu](../Menu.md): 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.md), [ToggleButton](../ToggleButton.md), [Divider](../Divider.md), [Meter](../Meter.md), [ProgressBar](../ProgressBar.md), and [Link](../Link.md)
* [ContextualHelp](../ContextualHelp.md): Fix alignment with field labels
* [InlineAlert](../InlineAlert.md): Remove maximum width
* [CheckboxGroup](../CheckboxGroup.md): Fix `isRequired` within a Form

## Codemods

* Added TableView codemods
