Skip to content

v2.7.0

Latest

Choose a tag to compare

@github-actions github-actions released this 30 Jul 15:32
f4c13ea

[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 using useMemo, 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