Skip to content

Releases: chakra-ui/ark

@ark-ui/[email protected]

10 Jun 20:34
Compare
Choose a tag to compare

Added

  • Editable: Added support for activationMode=none
  • Collection
    • Exposed copy method
    • Added support for getParentNodes to accept a value or index path

Fixed

  • Collection: Fixed issue where entrypoint @ark-ui/vue/collection was not working as expected
  • Carousel: Fixed issue where carousel crashes when slidesPerPage is 0
  • File Upload: Prevented undefined in acceptedFiles when no files accepted
  • Select: Fixed issue where highlighted item could be cleared when navigating up/down the list with keyboard
  • Tabs: Fixed issue where tabs with links should not trigger tab change upon cmd/middle click
  • Menu: Fixed issue where Menu.ItemText could not be used with Menu.Item

@ark-ui/[email protected]

10 Jun 20:37
Compare
Choose a tag to compare

Added

  • Editable: Added support for activationMode=none
  • Collection
    • Exposed copy method
    • Added support for getParentNodes to accept a value or index path

Fixed

  • Collection: Fixed issue where entrypoint @ark-ui/solid/collection was not working as expected
  • Carousel: Fixed issue where carousel crashes when slidesPerPage is 0
  • File Upload: Prevented undefined in acceptedFiles when no files accepted
  • Select: Fixed issue where highlighted item could be cleared when navigating up/down the list with keyboard
  • Tabs: Fixed issue where tabs with links should not trigger tab change upon cmd/middle click
  • Menu: Fixed issue where Menu.ItemText could not be used with Menu.Item

@ark-ui/[email protected]

10 Jun 19:37
Compare
Choose a tag to compare

Added

  • Editable: Added support for activationMode=none
  • Collection
    • Exposed copy method
    • Added support for getParentNodes to accept a value or index path

Fixed

  • Collection: Fixed issue where entrypoint @ark-ui/react/collection was not working as expected
  • Carousel: Fixed issue where carousel crashes when slidesPerPage is 0
  • File Upload: Prevented undefined in acceptedFiles when no files accepted
  • Select: Fixed issue where highlighted item could be cleared when navigating up/down the list with keyboard
  • Tabs: Fixed issue where tabs with links should not trigger tab change upon cmd/middle click
  • Menu: Fixed issue where Menu.ItemText could not be used with Menu.Item

@ark-ui/[email protected]

07 Jun 16:52
Compare
Choose a tag to compare

Added

  • Collection: Add new useListCollection hook to create a dynamic list collection.

Fixed

  • Progress: Export ProgressValueChangeDetails and ProgressValueTranslationDetails types from @zag-js/progress

@ark-ui/[email protected]

07 Jun 16:52
Compare
Choose a tag to compare

Added

  • Collection: Add new useListCollection hook to create a dynamic list collection.

Fixed

  • Progress: Export ProgressValueChangeDetails and ProgressValueTranslationDetails types from @zag-js/progress

@ark-ui/[email protected]

07 Jun 16:49
Compare
Choose a tag to compare

Added

  • Collection: Add new useListCollection hook to create a dynamic list collection.

Fixed

  • Progress: Export ProgressValueChangeDetails and ProgressValueTranslationDetails types from @zag-js/progress

@ark-ui/[email protected]

05 Jun 21:31
Compare
Choose a tag to compare

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

@ark-ui/[email protected]

05 Jun 21:31
Compare
Choose a tag to compare

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

@ark-ui/[email protected]

05 Jun 21:29
Compare
Choose a tag to compare

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

@ark-ui/[email protected]

30 May 14:21
Compare
Choose a tag to compare

Added

  • File Upload: Added support for transforming uploaded files via transformFiles context property.

Fixed

  • Slider: Fixed issue where minStepsBetweenThumbs isn't computed correctly when interacting with pointer or
    keyboard.