Skip to content

Updates to Chakra UI ⚡️

Compare
Choose a tag to compare

We've made some updates to Chakra UI components, thanks to our amazing contributors

Bug Fixes

  • Replaced react-popper with a custom implementation of popper-js, taking cues from the work done by the amazing material-ui team.
  • [Popper] Updates Menu, Tooltip and Popover to use the new Popper component
    Add float to the style props
  • [NumberInput] Fixed issue where the value exceeds the max when you type and use the arrow keys to change the values.
  • [RadioGroup] Fix type issues in RadioGroup
  • [Stack] Ensured that nullish and falsy children don't cause rendering issues.
  • Updated Type definitions for some components.

Enhancement

  • [RadioGroup]: Add support calling the focus method when you pass a ref to the RadioButtonGroup.
  • [Popover]: We rewrote the API of the Popover component to stay consistent with our design principles.
    Update icon docs