Skip to content

Commit 9c458ca

Browse files
chore(release): 5.0.0-beta.1 [skip ci]
# [5.0.0-beta.1](v4.2.0...v5.0.0-beta.1) (2024-04-05) ### Bug Fixes * allow drawing outside canvas for a smoother signature ([#765](#765)) ([29a8b5a](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
1 parent 08ad6ee commit 9c458ca

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [5.0.0-beta.1](https://github.com/szimek/signature_pad/compare/v4.2.0...v5.0.0-beta.1) (2024-04-05)
2+
3+
4+
### Bug Fixes
5+
6+
* 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))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* - Drawing outside of the canvas will record data outside the canvas
12+
- Update SignatureEvent to store the original event, x, y, pressure
13+
- move and up events are attached once down is triggered and they are on the window/ownerDocument target
14+
115
# [4.2.0](https://github.com/szimek/signature_pad/compare/v4.1.7...v4.2.0) (2024-03-10)
216

317

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "signature_pad",
33
"description": "Library for drawing smooth signatures.",
4-
"version": "4.2.0",
4+
"version": "5.0.0-beta.1",
55
"homepage": "https://github.com/szimek/signature_pad",
66
"author": {
77
"name": "Szymon Nowak",

0 commit comments

Comments
 (0)