[2.7.0] - Minor Changes
This release introduces a new hook for enhanced selection capabilities.
- Added
useMultiSelect: a checkbox-style multi-select hook for lists, featuring shift-click range selection. The selection adapts to the current item count usinguseMemo, ensuring it remains valid as the list changes.
What's Changed
- 📝 docs: normalize CHANGELOG.md to a single consistent format by @pjb0811 in #70
- ✨ feat(hooks): add useMultiSelect by @pjb0811 in #71
- 🔖 chore: version packages by @github-actions[bot] in #72
Full Changelog: v2.6.0...v2.7.0