Commit Graph

2200 Commits

Author SHA1 Message Date
Anton Lavrenov
28cef46270 Merge branch 'fix-unscalable-strokes' of https://github.com/MaxGraey/konva into MaxGraey-fix-unscalable-strokes 2018-04-18 08:50:28 +07:00
Anton Lavrenov
a4221df605
Merge pull request #383 from benjaminjackman/patch-2
Set img.crossOrigin to Anonymous in Konva.Image.fromURL  to prevent tainted canvas
2018-04-18 08:32:07 +07:00
Anton Lavrenov
acff7b0ffe
Merge pull request #384 from troeggla/master
Fixed type definitions for find() and findOne()
2018-04-18 08:27:23 +07:00
Thomas Röggla
e96889677c fixed type definitions for find() and findOne() 2018-04-17 14:43:34 +02:00
Ben Jackman
f51c916336
use single quotes 2018-04-16 23:41:41 -05:00
Ben Jackman
38ca94e7fd
Add crossOrigin Anonymous in Konva.Image.fromURL to prevent tainted canvas
See: https://github.com/konvajs/konva/issues/382
2018-04-16 23:33:00 -05:00
Anton Lavrenov
7601be03fc remove logs 2018-04-17 10:27:58 +07:00
Anton Lavrenov
e53d75b11f capture events for transformer 2018-04-17 10:24:06 +07:00
MaxGraey
1bcea51047 Merge branch 'master' into fix-unscalable-strokes 2018-04-11 14:31:43 +03:00
Anton Lavrenov
824261ee6f better fix and test 2018-04-11 11:24:09 +07:00
Anton Lavrenov
f01f810423 better behavior of dblclick event when you click fast on different shapes 2018-04-11 11:11:54 +07:00
Anton Lavrenov
f8bd25cbfe fix "same value" detection in setAttr. fix #378 2018-04-11 09:01:10 +07:00
Anton Lavrenov
76d3282fcf boundBoxFunc for Transformer 2018-04-11 08:36:08 +07:00
Anton Lavrenov
cf0ec1641d update changelog 2018-04-02 10:51:36 +07:00
Anton Lavrenov
43e628680c Merge branch 'seethroughtrees-feature/arrow' 2018-04-02 10:48:08 +07:00
Anton Lavrenov
504bab7261 refix dash 2018-04-02 10:47:34 +07:00
Anton Lavrenov
cfe0f9aa8a Merge branch 'feature/arrow' of https://github.com/seethroughtrees/konva into seethroughtrees-feature/arrow 2018-04-02 09:34:33 +07:00
Anton Lavrenov
c4d6d0c66d Merge branch 'master' of github.com:konvajs/konva 2018-03-30 10:26:00 +07:00
Anton Lavrenov
7a3cebab6e update changelog, make a build 2018-03-29 18:41:36 +07:00
Anton Lavrenov
06b633fd49 Merge branch 'seethroughtrees-feature/findOne' 2018-03-29 18:40:14 +07:00
Anton Lavrenov
2f156de78d small rename 2018-03-29 18:39:47 +07:00
Adam L
2466ea61b0 refactor findOne method 2018-03-26 22:52:08 -07:00
Anton Lavrenov
54f75d7c3a
Merge pull request #376 from seethroughtrees/feature/dev
update npm scripts
2018-03-27 12:44:11 +07:00
Adam L
8d5ff4598d update npm scripts 2018-03-26 21:59:44 -07:00
Adam L
71bc445383 remove dash from arrow-head 2018-03-25 16:37:02 -07:00
MaxGraey
a027c0ddf5 rebuild 2018-03-25 11:01:52 +03:00
MaxGraey
2a3cca8efa Merge branch 'master' into fix-unscalable-strokes 2018-03-25 11:00:49 +03:00
Anton Lavrenov
514e60122b
Merge pull request #369 from seethroughtrees/feature/findWhere
add option to pass fn as a selector in find method instead of a string.
2018-03-25 14:29:21 +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
MaxGraey
2976c5bff9 Cleanups 2018-03-21 20:31:16 +02:00
MaxGraey
7e1a6dbd1b Merge branch 'master' into fix-unscalable-strokes 2018-03-21 16:56:13 +02:00
Anton Lavrenov
248f57cd3f more Transformer fixes 2018-03-21 15:21:55 +07:00
Anton Lavrenov
1930ffc9d7 getClientRect cals fixes 2018-03-21 12:04:57 +07:00
Anton Lavrenov
f48e21450e Merge branch 'master' of github.com:konvajs/konva 2018-03-21 09:56:41 +07:00
Anton Lavrenov
2e93f99aab Transformer optimizations 2018-03-21 09:56:00 +07:00
MaxGraey
592b240cbf Merge branch 'master' into fix-unscalable-strokes 2018-03-20 20:39:38 +02:00
MaxGraey
1c360db96f Fix scaling dash lines 2018-03-20 20:37:02 +02:00
MaxGraey
87e1e329f6 Use another approach for unscaled strokes. 2018-03-19 19:32:28 +02:00
Anton Lavrenov
9a1b261fef
Merge pull request #365 from oott123/add-ts-gco-def
add globalCompositeOperation (fix #362)
2018-03-19 10:30:15 +07:00
oott123
afe3b9f384 add globalCompositeOperation (fix #362) 2018-03-19 11:17:46 +08:00
Anton Lavrenov
1de4328fb8 build 2018-03-19 10:17:44 +07:00
Anton Lavrenov
3681c94f18 Merge branch 'master' of github.com:konvajs/konva 2018-03-19 10:16:23 +07:00
Anton Lavrenov
64c901075f docs fixes 2018-03-19 10:16:04 +07:00
Anton Lavrenov
7bb057e020
Merge pull request #364 from oott123/fix-gco-doc-types
fix doc argname & types for globalCompositeOperation
2018-03-19 10:14:24 +07:00
oott123
25f55aaa94 fix doc argname & types for globalCompositeOperation 2018-03-19 10:51:26 +08:00
MaxGraey
4d3762f48d Rebuild 2018-03-17 12:03:59 +02:00
MaxGraey
d34865ff3a Merge branch 'master' into fix-unscalable-strokes 2018-03-17 12:03:47 +02:00
Anton Lavrenov
3c6170072b type fixes 2018-03-16 11:14:36 +07:00
Anton Lavrenov
6903a3eba5
Merge pull request #361 from WesleiRamos/transformer-ts-definition
Add "Transformer" typescript definition
2018-03-16 11:11:36 +07:00