You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 as deselect and triggers both the move and stop events - less things to handle yourself when clearing a selection 🥳
Remove legacy trigger function and do no longer return a boolean in deselect.