Releases: simonwep/viselect
Releases · simonwep/viselect
v3.3.1
v3.3.0
v3.2.7
v3.2.6
v3.2.5
v3.2.4
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
v3.2.3
v3.2.2
v3.2.1
v3.2.0
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 asdeselect
and triggers both themove
andstop
events - less things to handle yourself when clearing a selection 🥳- Remove legacy
trigger
function and do no longer return a boolean indeselect
.