Skip to content

Releases: ncdai/react-wheel-picker

@ncdai/[email protected]

12 Sep 11:18
b3b26f3

Choose a tag to compare

Patch Changes

  • 8c9d4a8: fix(react-wheel-picker): clean up event handlers when component is unmounted

@ncdai/[email protected]

05 Sep 17:48
6720119

Choose a tag to compare

Patch Changes

  • d6c8ed6: feat(react-wheel-picker): add scrollSensitivity prop to WheelPicker (#73)

@ncdai/[email protected]

04 Aug 15:50
a20e300

Choose a tag to compare

Patch Changes

  • 8ae2379: style(react-wheel-picker): remove redundant list-style declarations and add reset styles for ul and li elements to ensure consistent styling across different browsers

@ncdai/[email protected]

30 Jun 08:54
f068d38

Choose a tag to compare

Patch Changes

  • 27f5df9: fix: sync selected value position when options change dynamically

@ncdai/[email protected]

12 Jun 02:31
ff3ebf4

Choose a tag to compare

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.

@ncdai/[email protected]

08 Jun 03:37
97b6543

Choose a tag to compare

Patch Changes

  • 31df052: feat(WheelPicker): add optionItemHeight prop for customizable item height

    fix(WheelPicker): update label type to ReactNode for more flexibility

    style(WheelPicker): improve CSS for better alignment and centering

@ncdai/[email protected]

05 Jun 12:29
b68e2ce

Choose a tag to compare

Patch Changes

  • 0e43cff: - docs(README.md): update live demo URL for better accessibilityAdd commentMore actions
    • docs(README.md): improve documentation link text for clarity
    • docs(react-wheel-picker/README.md): remove usage section to streamline README and avoid redundancy with documentation

@ncdai/[email protected]

30 May 16:18
0dcff33

Choose a tag to compare

Patch Changes

  • e456552: Improve scroll behavior with smooth animation.

@ncdai/[email protected]

26 May 02:42
0e533f1

Choose a tag to compare

Patch Changes

  • 725e4ec: Improve scroll behavior with smooth animation.

@ncdai/[email protected]

19 May 13:47
0bd10c1

Choose a tag to compare

Patch Changes