Releases: simonwep/selection
Releases · simonwep/selection
v3.8.1
v3.8.0 (react/preact)
Breaking changes
For react
and preact
the component is now a named import:
-- import SelectionArea, {SelectionEvent} from '@viselect/react';
++ import {SelectionArea, SelectionEvent} from '@viselect/react';
What's Changed
- The minimum version for react is now v19 due to breaking changes in react, see #230. Use an older
@viselect/react
version if you're still using react <19.
Full Changelog: v3.7.1...v3.8.0
v3.7.1
What's Changed
- Fix for 'Scrolling doesn't work if done via keyboard' #215 by @seeniOlabode in #240
- Fix events not being triggered on last element deselection by @carlos-algms in #239
New Contributors
- @seeniOlabode made their first contribution in #240
- @carlos-algms made their first contribution in #239
Full Changelog: v3.7.0...v3.7.1