Skip to content

Releases: agilgur5/react-signature-canvas

v1.0.0

10 Feb 03:06
Compare
Choose a tag to compare

Release

(pub): republish alpha-1 as 1.0.0

  • been up for several months without issues, so more than ready!

Changelog

  • [bc9e2e6904] - (pub): re-publish alpha-1 as 1.0.0 (Anton Gilgur)

v1.0.0-alpha.1...v1.0.0

v1.0.0-alpha.1

12 Apr 01:55
Compare
Choose a tag to compare
v1.0.0-alpha.1 Pre-release
Pre-release

Release

(pub): publish v1.0.0-alpha.1

  • this release is technically "fully backward compatible" because it
    only adds to the API and doesn't change anything

    • well besides the continually fixed dotSize function (see v0.2.2)
    • every SignaturePad change has been minor so far
      • including v2.0.0 since it only broke distribution, not the API
    • buuuut, throttle and minDistance actually would make for subtle
      behavior changes since they change the internal functionality
    • the way props are updated now may also cause minor timing changes
  • this release does change the internal structures of the library, so
    if those were being used, they might no longer work

  • this release also marks a significant shift in how the library will
    be maintained moving forward, since it now relies on the upstream
    signature_pad library

  • also update keywords

Changelog

  • [62c371419e] - (pub): publish v1.0.0-alpha.1 (Anton Gilgur)
  • [a703e223fe] - (refactor): Wrap upstream signature_pad (Anton Gilgur)
  • [9099197897] - (docs): add some fun badges because badges (Anton Gilgur)
  • [a74ad557df] - (pub): publish v0.3.0 (Anton Gilgur)

v0.3.0...v1.0.0-alpha.1

v0.3.0

26 Mar 01:08
Compare
Choose a tag to compare

Release

(pub): publish v0.3.0

  • minor bump due to new API method

Changelog

  • [a74ad557df] - (pub): publish v0.3.0 (Anton Gilgur)
  • [65ff96d232] - (docs): add docs for on and off API methods (Anton Gilgur)
  • [8295ae5e2e] - (feat): add on API method to rebind event handlers (Christopher Lee)
  • [fe1cf7a2b5] - (pub): publish v0.2.4 (Anton Gilgur)

v0.2.4...v0.3.0

v0.2.4

05 Feb 02:36
Compare
Choose a tag to compare

Release

(pub): publish v0.2.4

Changelog

  • [fe1cf7a2b5] - (pub): publish v0.2.4 (Anton Gilgur)
  • [22d8019d3e] - (fix): fix incorrect isEmpty = true during strokeBegin (Anton Gilgur)
  • [217d4a9c86] - (pub): publish v0.2.3 (Anton Gilgur)

v0.2.3...v0.2.4

v0.1.10

05 Feb 02:35
Compare
Choose a tag to compare
(pub): publish v0.1.10

v0.2.3

29 Dec 09:34
Compare
Choose a tag to compare

Release

(pub): publish v0.2.3

Changelog

  • [217d4a9c86] - (pub): publish v0.2.3 (Anton Gilgur)
  • [8fd954ebfa] - (deps): update peerDeps to support React 16 without warnings (João Lopes)
  • [012d527020] - (pub): publish v0.2.2 (Anton Gilgur)

v0.2.2...v0.2.3

v0.2.2

29 Dec 01:18
Compare
Choose a tag to compare
(pub): publish v0.2.2

v0.1.9

29 Dec 09:34
Compare
Choose a tag to compare
(pub): publish v0.1.9

v0.1.8

29 Dec 01:19
Compare
Choose a tag to compare
(pub): publish v0.1.8

backport v0.2.0 additions from 26cd1a54a0eec92a0cf7f39e1c235fb61971cae5
- add `pub` script (not `publish` as that's a keyword to run after publish)

- add lockfile

v0.2.1

31 Aug 23:06
Compare
Choose a tag to compare
(hotfix): `off` should only use `removeEventListener`

- typo / copy-paste error in last release accidentally changed it
  to `addEventListener`

- publish as v0.2.1