Skip to content

Commit d449c18

Browse files
committed
(pub): publish v1.0.3
- no actual API surface changes!! - add CHANGELOG.md that points to GH Releases page for now - slight changes to docs, including: - add a CodeSandbox playground - add a GIF to the README - LOTS of internal stability and automation upgrades, including: - add tests and 100% code coverage!! - add Travis CI support - officially add Standard linting to devDeps (not just global) - and lint, test, and changelog scripts - auto-update outdated package-lock and audit devDeps now that we're past the v1.0.0 boundary, really focusing on stability, automation, and quality!! :)
1 parent 4441868 commit d449c18

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<!-- releases / versioning -->
99
[![package-json](https://img.shields.io/github/package-json/v/agilgur5/react-signature-canvas.svg)](https://npmjs.org/package/react-signature-canvas)
1010
[![releases](https://img.shields.io/github/tag-pre/agilgur5/react-signature-canvas.svg)](https://github.com/agilgur5/react-signature-canvas/releases)
11-
[![commits](https://img.shields.io/github/commits-since/agilgur5/react-signature-canvas/v1.0.2.svg)](https://github.com/agilgur5/react-signature-canvas/commits/master)
11+
[![commits](https://img.shields.io/github/commits-since/agilgur5/react-signature-canvas/v1.0.3.svg)](https://github.com/agilgur5/react-signature-canvas/commits/master)
1212
<br><!-- downloads -->
1313
[![dt](https://img.shields.io/npm/dt/react-signature-canvas.svg)](https://npmjs.org/package/react-signature-canvas)
1414
[![dy](https://img.shields.io/npm/dy/react-signature-canvas.svg)](https://npmjs.org/package/react-signature-canvas)

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-signature-canvas",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "A React wrapper component around signature_pad. Unopinionated and heavily updated fork of react-signature-pad",
55
"main": "build/index.js",
66
"files": [

0 commit comments

Comments
 (0)