Skip to content

Releases: simonwep/selection

v3.0.0-beta.12

20 Nov 13:19
Compare
Choose a tag to compare

Bug fixes

  • Fix incorrect reference element for range selections (#138)

Improvements

  • Each frame is now aligned with the current framerate (#96)

v3.0.0-beta.11

15 Sep 16:13
Compare
Choose a tag to compare

Bug fixes

  • Fix bug with duplicate elements in range selection (#137)

Features

  • Add beforedrag event (#135)

v3.0.0-beta.10

11 Sep 13:52
Compare
Choose a tag to compare

Bug fixes

  • Fix not properly stored selection in select function (#131)

Features

  • Add scroll margins (#134 many thanks to @MaxChu23!)

v3.0.0-beta.9

31 Jul 10:55
Compare
Choose a tag to compare

Bug fixes

  • Fix issues with SVG Elements (#130)

v3.0.0-beta.8

16 Jul 10:34
Compare
Choose a tag to compare

Bug fixes / improvements

  • Fix broken single-tap feature for when selected elements aren't cleared (#129)

v3.0.0-beta.7

06 Jul 17:10
Compare
Choose a tag to compare

Breaking changes

  • The startareas option is now startAreas

Bug fixes

  • Fix possible issue with the startThreshold option.
  • Fix options for the react package.

v3.0.0-beta.6

05 Jul 16:54
Compare
Choose a tag to compare

Bug fixes

  • Fix not properly resolved options (partially #123)

Notes

  • Some may experience issues with create-react-app, see #124 for more information. There's also a note about this in the react package's readme.

v3.0.0-beta.5

04 Jul 17:45
Compare
Choose a tag to compare

Bug fixes

  • Fix typescript-types.

v3.0.0-beta.4

04 Jul 10:24
Compare
Choose a tag to compare

Bug fixes

  • Fix possible error with older webpack versions and framworks regarding the .mjs extension. (#128)

Improvements

  • All framework related packages now come with peer-dependencies ensuring that the package works with it.

v3.0.0-beta.3

29 Jun 17:23
Compare
Choose a tag to compare

Bug fixes

  • Fix SSR issues (#127)