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

## Patch Changes

### All components

- Fix issues with ESM compatibility by upgrading non-ESM dependencies to their
  latest versions.

### Checkbox `2.2.7`

- Update `@zag-js/*` dependencies to latest versions for better ESM
  compatibility

### Radio `2.0.16`

- Update `@zag-js/*` dependencies to latest versions for better ESM
  compatibility

### Input `2.0.16`

- Ensure `InputGroup` isolates its stacking context to prevent z-index clashes

### Theme Tools `2.0.16`

- Fix regression with `lighten` and `darken` functions in theme tools

### System `2.3.7`

- Add ESM interop for emotion's `styled` default export.
