Skip to content

Releases: michaeldzjap/react-signature-pad-wrapper

Version 3.2.0 of react-signature-pad-wrapper

15 May 07:15

Choose a tag to compare

Added

  • Support for React 18

Security

  • Update dev dependencies

Version 3.1.3 of react-signature-pad-wrapper

26 Mar 15:32

Choose a tag to compare

Security

  • Update dev dependencies
  • Update signature pad to v4.0.3

Version 3.1.2 of react-signature-pad-wrapper

04 Feb 11:15

Choose a tag to compare

Security

  • Update dependencies

Version 3.1.1 of react-signature-pad-wrapper

08 Jan 08:47

Choose a tag to compare

Fixed

  • Properly generate type declarations files again (#39, #40)

Security

  • Update signature pad to v4.0.1

Version 3.1.0 of react-signature-pad-wrapper

07 Jan 17:59

Choose a tag to compare

Added

  • More tests

Removed

  • The source maps were removed from the npm distribution (#37)

Security

  • Update all dependencies

Version 3.0.0 of react-signature-pad-wrapper

12 Dec 14:15

Choose a tag to compare

Changed

  • Removed onBegin and onEnd as they are now events (See PR #567 of signature pad)
  • Removed callback type as a possible argument / return type of the dotSize method

Security

  • Update all dependencies
  • Update signature pad to v4

Version 2.0.2 of react-signature-pad-wrapper

14 Oct 17:32

Choose a tag to compare

Added

  • Type support for passing canvas properties (e.g. style) that are objects #33

Security

  • Update all dependencies

Version 2.0.1 of react-signature-pad-wrapper

29 Sep 07:25

Choose a tag to compare

Fixed

  • Reference declarations in package.json (#27, #31)

Version 2.0.0 of react-signature-pad-wrapper

26 Sep 16:27

Choose a tag to compare

Changed

  • Update Signature Pad to v3.0.0-beta.4.
  • Convert the source code of react-signature-pad-wrapper to TypeScript.

Version 1.3.2 of react-signature-pad-wrapper

18 Sep 08:15

Choose a tag to compare

Changed

  • Remove husky install from postinstall hooks (#29, #30)