8000 Release v3.2.0 · simonwep/viselect · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

v3.2.0

Compare
5AC2 Choose a tag to compare
@simonwep simonwep released this 22 Nov 17:11
· 95 commits to master since this release

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 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.
0