Skip to content

Releases: akcyp/react-lasso-select

v2.0.1

17 Jan 12:10
Compare
Choose a tag to compare

What's Changed

  • Migrated development tools to pnpm, vite, vitest in #9
  • added disabledShapeChange prop
  • dropped support for umd and cjs bundles. Only esm import is supported now
  • removed default export, removed Component export. Use import { ReactLassoSelect } from 'react-lasso-select'

Full Changelog: 1.2.2...2.0.1

v1.2.2

16 Mar 09:11
Compare
Choose a tag to compare
  • Fix bug on vertical images
  • Fix problems on Firefox / Gecko

v1.2.0

24 Sep 08:42
Compare
Choose a tag to compare
  • Support for Firefox/Gecko

v1.1.2

09 Mar 12:19
Compare
Choose a tag to compare
  • fixed bug with dragging points on touch devices,
  • the line from the last point to the pointer will now be invisible when dragging points

v1.1.1

05 Mar 12:49
Compare
Choose a tag to compare
  • fixed the bug with the inability to close the path after dragging a point,
  • improved source code, added prettier

v1.1.0

24 Feb 22:12
Compare
Choose a tag to compare

Release 1.1.0

  • removed css styles (now components are styled with the inline attribute)
  • initialPath renamed to value
  • value (initialPath) prop is now reactive (you can change points coordinates directly)
  • onUpdate renamed to onComplete
  • onChange fired even when the path is not closed

v1.0.0

24 Feb 17:38
Compare
Choose a tag to compare

Release 1.0.0

The package is now ready for use!