<!-- Release notes authoring guidelines: http://keepachangelog.com/ -->

# Tooltips Release Notes

<!-- ## [Unreleased] -->

## 2.24.0

### Changed

- Updated Tooltip component description.

## 2.17.0

### Added

- Added `slds` as the default namespace with `sds` fallbacks for Styling Hooks.

## 2.13.3

### Changed

- Treat Styling Hooks targeting text color as an element, previously referred to as a property. e.g. `--sds-c-tooltip-color-text` => `--sds-c-tooltip-text-color`.

## 2.13.0

### Added

- Enabled styling hooks for tooltip. See tooltip's styling hooks overview table for a full listing of the currently available hooks.

### Changed

- Updated blueprint examples from anchor links to more semantically correct buttons

## 2.8.0

### Added

- Added examples for tooltip triggered by links, buttons, and inputs
