Releases: rortan134/use-selectify
Releases · rortan134/use-selectify
v0.4.0
Core Changes
- Fixed parent's margin not being taken into for account for positioning
- Fixed unnecessary calculations on pointerdown
- Fixed unnecessary forced rerenders on the outlet component
- Removed alternate "outline" theme
- Further optimized intersection calculations
- Added support for
ref
s
- Fixed selection not cancelling when opening the context menu
- Deprecated
theme
prop in favor of your own custom styling
Misc Changes
v0.3.2
Core Changes
- Added
scrollContext
prop for the auto-scroll feature
- Added support for CSS Selectors with the
exclusionZone
prop
- Improved element search performance
Misc Changes
- Removed unnecessary error messages
- Published initial examples
v0.3.0
Core Changes
- Added lazy loading
- Fixed multiple SSR issues
- Improved auto-scroll feature
v0.2.8
Core Changes
- Added exclusionZone option (#60cbff8)
- Added internal ref as returned prop
- Fixed browser touch action & cleanup effects (#4348a09)
- Fixed mutateSelection not correctly unselecting on certain conditions (#4f7d5c9)
- fixed dragEnd event not triggering on cancel
v0.2.6
Core Changes
- Fix mobile compatibility
- Fix unnecessary re-renders
- Fix double dragStart call
- Fix selection not starting on some devices
v0.2.5
Core Changes
- Fix options typing issue
- Fix on-drag re-rendering issues
- Fix document SSR issue
- Improved intersection calculation performance
Misc Changes