---
title: Version 2.8.2
description:
  Explore the changelog for Chakra UI version 2.8.2. Learn about the latest
  features, bug fixes, and improvements.
releaseUrl: https://github.com/chakra-ui/chakra-ui/pull/8007
releaseDate: November 9, 2023
version: 2.8.2
---

## @chakra-ui/form-control@2.2.0

### Minor Changes

- [#8102](https://github.com/chakra-ui/chakra-ui/pull/8102)
  [`389ff6184`](https://github.com/chakra-ui/chakra-ui/commit/389ff61843a41cd81431c385b4a8b38c2c2388df)
  Thanks [@nikparo](https://github.com/nikparo)! - Allow theming FormControl
  through state style props and its children through \_group\* style props

### Patch Changes

- Updated dependencies

## @chakra-ui/next-js@2.2.0

### Minor Changes

- [#8028](https://github.com/chakra-ui/chakra-ui/pull/8028)
  [`61f965a41`](https://github.com/chakra-ui/chakra-ui/commit/61f965a4143012658156d362e809fdd9b0a616f5)
  Thanks [@klausbadelt](https://github.com/klausbadelt)! - add isExternal to
  types

## @chakra-ui/storybook-addon@5.1.0

### Minor Changes

- [#8109](https://github.com/chakra-ui/chakra-ui/pull/8109)
  [`4340dbda4`](https://github.com/chakra-ui/chakra-ui/commit/4340dbda47bd01d8b4e64ef70a44401a1853606d)
  Thanks [@TylerAPfledderer](https://github.com/TylerAPfledderer)! - Bumps
  Storybook deps to latest (7.5.3) and updates the tooling

  - Toggling state for color mode originally used Storybook's `useAddonState`
    api hook. However, this hook is not reliable to persistent allow toggling of
    boolean state. Replaces this hook with React's `useState` as this state is a
    primitive.
  - Makes use of the `makeDecorator` function to make this addon more like an
    official Storybook addon.
  - Removes unneeded props from the button components that were originally part
    of a Type error bug.

## @chakra-ui/alert@2.2.2

### Patch Changes

- [#8014](https://github.com/chakra-ui/chakra-ui/pull/8014)
  [`6d12ea81f`](https://github.com/chakra-ui/chakra-ui/commit/6d12ea81f4791f4df2953533b570178f59551b74)
  Thanks [@CalleEklund](https://github.com/CalleEklund)! - Set the standard
  color for toasts and alerts to a slightly darker color to make i WCAG
  compatible
- Updated dependencies

## @chakra-ui/anatomy@2.2.2

### Patch Changes

- [#8097](https://github.com/chakra-ui/chakra-ui/pull/8097)
  [`2647e00ef`](https://github.com/chakra-ui/chakra-ui/commit/2647e00ef130b070a0b601d7b456a2462591f5a3)
  Thanks [@iNetJoJo](https://github.com/iNetJoJo)! - Add missing stepper anatomy
  parts

## @chakra-ui/checkbox@2.3.2

### Patch Changes

- Updated dependencies
  \[[`389ff6184`](https://github.com/chakra-ui/chakra-ui/commit/389ff61843a41cd81431c385b4a8b38c2c2388df)]

## @chakra-ui/input@2.1.2

### Patch Changes

- Updated dependencies
  \[[`389ff6184`](https://github.com/chakra-ui/chakra-ui/commit/389ff61843a41cd81431c385b4a8b38c2c2388df)]

## @chakra-ui/number-input@2.1.2

### Patch Changes

- Updated dependencies
  \[[`389ff6184`](https://github.com/chakra-ui/chakra-ui/commit/389ff61843a41cd81431c385b4a8b38c2c2388df)]

## @chakra-ui/provider@2.4.2

### Patch Changes

- Updated dependencies

## @chakra-ui/radio@2.1.2

### Patch Changes

- Updated dependencies
  \[[`389ff6184`](https://github.com/chakra-ui/chakra-ui/commit/389ff61843a41cd81431c385b4a8b38c2c2388df)]

## @chakra-ui/react@2.8.2

### Patch Changes

- Updated dependencies
  \[[`389ff6184`](https://github.com/chakra-ui/chakra-ui/commit/389ff61843a41cd81431c385b4a8b38c2c2388df),
  [`4168094f3`](https://github.com/chakra-ui/chakra-ui/commit/4168094f327b5b8fd0fcd040363117cdf148e283),
  [`b6befea76`](https://github.com/chakra-ui/chakra-ui/commit/b6befea762b44f923af42792473963215dc50ed1),
  [`6d12ea81f`](https://github.com/chakra-ui/chakra-ui/commit/6d12ea81f4791f4df2953533b570178f59551b74),
  [`3dc2dd41d`](https://github.com/chakra-ui/chakra-ui/commit/3dc2dd41d50674834cc23f449da37fd604cf311c)]

## @chakra-ui/select@2.1.2

### Patch Changes

- Updated dependencies
  \[[`389ff6184`](https://github.com/chakra-ui/chakra-ui/commit/389ff61843a41cd81431c385b4a8b38c2c2388df)]

## @chakra-ui/switch@2.1.2

### Patch Changes

- Updated dependencies

## @chakra-ui/textarea@2.1.2

### Patch Changes

- Updated dependencies
  \[[`389ff6184`](https://github.com/chakra-ui/chakra-ui/commit/389ff61843a41cd81431c385b4a8b38c2c2388df)]

## @chakra-ui/theme@3.3.1

### Patch Changes

- Updated dependencies
  \[[`2647e00ef`](https://github.com/chakra-ui/chakra-ui/commit/2647e00ef130b070a0b601d7b456a2462591f5a3)]

## @chakra-ui/theme-tools@2.1.2

### Patch Changes

- Updated dependencies
  \[[`2647e00ef`](https://github.com/chakra-ui/chakra-ui/commit/2647e00ef130b070a0b601d7b456a2462591f5a3)]

## @chakra-ui/toast@7.0.2

### Patch Changes

- [#8004](https://github.com/chakra-ui/chakra-ui/pull/8004)
  [`3dc2dd41d`](https://github.com/chakra-ui/chakra-ui/commit/3dc2dd41d50674834cc23f449da37fd604cf311c)
  Thanks [@uship-elon](https://github.com/uship-elon)! - Unique aria-labels for
  toast-manager divs

- Updated dependencies
  \[[`4168094f3`](https://github.com/chakra-ui/chakra-ui/commit/4168094f327b5b8fd0fcd040363117cdf148e283),
  [`6d12ea81f`](https://github.com/chakra-ui/chakra-ui/commit/6d12ea81f4791f4df2953533b570178f59551b74)]

## @chakra-ui/tooltip@2.3.1

### Patch Changes

- [#8074](https://github.com/chakra-ui/chakra-ui/pull/8074)
  [`b6befea76`](https://github.com/chakra-ui/chakra-ui/commit/b6befea762b44f923af42792473963215dc50ed1)
  Thanks [@lexanth](https://github.com/lexanth)! - Don't track tooltip scroll
  parent when `closeOnScroll` is not set

## @chakra-ui/styled-system@2.9.2

### Patch Changes

- [#8057](https://github.com/chakra-ui/chakra-ui/pull/8057)
  [`4168094f3`](https://github.com/chakra-ui/chakra-ui/commit/4168094f327b5b8fd0fcd040363117cdf148e283)
  Thanks [@hirotomoyamada](https://github.com/hirotomoyamada)! - Fixed a bug
  where `hueRotate` and `backdropHueRotate` were not working.

## @chakra-ui/system@2.6.2

### Patch Changes

- Updated dependencies
  \[[`4168094f3`](https://github.com/chakra-ui/chakra-ui/commit/4168094f327b5b8fd0fcd040363117cdf148e283)]

## @chakra-ui/theme-utils@2.0.21

### Patch Changes

- Updated dependencies
  \[[`4168094f3`](https://github.com/chakra-ui/chakra-ui/commit/4168094f327b5b8fd0fcd040363117cdf148e283)]

## @chakra-ui/test-utils@2.0.45

### Patch Changes

- Updated dependencies
