Releases: simonwep/selection
Releases · simonwep/selection
v3.6.0
- 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)
- Docs improvements.
v3.5.1
- Fix duplicate
stop
events when using single-select (#227)
- Fix preact builds (#221)
v3.5.0
- Add trigger option to specify mouse button and meta buttons to press when starting a selection (#218, #214)
- Support custom container element in react packages (#220)
v3.4.1
- Fix not exported types in package.json exports (#211, #209)
v3.4.0
- Fix issues in Safari when using the mouse wheel (#206)
- Improve event-listeners in vue and react packages (#201)
v3.3.1
Fix missing type paths in package.json
files.
v3.3.0
Add useSelection
-hook for react packages, thanks to @yair-hive in #200!
v3.2.6
Bug fixes
- Fixes bug where it wasn't possible to specify a
document
because of a broken deepAssign
utility. (#195)
v3.2.5
Improvements
- Expose native selection-area in vue (#192)
- Re-add
_trigger
function.