From 4b2947a226526d62fc40f1465c35274c389ba7bc Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 3 May 2024 05:22:50 +0000 Subject: [PATCH] chore(release): 5.0.0 [skip ci] # [5.0.0](https://github.com/szimek/signature_pad/compare/v4.2.0...v5.0.0) (2024-05-03) ### Bug Fixes * allow drawing outside canvas for a smoother signature ([#765](https://github.com/szimek/signature_pad/issues/765)) ([29a8b5a](https://github.com/szimek/signature_pad/commit/29a8b5a2a19387782c3eec1055389011eb7f9699)) * update deps ([1955364](https://github.com/szimek/signature_pad/commit/19553647cfcc8f07578e25f04e3897fad6116411)) ### 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 --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55acb1e5..5cabee7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +# [5.0.0](https://github.com/szimek/signature_pad/compare/v4.2.0...v5.0.0) (2024-05-03) + + +### Bug Fixes + +* allow drawing outside canvas for a smoother signature ([#765](https://github.com/szimek/signature_pad/issues/765)) ([29a8b5a](https://github.com/szimek/signature_pad/commit/29a8b5a2a19387782c3eec1055389011eb7f9699)) +* update deps ([1955364](https://github.com/szimek/signature_pad/commit/19553647cfcc8f07578e25f04e3897fad6116411)) + + +### 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 + # [5.0.0-beta.1](https://github.com/szimek/signature_pad/compare/v4.2.0...v5.0.0-beta.1) (2024-04-05) diff --git a/package.json b/package.json index 8b206f9f..3c337912 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "signature_pad", "description": "Library for drawing smooth signatures.", - "version": "5.0.0-beta.1", + "version": "5.0.0", "homepage": "https://github.com/szimek/signature_pad", "author": { "name": "Szymon Nowak",