You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Add new deselectOnBlur feature. If enabled, you can deselect elements by clicking next to a selectable inside of an boundary. Note that this may not work as expected in Safari due to having "invisible" overlay scrollbars. (#228)