Releases: ncdai/react-wheel-picker
Releases · ncdai/react-wheel-picker
@ncdai/[email protected]
Patch Changes
- 8c9d4a8: fix(react-wheel-picker): clean up event handlers when component is unmounted
@ncdai/[email protected]
@ncdai/[email protected]
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]
Patch Changes
- 27f5df9: fix: sync selected value position when options change dynamically
@ncdai/[email protected]
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]
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]
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]
Patch Changes
- e456552: Improve scroll behavior with smooth animation.
@ncdai/[email protected]
Patch Changes
- 725e4ec: Improve scroll behavior with smooth animation.
@ncdai/[email protected]
Patch Changes
- a4693cc: test changesets