Skip to content

@ark-ui/solid@3.5.0

Compare
Choose a tag to compare
@cschroeter cschroeter released this 30 Jun 18:38
· 1023 commits to main since this release
d33c58b
  • All Components: Exported each component's anatomy. For example:

    import { avatarAnatomy } from '@ark-ui/solid'
  • NumberInput: Introduced the ValueText part to render the internal state value.

Fixed

  • TreeView: Resolved an issue preventing input usage within the tree.
  • Progress: Fixed a warning in Circle due to an incorrect viewBox attribute on the <svg>
    element.
  • Carousel: Corrected looping behavior for next and previous buttons when both slidesPerView
    and loop are set.
  • Menu: Fixed loss of position data in the context menu upon closing.