Skip to content

Releases: simonwep/selection

v3.5.1

24 Apr 16:21
Compare
Choose a tag to compare
  • Fix duplicate stop events when using single-select (#227)
  • Fix preact builds (#221)

v3.5.0

16 Dec 13:39
Compare
Choose a tag to compare
  • 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

13 Nov 15:31
Compare
Choose a tag to compare
  • Fix not exported types in package.json exports (#211, #209)

v3.4.0

06 Sep 06:18
Compare
Choose a tag to compare
  • Fix issues in Safari when using the mouse wheel (#206)
  • Improve event-listeners in vue and react packages (#201)

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)