signature_pad
Advanced tools
Comparing version 1.6.0 to 2.0.0
## Changelog | ||
### 1.6.0 | ||
### 2.0.0 | ||
Unfortunately, some breaking changes were introduced in 1.6.0, so to follow the semantic versioning, it's re-released as 2.0.0. | ||
* Removed support for Bower. If you still need it, use [1.5.3](https://github.com/szimek/signature_pad/releases/tag/v1.5.3) release. | ||
* Moved `signature_pad.js` and `signature_pad.min.js` files to `dist` folder. | ||
* Added ES6 version of the library for use with webpack etc. | ||
### 1.6.0 (deprecated in favor of 2.0.0) | ||
* Added support for returning signature as SVG using `#fromDataURL('image/svg+xml')`. [jackspirou](https://github.com/jackspirou) [mymattcarroll](https://github.com/mymattcarroll) [szimek](https://github.com/szimek) | ||
@@ -4,0 +10,0 @@ * Added `#toData` method that returns data points. |
/*! | ||
* Signature Pad v1.6.0 | ||
* Signature Pad v2.0.0 | ||
* https://github.com/szimek/signature_pad | ||
@@ -4,0 +4,0 @@ * |
/*! | ||
* Signature Pad v1.6.0 | ||
* Signature Pad v2.0.0 | ||
* https://github.com/szimek/signature_pad | ||
@@ -4,0 +4,0 @@ * |
{ | ||
"name": "signature_pad", | ||
"description": "Library for drawing smooth signatures.", | ||
"version": "1.6.0", | ||
"version": "2.0.0", | ||
"homepage": "https://github.com/szimek/signature_pad", | ||
@@ -6,0 +6,0 @@ "author": { |
@@ -1,2 +0,2 @@ | ||
# Signature Pad [![Code Climate](https://d25lcipzij17d.cloudfront.net/badge.svg?id=js&type=6&v=1.5.3&x2=0)](https://www.npmjs.com/package/signature_pad) [![Code Climate](https://codeclimate.com/github/szimek/signature_pad.png)](https://codeclimate.com/github/szimek/signature_pad) | ||
# Signature Pad [![npm](https://d25lcipzij17d.cloudfront.net/badge.svg?id=js&type=6&v=2.0.0&x2=0)](https://www.npmjs.com/package/signature_pad) [![Code Climate](https://codeclimate.com/github/szimek/signature_pad.png)](https://codeclimate.com/github/szimek/signature_pad) | ||
@@ -3,0 +3,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
96946