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

latest releases: @ark-ui/svelte@5.12.1, @ark-ui/vue@5.27.1, @ark-ui/solid@5.27.1...
2 days ago

Added

  • Marquee [New]: Initial release of marquee component for continuously scrolling content

Fixed

  • Angle Slider: Resolved an issue where dragging the thumb from non-center positions caused unexpected value jumps.
    The thumb now maintains consistent positioning relative to the initial click point.

  • Slider: Fixed a problem where the thumb offset shifted dynamically during dragging, resulting in value jumps. The
    offset now remains constant from the pointer throughout the drag operation.

  • Svelte: Refactored mergeProps to return class values as arrays, delegating resolution to Svelte's native class
    handling for improved support of conditional classes and objects.

  • Date Picker: Resolved a crash in the range date picker occurring when users typed the end date first by
    implementing null/undefined checks for date property access.

  • Radio Group: Reverted to offsetLeft/offsetTop calculations to restore correct indicator positioning within
    scrollable container contexts.

  • Tabs: Reverted to offsetLeft/offsetTop calculations to fix indicator positioning issues in scrollable
    containers.

  • Tour:

    • Corrected improper effect cleanup procedures
    • Fixed wait step functionality
    • Added step validation on mount to verify configuration validity

Don't miss a new ark release

NewReleases is sending notifications on new releases.