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
|
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 |
|
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 |
|
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 |
|
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 |
|
Anton Lavrenov
|
fa081dd159
|
a bit fixes events flow
|
2018-03-16 10:53:50 +07:00 |
|
Anton Lavrenov
|
6f46897206
|
Merge pull request #359 from Namalee/Namalee-contextmenu-add-target
add "clicked shape" to the contextmenu event
|
2018-03-16 10:43:44 +07:00 |
|
Anton Lavrenov
|
2b72192c13
|
update cdn link
|
2018-03-16 08:56:13 +07:00 |
|
Anton Lavrenov
|
881da4d1f2
|
build for 2.0.2
|
2018-03-16 08:56:13 +07:00 |
|
Anton Lavrenov
|
9ddaee6801
|
update CHANGELOG with new version
|
2018-03-16 08:56:08 +07:00 |
|
Anton Lavrenov
|
21ee8dd492
|
transformer bug fix
|
2018-03-16 08:55:02 +07:00 |
|
WesleiRamos
|
7532214eaf
|
Add "Transformer" typescript definition
|
2018-03-15 22:16:58 -03:00 |
|
Anton Lavrenov
|
eee68b6f9a
|
update cdn link
|
2018-03-15 14:11:07 +07:00 |
|
Anton Lavrenov
|
c70844a399
|
build for 2.0.1
|
2018-03-15 14:11:07 +07:00 |
|
Anton Lavrenov
|
2f4e127103
|
update CHANGELOG with new version
|
2018-03-15 14:11:01 +07:00 |
|
Anton Lavrenov
|
e8b3059e0b
|
update changelog and readme
|
2018-03-15 13:38:49 +07:00 |
|
Anton Lavrenov
|
3f8813db9b
|
some fixes and new release
|
2018-03-15 12:18:46 +07:00 |
|
Anton Lavrenov
|
2e878aa79b
|
bugs fixes
|
2018-03-15 12:11:58 +07:00 |
|
Anton Lavrenov
|
d50b0fe1ea
|
rename keepProportion to keepRatio
|
2018-03-14 10:22:07 +07:00 |
|
Anton Lavrenov
|
921fd70417
|
keepProportion attribute for Transformer
|
2018-03-14 10:07:55 +07:00 |
|
Namalee
|
da07d63d7d
|
add "clicked shape" to the contextmenu event
The "contentContextmenu" event now return in the target property the clicked shape
|
2018-03-13 16:15:17 +01:00 |
|
Namalee
|
0730bb1da8
|
Merge pull request #1 from konvajs/master
update fork
|
2018-03-13 16:07:18 +01:00 |
|
Anton Lavrenov
|
1a45e953c2
|
shadow fix and small perf improve
|
2018-03-12 08:33:35 +07:00 |
|
Anton Lavrenov
|
db10dc5081
|
made small type change
|
2018-03-12 07:36:34 +07:00 |
|
Anton Lavrenov
|
9dd1895a78
|
Merge pull request #357 from saitho/master
add Konva.Image.fromURL to TS definitions. close #356
|
2018-03-12 07:35:35 +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
|
cf60dd8777
|
fix path data parsing. close #329
|
2018-03-10 14:41:41 +07:00 |
|
Anton Lavrenov
|
2944158479
|
clean up
|
2018-03-10 10:44:36 +07:00 |
|
Anton Lavrenov
|
38d7ddeaae
|
Merge branch 'MaxGraey-add-stroke-gradient'
|
2018-03-10 09:56:54 +07:00 |
|
Anton Lavrenov
|
0363090052
|
remove some deprecations
|
2018-03-10 09:56:27 +07:00 |
|
Anton Lavrenov
|
a91e00fc05
|
Merge branch 'add-stroke-gradient' of https://github.com/MaxGraey/konva into MaxGraey-add-stroke-gradient
|
2018-03-10 09:49:43 +07:00 |
|
Anton Lavrenov
|
4b70236652
|
add transformstart event
|
2018-03-10 08:39:48 +07:00 |
|
Anton Lavrenov
|
0d12e94053
|
remove log
|
2018-03-08 11:05:05 +08:00 |
|
MaxGraey
|
eb1ff90d58
|
[WIP] rebuild
|
2018-03-07 17:06:19 +02:00 |
|
MaxGraey
|
f5cd56d9d0
|
[WIP] Add stroke gradient
|
2018-03-07 16:58:38 +02:00 |
|