github chakra-ui/ark @ark-ui/react@5.12.0

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

Added

  • Tree View: Add support for lazy loading node children. To use this, you need to provide:

    • loadChildren is a function that is used to load the children of a node.
    • onLoadChildrenComplete is a callback that is called when the children of a node are loaded. Used to update the
      tree collection.
    • Add childrenCount to the node object to indicate the number of children.

Fixed

  • Slider

    • Fixed issue where Shift + ArrowRight set value to 0 instead of max when step is too large (e.g. 20)
    • Fixed issue where onValueChangeEnd doesn't return the latest value when dragging very fast

Don't miss a new ark release

NewReleases is sending notifications on new releases.