React Sketch Canvas Versions Save

Freehand vector drawing component for React using SVG as canvas 🖌️

[email protected]

3 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/vinothpandian/react-sketch-canvas/compare/[email protected]@7.0.0-next.3

[email protected]

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/vinothpandian/react-sketch-canvas/compare/[email protected]@7.0.0-next.1

[email protected]

1 year ago

Features

  • Add option to use Windows surface pen button as eraser

Fixes

  • Memoize functions to reduce re-rendering

What's Changed

New Contributors

Full Changelog: https://github.com/vinothpandian/react-sketch-canvas/compare/[email protected]

6.2.0

1 year ago
  • Fix accessibility issues #75
  • Add svg styling #76 (possible solution for #58)
  • Fix Gitlab CI/CD

6.1.5

2 years ago

Full Changelog: https://github.com/vinothpandian/react-sketch-canvas/compare/6.1.4...6.1.5

After a few tries, finally fixed #63 😄

6.1.1

2 years ago

What's Changed

Full Changelog: https://github.com/vinothpandian/react-sketch-canvas/compare/6.1.0...6.1.1

6.1.0

2 years ago

Added

  • Added optional id props to uniquely identify a sketch canvas
  • Upgraded dependencies

Changed

  • Updated tests to use the id props

Fixed

  • Fix #52
  • Fix #53

6.0.3

2 years ago
  • Fix #51
  • update contributing.md
  • update github actions

6.0.2

2 years ago

Added

  • Add cypress tests for all props and events
  • Added onStroke prop to get last stroke on pointer up
  • Adds feature #45

Changed

  • Upgraded all dependencies
  • Moved to DTS (tsdx fork) instead of nx
  • Switched codebase to hook based implementation (support react >= 16.8)
  • Removed immer dependency

Fixed

  • Fixes #40
  • Fixes #46
  • Fix #44

Breaking changes

  • Renamed onUpdate to onChange