-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
51 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
## Changelog | ||
### 1.5.2 | ||
* Prevent loading an empty string in `fromDataURL`. (#108) [Remo](https://github.com/Remo) | ||
* Reject points generated by resting hand (better handling of multi touch). (#48 and #57) [jurreantonisse](https://github.com/jurreantonisse) | ||
|
||
### 1.5.1 | ||
* Prevent duplicate events on tap in iOS Safari. [PerfectPixel](https://github.com/PerfectPixel) | ||
|
||
### 1.5.0 | ||
* Add `on` method that rebinds all event handlers. [Alplob](https://github.com/Alplob) | ||
|
||
### 1.4.0 | ||
* Add `off` method that unbinds all event handlers. [Rob-ot](https://github.com/Rob-ot) | ||
|
||
### 1.3.6 | ||
* Fix support for Browserify. [chevett](https://github.com/chevett) | ||
|
||
### 1.3.5 | ||
* Add support for CommonJS/AMD/UMD. | ||
|
||
### 1.3.4 | ||
* Really fix `fromDataURL` on HiDPI screens. | ||
|
||
### 1.3.3 | ||
* Fix `fromDataURL` on HiDPI screens. | ||
|
||
### 1.3.2 | ||
* Fix `onBegin` and `onEnd` callbacks when passed as options to constructor. [yinsee](https://github.com/yinsee) | ||
|
||
### 1.3.1 | ||
* Fix handling touch events on mobile IE. [tocsoft](https://github.com/tocsoft) | ||
|
||
### 1.3.0 | ||
* Add `onBegin` and `onEnd` callbacks. [rogerz](https://github.com/rogerz) | ||
|
||
### 1.2.4 | ||
* Fix bug where stroke becomes very thin. [mvirkkunen](https://github.com/mvirkkunen) | ||
|
||
### 1.2.3 | ||
* Fix `SignaturePad#fromDataURL` on Firefox. [Fr3nzzy](https://github.com/Fr3nzzy) | ||
|
||
### 1.2.2 | ||
* Make `SignaturePad#isEmpty` return false after loading an image using `SignaturePad#fromDataURL`. [krisivanov](https://github.com/krisivanov) | ||
|
||
### 1.2.1 | ||
* Fixed `SignaturePad#clear()`. | ||
|
||
### 1.2.0 | ||
* Add `backgroundColor` option to set custom color of the background on `SignaturePad#clear()`. | ||
* Rename `color` option to `penColor`. | ||
* Fix passing arguments to canvas element on `SignaturePad#toDataURL()`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters