Skip to content

Choose a tag to compare

@github-actions github-actions released this 12 Jun 02:31
· 71 commits to main since this release
ff3ebf4

Patch Changes

  • aa78962: feat(react-wheel-picker): add click-to-select functionality

    Introduce click-to-select feature by calculating segment positions
    and handling click events to select items. This enhances user
    interaction by allowing direct item selection via clicks.

    fix(react-wheel-picker): update cursor style to default

    Change cursor style from 'ns-resize' to 'default' to better reflect
    the interaction model and improve user experience.