Skip to content

Releases: simonwep/selection

v3.1.0

03 Sep 14:31
Compare
Choose a tag to compare

This release brings many long awaited bug-fixes and improvements :)

Bug fixes

  • Fix issue with not properly cleared state after manual (de-)selection. (#161)
  • On manual selection the stop and start-event are now emitted as well, making it easier to control it via JS.
  • Fix broken scrolling on Safari. (#140)

Improvements

  • Dependency updates, the react-package for example is now using createRoot.
  • Add missing documentation to the README.

v3.0.0

15 Jul 12:40
Compare
Choose a tag to compare

This is a small release with an update for vue and a long awaited bug-fix. I plan to investigate currently reported issues / implement requested features this summer.

Bug fixes

  • The current selection is now available in the stop-event. (#157)

Improvements

  • <script setup> is now used for the vue component which gives us full type-script support for the SelectionArea-component.

v3.0.0-beta.13

19 Dec 15:21
Compare
Choose a tag to compare

Bug fixes

  • Fix auto-scrolling (#150 )

Improvements

  • Improve type-base for react/preact (#149)

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.