Releases: simonwep/viselect
Releases · simonwep/viselect
v2.0.2
v2.0.1
v2.0.0
v2.0.0-beta.5
Bug fixes
- Fix broken singleClick handler (#91)
v2.0.0-beta.4
v2.0.0-beta.3
Bug fixes
- Fix broken scrolling caused by incorrect condition
Improvements
- Use
options.document
to detect manual scroll events
v2.0.0-beta.2
Breaking changes
- Each event will now yield the same set of information
overlap
isinverse
per default, previously it acted likedrop
Features
- Added
overlap
option to handle already selected elements
v2.0.0-beta.1
Bug fixes
Use default library export. Fixes issues with umd
bundles.
v2.0.0-beta.0
Breaking changes
- Name - It's
SelectionArea
now, Selection is reserved. - Configuration - Check out the new one, things have either be renamed or move to a group.
- Events - They now get emitted with different data.