Releases: simonwep/selection
Releases · simonwep/selection
v3.1.0
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
andstart
-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
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 theSelectionArea
-component.
v3.0.0-beta.13
v3.0.0-beta.12
v3.0.0-beta.11
v3.0.0-beta.10
v3.0.0-beta.9
Bug fixes
- Fix issues with SVG Elements (#130)
v3.0.0-beta.8
Bug fixes / improvements
- Fix broken single-tap feature for when selected elements aren't cleared (#129)
v3.0.0-beta.7
Breaking changes
- The
startareas
option is nowstartAreas
Bug fixes
- Fix possible issue with the
startThreshold
option. - Fix options for the react package.