Skip to content

Tags: asafratzon/react-signature-canvas

Tags

v1.0.1

Toggle v1.0.1's commit message
(pub): publish v1.0.1

- patch fix to have the same bg color on resize

v1.0.0

Toggle v1.0.0's commit message
(pub): republish alpha-1 as 1.0.0

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

v1.0.0-alpha.1

Toggle v1.0.0-alpha.1's commit message
(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

v0.3.0

Toggle v0.3.0's commit message
(pub): publish v0.3.0

- minor bump due to new API method

v0.2.4

Toggle v0.2.4's commit message
(pub): publish v0.2.4

v0.1.10

Toggle v0.1.10's commit message
(pub): publish v0.1.10

v0.2.3

Toggle v0.2.3's commit message
(pub): publish v0.2.3

v0.2.2

Toggle v0.2.2's commit message
(pub): publish v0.2.2

v0.1.9

Toggle v0.1.9's commit message
(pub): publish v0.1.9

v0.1.8

Toggle v0.1.8's commit message
(pub): publish v0.1.8

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

- add lockfile