Skip to content

Releases: vinothpandian/react-sketch-canvas

[email protected]

18 May 20:21

Choose a tag to compare

[email protected] Pre-release
Pre-release

What's Changed

New Contributors

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

[email protected]

18 May 20:20

Choose a tag to compare

[email protected] Pre-release
Pre-release

What's Changed

New Contributors

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

[email protected]

14 Feb 02:58

Choose a tag to compare

[email protected] Pre-release
Pre-release

What's Changed

New Contributors

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

[email protected]

17 Feb 16:32

Choose a tag to compare

[email protected] Pre-release
Pre-release

Release 7.0.0-next.1

31 Jan 00:54
5035feb

Choose a tag to compare

Release 7.0.0-next.1 Pre-release
Pre-release

What's Changed

  • Only set mask attribute if the corresponding mask exists by @nhnt11 in #112

New Contributors

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

Release 7.0.0-next.0

16 Jan 07:24

Choose a tag to compare

Release 7.0.0-next.0 Pre-release
Pre-release

Features

  • Add option to use Windows surface pen button as eraser

Fixes

  • Memoize functions to reduce re-rendering

What's Changed

  • feat(eraser): select eraser if a pens eraser is used by @DaAnda97 in #101

New Contributors

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

Release 6.2.0

12 Jun 02:13

Choose a tag to compare

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

Release 6.1.5

13 Mar 20:49

Choose a tag to compare

Full Changelog: 6.1.4...6.1.5

After a few tries, finally fixed #63 😄

Release 6.1.1

13 Mar 20:40

Choose a tag to compare

What's Changed

  • Bump tmpl from 1.0.4 to 1.0.5 by @dependabot in #43
  • Fixed #63 by removing coverage instrumentation from release

Full Changelog: 6.1.0...6.1.1

Release 6.1.0

27 Oct 20:32

Choose a tag to compare

Added

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

Changed

  • Updated tests to use the id props

Fixed