szimek/signature_pad
 Watch   
 Star   
 Fork   
2025-03-19 14:25:10
signature_pad

v5.0.7

5.0.7 (2025-03-19)

Bug Fixes

2025-03-14 21:42:00
signature_pad

v5.0.6

5.0.6 (2025-03-14)

Bug Fixes

  • add "types" to "exports" in package.json (#817) (5623be7)
2025-03-14 11:45:06
signature_pad

v5.0.5

5.0.5 (2025-03-14)

Bug Fixes

  • Add conditional exports to package.json (#815) (005a090)
2024-10-17 14:15:11
signature_pad

v5.0.4

5.0.4 (2024-10-17)

Bug Fixes

2024-08-23 23:00:07
signature_pad

v5.0.3

5.0.3 (2024-08-23)

Bug Fixes

2024-06-10 22:36:59
signature_pad

v5.0.2

5.0.2 (2024-06-10)

Bug Fixes

  • cast type instead of global namespace (#773) (caf901b)
2024-05-19 03:22:38
signature_pad

v5.0.1

5.0.1 (2024-05-18)

Bug Fixes

  • Use fallback values when options object contains explicit undefined values (#772) (fe11e16)
2024-05-03 13:22:50
signature_pad

v5.0.0

5.0.0 (2024-05-03)

Bug Fixes

  • allow drawing outside canvas for a smoother signature (#765) (29a8b5a)
  • update deps (1955364)

BREAKING CHANGES

  • Drawing outside of the canvas will record data outside the canvas
  • Update SignatureEvent to store the original event, x, y, pressure
  • move and up events are attached once down is triggered and they are on the window/ownerDocument target
2024-04-05 09:52:10
signature_pad

v5.0.0-beta.1

5.0.0-beta.1 (2024-04-05)

Bug Fixes

  • allow drawing outside canvas for a smoother signature (#765) (29a8b5a)

BREAKING CHANGES

    • Drawing outside of the canvas will record data outside the canvas
  • Update SignatureEvent to store the original event, x, y, pressure
  • move and up events are attached once down is triggered and they are on the window/ownerDocument target
2024-03-10 20:27:02
signature_pad

v4.2.0

4.2.0 (2024-03-10)

Features

  • add canvasContextOptions API for use by the getContext (#761) (7abdd48)