Releases: akcyp/react-lasso-select
Releases · akcyp/react-lasso-select
v2.0.1
What's Changed
- Migrated development tools to
pnpm
,vite
,vitest
in #9 - added
disabledShapeChange
prop - dropped support for
umd
andcjs
bundles. Onlyesm
import is supported now - removed default export, removed
Component
export. Useimport { ReactLassoSelect } from 'react-lasso-select'
Full Changelog: 1.2.2...2.0.1
v1.2.2
v1.2.0
v1.1.2
v1.1.1
v1.1.0
Release 1.1.0
- removed css styles (now components are styled with the inline attribute)
initialPath
renamed tovalue
value
(initialPath
) prop is now reactive (you can change points coordinates directly)onUpdate
renamed toonComplete
onChange
fired even when the path is not closed