Skip to content

Commit 2023362

Browse files
committed
Release 0.4.3
1 parent 3c92748 commit 2023362

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tinygradient",
3-
"version": "0.4.2",
3+
"version": "0.4.3",
44
"author": {
55
"name": "Damien \"Mistic\" Sorel",
66
"email": "[email protected]",

tinygradient.d.ts

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* TinyGradient 0.4.1
2+
* TinyGradient 0.4.3
33
* Copyright 2014-2018 Damien "Mistic" Sorel (http://www.strangeplanet.fr)
44
* Licensed under MIT (http://opensource.org/licenses/MIT)
55
*/
@@ -72,12 +72,17 @@ declare namespace tinygradient {
7272
interface Constructor {
7373
/**
7474
* @class tinygradient
75-
* @param {tinycolor.ColorInput[]} stops
75+
* @param {StopInput} stops
7676
*/
7777
new (stops: StopInput[]): Instance;
7878
new (...stops: StopInput[]): Instance;
7979
(stops: StopInput[]): Instance;
8080
(...stops: StopInput[]): Instance;
81+
82+
/**
83+
* @class tinygradient
84+
* @param {tinycolor.ColorInput[]} stops
85+
*/
8186
new (stops: tinycolor.ColorInput[]): Instance;
8287
new (...stops: tinycolor.ColorInput[]): Instance;
8388
(stops: tinycolor.ColorInput[]): Instance;

tinygradient.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* TinyGradient 0.4.2
2+
* TinyGradient 0.4.3
33
* Copyright 2014-2018 Damien "Mistic" Sorel (http://www.strangeplanet.fr)
44
* Licensed under MIT (http://opensource.org/licenses/MIT)
55
*/

tinygradient.min.js

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

0 commit comments

Comments
 (0)