Skip to content

Commit 62c3714

Browse files
committed
(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
1 parent a703e22 commit 62c3714

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-signature-canvas",
3-
"version": "0.3.0",
3+
"version": "1.0.0-alpha.1",
44
"description": "A signature pad implementation in React",
55
"main": "build/index.js",
66
"scripts": {
@@ -15,9 +15,14 @@
1515
"component",
1616
"signature",
1717
"sign",
18+
"e-sign",
19+
"e-signature",
1820
"canvas",
21+
"trim",
22+
"whitespace",
1923
"draw",
2024
"pad",
25+
"wrapper",
2126
"signature-pad",
2227
"react-signature-pad"
2328
],

0 commit comments

Comments
 (0)