Skip to content

Releases: simonwep/viselect

v2.0.2

14 Mar 11:08
Compare
Choose a tag to compare

Bug fixes

  • It wasn't possible to un-select text in content-editable elements #97, many thanks to @getreworked!

v2.0.1

25 Feb 19:26
Compare
Choose a tag to compare

Bug fixes

  • Fix not exported types (#95)

v2.0.0

13 Jan 19:06
Compare
Choose a tag to compare

Bug fixes

  • Fix auto-scroll speed #92

Improvements

  • EventEmitter is now generic (internal)

v2.0.0-beta.5

04 Jan 19:48
Compare
Choose a tag to compare

Bug fixes

  • Fix broken singleClick handler (#91)

v2.0.0-beta.4

02 Jan 16:56
Compare
Choose a tag to compare

Bug fixes

  • Major scrolling fix, see #89, #72 and #65
  • Fix incorrect check for scrollable containers

v2.0.0-beta.3

31 Dec 09:46
Compare
Choose a tag to compare

Bug fixes

  • Fix broken scrolling caused by incorrect condition

Improvements

  • Use options.document to detect manual scroll events

v2.0.0-beta.2

30 Dec 17:48
Compare
Choose a tag to compare

Breaking changes

  • Each event will now yield the same set of information
  • overlap is inverse per default, previously it acted like drop

Features

  • Added overlap option to handle already selected elements

v2.0.0-beta.1

29 Dec 18:50
Compare
Choose a tag to compare

Bug fixes

Use default library export. Fixes issues with umd bundles.

v2.0.0-beta.0

29 Dec 18:30
Compare
Choose a tag to compare

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.