github chakra-ui/ark @ark-ui/react@1.0.0-beta.0

latest releases: @ark-ui/mcp@1.2.0, @ark-ui/mcp@1.1.2, @ark-ui/mcp@1.1.1...
pre-release22 months ago

Changed

  • Add memoization to Select and Combobox item collection to improve performance.
  • Ensure all event callbacks have a stable reference

Fixed

  • Resolved an issue when controlling the Editable component.

Removed

  • Removed anatomy exports. These exports are now available in @ark-ui/anatomy.
// before
import { accordionAnatomy } from '@ark-ui/react'
// after
import { accordionAnatomy } from '@ark-ui/anatomy' // or
import { anatomy } from '@ark-ui/anatomy/accordion'

Don't miss a new ark release

NewReleases is sending notifications on new releases.