---
title: Version 1.8.8
description:
  Explore the changelog for Chakra UI version 1.8.8. Learn about the latest
  features, bug fixes, and improvements.
releaseUrl: https://github.com/chakra-ui/chakra-ui/pull/5781
releaseDate: April 7, 2022
version: 1.8.8
---

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

### Minor Changes

- [#5618](https://github.com/chakra-ui/chakra-ui/pull/5618)
  [`56b7e198b`](https://github.com/chakra-ui/chakra-ui/commit/56b7e198bf1b0b507da0976aef80f600ae7efeb0)
  Thanks [@takethefake](https://github.com/takethefake)! - Introduced
  `optionalIndicator` for `FormLabel`

  Similar to the `RequiredIndicator` the `OptionalIndicator` signalizes when a
  field is optional.

### Patch Changes

- Updated dependencies
  \[[`a3b04dc1a`](https://github.com/chakra-ui/chakra-ui/commit/a3b04dc1ae49ad0d804bddc17fdca3afa218665c)]

## @chakra-ui/layout@1.8.0

### Minor Changes

- [#5772](https://github.com/chakra-ui/chakra-ui/pull/5772)
  [`7fa1e22c6`](https://github.com/chakra-ui/chakra-ui/commit/7fa1e22c63cdd77364a6bb31d7a60459fd945e3c)
  Thanks [@mix3d](https://github.com/mix3d)! - Add support for vertical and
  horizontal spacing options in the Wrap component.

  ```jsx live=false
  <Wrap spacingX='2' spacingY='4'>
    <Box />
    <Box />
    <Box />
    <Box />
  </Wrap>
  ```

  > Falls back to the `spacing` prop for by default

## @chakra-ui/accordion@1.4.11

### Patch Changes

- Updated dependencies
  \[[`a3b04dc1a`](https://github.com/chakra-ui/chakra-ui/commit/a3b04dc1ae49ad0d804bddc17fdca3afa218665c),
  [`aaadcd0ed`](https://github.com/chakra-ui/chakra-ui/commit/aaadcd0ed9388417b0b647d75055ede0613d3495)]

## @chakra-ui/avatar@1.3.11

### Patch Changes

- Updated dependencies

## @chakra-ui/button@1.5.10

### Patch Changes

- Updated dependencies
  \[[`a3b04dc1a`](https://github.com/chakra-ui/chakra-ui/commit/a3b04dc1ae49ad0d804bddc17fdca3afa218665c)]

## @chakra-ui/checkbox@1.7.1

### Patch Changes

- [#5827](https://github.com/chakra-ui/chakra-ui/pull/5827)
  [`c220af152`](https://github.com/chakra-ui/chakra-ui/commit/c220af15274377575d03900f0baaa1c0a1400778)
  Thanks [@Jason-Hendry](https://github.com/Jason-Hendry)! - Fix issue where
  Create React App template fails with newer versions of `framer-motion`

- [#5790](https://github.com/chakra-ui/chakra-ui/pull/5790)
  [`b19c89270`](https://github.com/chakra-ui/chakra-ui/commit/b19c892702f029c078f8d5bfaf0f89b573c6cd90)
  Thanks [@ugogo](https://github.com/ugogo)! - Fix radio cursor when disabled

- Updated dependencies
  \[[`56b7e198b`](https://github.com/chakra-ui/chakra-ui/commit/56b7e198bf1b0b507da0976aef80f600ae7efeb0),
  [`a3b04dc1a`](https://github.com/chakra-ui/chakra-ui/commit/a3b04dc1ae49ad0d804bddc17fdca3afa218665c)]

## @chakra-ui/color-mode@1.4.8

### Patch Changes

- Updated dependencies
  \[[`a3b04dc1a`](https://github.com/chakra-ui/chakra-ui/commit/a3b04dc1ae49ad0d804bddc17fdca3afa218665c)]

## @chakra-ui/counter@1.2.10

### Patch Changes

- Updated dependencies
  \[[`a3b04dc1a`](https://github.com/chakra-ui/chakra-ui/commit/a3b04dc1ae49ad0d804bddc17fdca3afa218665c)]

## @chakra-ui/editable@1.4.2

### Patch Changes

- [#5780](https://github.com/chakra-ui/chakra-ui/pull/5780)
  [`4b83824b8`](https://github.com/chakra-ui/chakra-ui/commit/4b83824b8a89e3eb1754af6ff9c330a93d0cdf17)
  Thanks [@segunadebayo](https://github.com/segunadebayo)! - Fix issue where
  editable preview remains interactive even when `isDisabled: true` is passed.
- Updated dependencies
  \[[`a3b04dc1a`](https://github.com/chakra-ui/chakra-ui/commit/a3b04dc1ae49ad0d804bddc17fdca3afa218665c)]

## @chakra-ui/hooks@1.9.1

### Patch Changes

- [#5739](https://github.com/chakra-ui/chakra-ui/pull/5739)
  [`a3b04dc1a`](https://github.com/chakra-ui/chakra-ui/commit/a3b04dc1ae49ad0d804bddc17fdca3afa218665c)
  Thanks [@ambar](https://github.com/ambar)! - Improve stability of `useBoolean`
  hook to ensure setter object reference stays the same

## @chakra-ui/image@1.1.10

### Patch Changes

- Updated dependencies
  \[[`a3b04dc1a`](https://github.com/chakra-ui/chakra-ui/commit/a3b04dc1ae49ad0d804bddc17fdca3afa218665c)]

## @chakra-ui/input@1.4.6

### Patch Changes

- Updated dependencies
  \[[`56b7e198b`](https://github.com/chakra-ui/chakra-ui/commit/56b7e198bf1b0b507da0976aef80f600ae7efeb0)]

## @chakra-ui/menu@1.8.11

### Patch Changes

- [#5782](https://github.com/chakra-ui/chakra-ui/pull/5782)
  [`a70077ea4`](https://github.com/chakra-ui/chakra-ui/commit/a70077ea4fe64a4ab58a7029c7a62f55684e8241)
  Thanks [@segunadebayo](https://github.com/segunadebayo)! - Fix issue where
  menu items cannot type `type=submit`

- [#5827](https://github.com/chakra-ui/chakra-ui/pull/5827)
  [`c220af152`](https://github.com/chakra-ui/chakra-ui/commit/c220af15274377575d03900f0baaa1c0a1400778)
  Thanks [@Jason-Hendry](https://github.com/Jason-Hendry)! - Fix issue where
  Create React App template fails with newer versions of `framer-motion`
- Updated dependencies
  \[[`a3b04dc1a`](https://github.com/chakra-ui/chakra-ui/commit/a3b04dc1ae49ad0d804bddc17fdca3afa218665c),
  [`aaadcd0ed`](https://github.com/chakra-ui/chakra-ui/commit/aaadcd0ed9388417b0b647d75055ede0613d3495)]

## @chakra-ui/modal@1.11.1

### Patch Changes

- Updated dependencies
  \[[`a3b04dc1a`](https://github.com/chakra-ui/chakra-ui/commit/a3b04dc1ae49ad0d804bddc17fdca3afa218665c),
  [`aaadcd0ed`](https://github.com/chakra-ui/chakra-ui/commit/aaadcd0ed9388417b0b647d75055ede0613d3495)]

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

### Patch Changes

- Updated dependencies
  \[[`56b7e198b`](https://github.com/chakra-ui/chakra-ui/commit/56b7e198bf1b0b507da0976aef80f600ae7efeb0),
  [`a3b04dc1a`](https://github.com/chakra-ui/chakra-ui/commit/a3b04dc1ae49ad0d804bddc17fdca3afa218665c)]

## @chakra-ui/pin-input@1.7.10

### Patch Changes

- Updated dependencies
  \[[`a3b04dc1a`](https://github.com/chakra-ui/chakra-ui/commit/a3b04dc1ae49ad0d804bddc17fdca3afa218665c)]

## @chakra-ui/popover@1.11.9

### Patch Changes

- Updated dependencies
  \[[`a3b04dc1a`](https://github.com/chakra-ui/chakra-ui/commit/a3b04dc1ae49ad0d804bddc17fdca3afa218665c)]

## @chakra-ui/portal@1.3.10

### Patch Changes

- Updated dependencies
  \[[`a3b04dc1a`](https://github.com/chakra-ui/chakra-ui/commit/a3b04dc1ae49ad0d804bddc17fdca3afa218665c)]

## @chakra-ui/provider@1.7.14

### Patch Changes

- Updated dependencies
  \[[`a3b04dc1a`](https://github.com/chakra-ui/chakra-ui/commit/a3b04dc1ae49ad0d804bddc17fdca3afa218665c)]

## @chakra-ui/radio@1.5.1

### Patch Changes

- Updated dependencies
  \[[`56b7e198b`](https://github.com/chakra-ui/chakra-ui/commit/56b7e198bf1b0b507da0976aef80f600ae7efeb0),
  [`a3b04dc1a`](https://github.com/chakra-ui/chakra-ui/commit/a3b04dc1ae49ad0d804bddc17fdca3afa218665c)]

## @chakra-ui/react@1.8.8

### Patch Changes

- Updated dependencies
  \[[`a70077ea4`](https://github.com/chakra-ui/chakra-ui/commit/a70077ea4fe64a4ab58a7029c7a62f55684e8241),
  [`4b83824b8`](https://github.com/chakra-ui/chakra-ui/commit/4b83824b8a89e3eb1754af6ff9c330a93d0cdf17),
  [`56b7e198b`](https://github.com/chakra-ui/chakra-ui/commit/56b7e198bf1b0b507da0976aef80f600ae7efeb0),
  [`a3b04dc1a`](https://github.com/chakra-ui/chakra-ui/commit/a3b04dc1ae49ad0d804bddc17fdca3afa218665c),
  [`c220af152`](https://github.com/chakra-ui/chakra-ui/commit/c220af15274377575d03900f0baaa1c0a1400778),
  [`7fa1e22c6`](https://github.com/chakra-ui/chakra-ui/commit/7fa1e22c63cdd77364a6bb31d7a60459fd945e3c),
  [`b19c89270`](https://github.com/chakra-ui/chakra-ui/commit/b19c892702f029c078f8d5bfaf0f89b573c6cd90),
  [`aaadcd0ed`](https://github.com/chakra-ui/chakra-ui/commit/aaadcd0ed9388417b0b647d75055ede0613d3495)]

## @chakra-ui/select@1.2.11

### Patch Changes

- Updated dependencies
  \[[`56b7e198b`](https://github.com/chakra-ui/chakra-ui/commit/56b7e198bf1b0b507da0976aef80f600ae7efeb0)]

## @chakra-ui/skeleton@1.2.14

### Patch Changes

- Updated dependencies
  \[[`a3b04dc1a`](https://github.com/chakra-ui/chakra-ui/commit/a3b04dc1ae49ad0d804bddc17fdca3afa218665c)]

## @chakra-ui/slider@1.5.11

### Patch Changes

- Updated dependencies
  \[[`a3b04dc1a`](https://github.com/chakra-ui/chakra-ui/commit/a3b04dc1ae49ad0d804bddc17fdca3afa218665c)]

## @chakra-ui/switch@1.3.10

### Patch Changes

- Updated dependencies
  \[[`c220af152`](https://github.com/chakra-ui/chakra-ui/commit/c220af15274377575d03900f0baaa1c0a1400778),
  [`b19c89270`](https://github.com/chakra-ui/chakra-ui/commit/b19c892702f029c078f8d5bfaf0f89b573c6cd90)]

## @chakra-ui/system@1.12.1

### Patch Changes

- Updated dependencies

## @chakra-ui/tabs@1.6.10

### Patch Changes

- Updated dependencies
  \[[`a3b04dc1a`](https://github.com/chakra-ui/chakra-ui/commit/a3b04dc1ae49ad0d804bddc17fdca3afa218665c)]

## @chakra-ui/textarea@1.2.11

### Patch Changes

- Updated dependencies
  \[[`56b7e198b`](https://github.com/chakra-ui/chakra-ui/commit/56b7e198bf1b0b507da0976aef80f600ae7efeb0)]

## @chakra-ui/theme@1.14.1

### Patch Changes

- [#5790](https://github.com/chakra-ui/chakra-ui/pull/5790)
  [`b19c89270`](https://github.com/chakra-ui/chakra-ui/commit/b19c892702f029c078f8d5bfaf0f89b573c6cd90)
  Thanks [@ugogo](https://github.com/ugogo)! - Fix radio cursor when disabled

## @chakra-ui/toast@1.5.9

### Patch Changes

- Updated dependencies
  \[[`a3b04dc1a`](https://github.com/chakra-ui/chakra-ui/commit/a3b04dc1ae49ad0d804bddc17fdca3afa218665c),
  [`b19c89270`](https://github.com/chakra-ui/chakra-ui/commit/b19c892702f029c078f8d5bfaf0f89b573c6cd90),
  [`aaadcd0ed`](https://github.com/chakra-ui/chakra-ui/commit/aaadcd0ed9388417b0b647d75055ede0613d3495)]

## @chakra-ui/tooltip@1.5.1

### Patch Changes

- Updated dependencies
  \[[`a3b04dc1a`](https://github.com/chakra-ui/chakra-ui/commit/a3b04dc1ae49ad0d804bddc17fdca3afa218665c)]

## @chakra-ui/transition@1.4.8

### Patch Changes

- [#5783](https://github.com/chakra-ui/chakra-ui/pull/5783)
  [`aaadcd0ed`](https://github.com/chakra-ui/chakra-ui/commit/aaadcd0ed9388417b0b647d75055ede0613d3495)
  Thanks [@cadejscroggins](https://github.com/cadejscroggins)! - Fix
  intermittent Collapse component overflow initial/hidden issue

## @chakra-ui/props-docs@1.0.52

### Patch Changes

- Updated dependencies

## create-react-app-ts@1.1.15

### Patch Changes

- Updated dependencies

## gatsby-starter-default@0.3.15

### Patch Changes

- Updated dependencies

## chakra-nextjs@1.1.15

### Patch Changes

- Updated dependencies

## chakra-nextjs-ts@1.1.15

### Patch Changes

- Updated dependencies

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

### Patch Changes

- Updated dependencies
