Commit Graph

51 Commits

Author SHA1 Message Date
Anton Lavrenov
7400977f50 typescript and docs fixes 2018-06-15 14:50:36 +07:00
Kingsquare BV
b0d043d01d Typescript for Node.getContent is in line with documentation. Node.getContext is removed. 2018-06-01 12:25:28 +02:00
Kingsquare BV
cae6407481 Typescript for Node.toCanvas / Node.toDataURL / Node.toImage is in line with documentation 2018-06-01 11:28:20 +02:00
Anton Lavrenov
63f7936240 Merge branch 'master' of github.com:konvajs/konva 2018-05-24 10:59:35 +09:00
Anton Lavrenov
9b2d439751 prettier, fix some tests, new test runner 2018-05-24 10:59:08 +09:00
H.Alper Tuna
a299e87682
Added some missing type script definitions 2018-05-18 22:33:32 +03:00
Anton Lavrenov
417b9a1adb update CHANGELOG with new version 2018-05-16 11:42:32 +09:00
Florian Richter
986b2db8db Add bezier property to Line typings 2018-05-02 08:57:49 +02:00
Thomas Röggla
e96889677c fixed type definitions for find() and findOne() 2018-04-17 14:43:34 +02:00
Adam L
2466ea61b0 refactor findOne method 2018-03-26 22:52:08 -07:00
Adam L
a2c342cf6e migrate find fn to single method 2018-03-24 17:18:11 -07:00
Adam L
8bb59548e5 add findWhere method to Containers 2018-03-21 19:20:59 -07:00
oott123
afe3b9f384 add globalCompositeOperation (fix #362) 2018-03-19 11:17:46 +08:00
Anton Lavrenov
3c6170072b type fixes 2018-03-16 11:14:36 +07:00
WesleiRamos
7532214eaf Add "Transformer" typescript definition 2018-03-15 22:16:58 -03:00
Anton Lavrenov
db10dc5081 made small type change 2018-03-12 07:36:34 +07:00
Mario Lubenka
2420f1e838 add Konva.Image.fromURL to TS definitions. close #356 2018-03-10 22:27:40 +01:00
Anton Lavrenov
d1fbcae49e another typescript fix 2018-03-10 14:49:11 +07:00
Anton Lavrenov
8bc89909e3 fix radial typings 2018-03-10 14:48:07 +07:00
Anton Lavrenov
58d3731f76 cleanup and type fixes 2018-02-27 09:01:15 +08:00
Anton Lavrenov
1bbc433262 types fixes 2018-02-27 08:55:54 +08:00
Hauke Broer
210cc07437 Add preventDefault to ShapeConfig definition 2018-02-26 11:12:02 +01:00
Yingjie Liu
5d4ffe2a39
Update konva.d.ts
fix .d.ts
2018-02-15 23:43:59 +08:00
Roman Simuta
e5f7ab59da textDecoration typings added 2018-02-12 15:13:44 +02:00
sarthak saxena
f94741c2d2
Add Contrast Filter 2018-01-31 23:07:07 +05:30
Denis Kruschinski
85d20b4bdf ts typings update 2017-12-26 19:31:35 +01:00
Yingjie Liu
a52a6f2438
add removeName definition to .d.ts file 2017-12-22 14:48:36 +08:00
Yingjie Liu
4f336ec16f
add addName hasName interface definition
add addName hasName interface definition
2017-12-20 20:53:33 +08:00
devdoomari
a7416805c8 add null / undefined types for clip params 2017-11-28 23:28:12 +09:00
Ivan Buttinoni
c4fa170d74 Add type HtmlConvasImage to allow to set a canvas inside an Iimage 2017-11-23 09:34:23 +01:00
Anton Lavrenov
dc7dd00209 update CHANGELOG with new version 2017-11-01 08:47:14 +05:30
Thomas Röggla
93e21434bc replaced type Coordinates by existing type Vector2d 2017-09-28 14:30:23 +01:00
Thomas Röggla
b6687d54a9 fixed typo in type definition for bezierCurveTo() 2017-09-28 12:33:03 +01:00
Thomas Röggla
eab70a0c39 made type of dragBoundFunc more specific 2017-09-28 12:14:03 +01:00
Thomas Röggla
3027495076 added dragDistance member to NodeConfig interface 2017-09-28 12:01:31 +01:00
Tiago Serafim
babc9f640e Added more TypeScript definitions for Konva.Context and Konva.Node. 2017-09-12 15:39:58 -03:00
Cooper Benson
aaf6a0e644 Fixing definitions for issue #267 and #195 and some random ones I noticed. 2017-08-29 09:00:59 +02:00
ChamNouki
0312d2b4d4 Update Arc @ Ring definition
Ok. So adding properties and methods to ArcConfig and Arc directly extending ShapeConfig / Shape according to sources
2017-05-19 08:15:36 +02:00
ChamNouki
2e1e48d440 Update Arc definition
Arc class need to extend Ring in order to be able to access inner and outer radius, and angle method is in Arc class not in Ring.
2017-05-16 09:22:25 +02:00
DESKTOP-9BPI8J5\kreso
45b743f276 added FastLayer to typings 2017-03-15 19:36:00 +01:00
Anton Lavrenov
4256332284 format konva.d.ts 2017-02-24 09:29:44 -05:00
devdoomari.ubuntu.tablet
a8e2a819d0 fix clipFunc definitions 2017-02-16 18:36:28 +09:00
devdoomari.ubuntu.tablet
21c3430664 fix ts definition for preventDefault and fill-colorStops 2017-02-05 08:48:38 -05:00
Duncan Snaith
ece28c58a0 declaration for Arrow shape 2016-10-31 08:01:16 -06:00
Petar Ivanov
630023b7e7 add missing functions from Transform class in typings (#174) 2016-09-23 15:57:58 -04:00
Anton Lavrenov
aeacd7ded3 fix typings 2016-08-14 12:58:36 +07:00
Anton Lavrenov
dbcc17041f clipping function 2016-06-18 22:27:19 +07:00
Anton Lavrenov
31aec366b4 update CHANGELOG with new version 2016-06-17 14:09:37 +07:00
Stephen Laughton
d3267105d9 quick fix for typings removing default export 2016-05-29 15:53:41 -07:00
Anton Lavrenov
175687809e IE bold fix 2016-05-06 15:14:39 +07:00