Skip to content

Releases: simonwep/viselect

v3.3.1

24 Jul 11:55
Compare
Choose a tag to compare

Fix missing type paths in package.json files.

v3.3.0

21 Jul 16:20
Compare
Choose a tag to compare

Add useSelection-hook for react packages, thanks to @yair-hive in #200!

v3.2.7

10 Apr 10:45
Compare
Choose a tag to compare

Bug fixes

v3.2.6

30 Mar 09:11
Compare
Choose a tag to compare

Bug fixes

  • Fixes bug where it wasn't possible to specify a document because of a broken deepAssign utility. (#195)

v3.2.5

18 Jan 16:58
Compare
Choose a tag to compare

Improvements

  • Expose native selection-area in vue (#192)
  • Re-add _trigger function.

v3.2.4

05 Jan 17:56
Compare
Choose a tag to compare

Breaking changes

Only for those who are using jsdelivr or importing the lib files directly.

With this release the dist files changed! Check the corresponding README for the package you're using for how to use it with jsdelivr or other CDNs!

E.g. @viselect/vanilla/lib/viselect.esm.js is now @viselect/vanilla/dist/viselect.mjs

Bug fixes

  • Fix issues with scrolling (#190)
  • Fix missing source map (#189)

v3.2.3

28 Dec 14:31
Compare
Choose a tag to compare

Bug fixes

  • Add missing events for the react / preact / vue packages. (#188)

v3.2.2

24 Nov 17:17
Compare
Choose a tag to compare

Bug fixes

  • Fix incorrectly fired events when selection starts (#186)

v3.2.1

23 Nov 13:25
Compare
Choose a tag to compare

Bug fixes

  • Fix issues with scrollable containers (#185)

v3.2.0

22 Nov 17:11
Compare
Choose a tag to compare

Bug fixes

  • Performing a range-select after manually selecting an element now behaves as expected (the first element is used as root) (#184)

Features

  • It's now possible to pass an id to the contain in react/preact (#176, thanks to @Olivia-li!)
  • getComposePath is now stable enough to use it directly instead of using a polyfill!
  • clearSelection now behaves the same way as deselect and triggers both the move and stop events - less things to handle yourself when clearing a selection 🥳
  • Remove legacy trigger function and do no longer return a boolean in deselect.