Changed
- Add memoization to
Select
andCombobox
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'