Anton Lavrenov
41549507e9
Merge pull request #600 from VladimirTechMan/master
...
Improvements to Node
2019-05-27 14:45:45 -05:00
Anton Lavrenov
de0d4a6c71
Merge branch 'master' of github.com:konvajs/konva
2019-05-27 14:40:06 -05:00
Anton Lavrenov
da11cf8b01
Merge branch 'wip-pointer-events' of https://github.com/jquense/konva into jquense-wip-pointer-events
2019-05-27 14:39:17 -05:00
Anton Lavrenov
6b9f73f280
ts fixes
2019-05-27 12:54:11 -05:00
Anton Lavrenov
b4902595e0
types fixes
2019-05-11 07:56:55 -05:00
William Théroux
5c36b85868
Added ellipse passthrough to context
2019-05-10 00:09:05 +02:00
Anton Lavrenov
1a23923aee
typescript fixes
2019-05-09 08:28:09 -05:00
Titian Cernicova-Dragomir
f5c5ba438e
Fixed error when using strictFunctionType
in typescript caused by the lack of bi-variance in hitFunc
and sceneFunc
2019-05-08 15:08:34 +03:00
Anton Lavrenov
b37286aaa5
fix some types. close #638
2019-04-22 08:17:25 -05:00
Anton Lavrenov
e6282bf73a
typescript fixes
2019-04-17 10:45:47 -05:00
Jason Quense
9645c5c063
add tests
2019-04-10 10:28:42 -04:00
Jason Quense
10b21689ba
WIP
2019-04-10 08:59:22 -04:00
Anton Lavrenov
a6122178c6
transformer warning, typescript fixes
2019-04-08 12:17:26 -05:00
Anton Lavrenov
03d7ceef5a
better production detection, fix version injection
2019-04-05 08:14:05 -05:00
Anton Lavrenov
49ceea1dfc
fix some stage evetns. close #627
2019-04-03 20:28:48 -05:00
Anton Lavrenov
cf2d7a4479
Merge branch 'master' of github.com:konvajs/konva
2019-04-03 18:08:26 -05:00
Anton Lavrenov
51d880de76
some types updates
2019-04-03 18:08:16 -05:00
Emlyn Bolton
32ab9ac3df
Add typing to all the filter types.
2019-03-28 11:36:20 -07:00
Dmitry221060
c783f0c101
Update TextPath.ts
2019-03-25 22:16:52 +05:00
Dmitry221060
3ebd935dd7
Update Sprite.ts
2019-03-25 22:13:43 +05:00
Dmitry221060
d987a754aa
Update Ellipse.ts
2019-03-25 22:09:51 +05:00
Dmitry221060
bfae6e219f
Update Circle.ts
2019-03-25 22:09:07 +05:00
Dmitry221060
6b64522e57
Additional fixes
2019-03-25 22:06:57 +05:00
Dmitry221060
e6a7ec3111
Update Shape.ts
2019-03-25 22:00:51 +05:00
Dmitry221060
277021c9b6
Update Node.ts
2019-03-25 21:51:41 +05:00
Alex Spera
e44f6df531
layer clear bounds should be optional
2019-03-21 16:59:53 -06:00
Anton Lavrenov
f9c60c99e1
fix hasName
method for empty name cases
2019-03-21 07:43:58 -05:00
Anton Lavrenov
0e87ded7ba
update CHANGELOG with new version
2019-03-18 14:18:03 -05:00
Anton Lavrenov
3030fe32d1
new property hitStrokeWidth for shapes
2019-03-10 12:35:44 -05:00
Anton Lavrenov
ce9d5465cb
make some API public
2019-03-10 10:51:14 -05:00
Anton Lavrenov
e150791f97
huge typescript fixes, remove Object.assign usage
2019-03-10 10:31:13 -05:00
VladimirTechMan
43ac41e3e2
Improvements to Node
...
Adding a few TypeScript type annotations related to Transform, plus
re-using the existing local parent reference when calculating the
Node's absolute opacity.
2019-03-09 14:42:51 +03:00
Anton Lavrenov
e88a485458
better modules
2019-03-06 22:19:32 -05:00
VladimirTechMan
64de356a67
A few minor code improvements to Node implementation
...
Tiny cleanups related to attribute getting / setting code and
firing events.
2019-03-03 14:19:06 +03:00
VladimirTechMan
3531589860
Removing unused method Stage#_onContent
...
...Unless there are some specific plans to return to using it,
in the future.
2019-03-02 15:56:39 +03:00
Anton Lavrenov
712d53b86c
another exports fix
2019-02-27 18:27:18 -05:00
Anton Lavrenov
24645235f7
enable es6 export
2019-02-27 17:57:49 -05:00
Anton Lavrenov
daed263c6a
back to commonjs
2019-02-27 17:30:47 -05:00
Anton Lavrenov
7c3d9fabae
modules fixes
2019-02-27 11:18:21 -05:00
Anton Lavrenov
0d9a27f185
fix drag&drop on mobile
2019-02-27 09:14:07 -05:00
Anton Lavrenov
a62ce96214
fix Transformer bugs
2019-02-27 08:35:30 -05:00
Anton Lavrenov
8962164096
make Konva modular
2019-02-27 08:06:04 -05:00
Anton Lavrenov
899d0942ea
strokeWidth = 0 bug fix
2019-02-25 07:55:36 -05:00
Anton Lavrenov
5cbfe07e6e
refactor validators
2019-02-24 12:06:04 -05:00
Anton Lavrenov
4a6eba726c
remove some method from public API
2019-02-23 21:36:05 -05:00
Anton Lavrenov
98afa3fac6
refactoring
2019-02-23 20:54:20 -05:00
Anton Lavrenov
472bb1cf63
fix recache bug
2019-02-23 09:40:32 -05:00
Anton Lavrenov
605725fe43
cache fix
2019-02-22 22:13:37 -05:00
Anton Lavrenov
9c06b2ff96
add warning for clip on stage. close #456
2019-02-22 20:48:16 -05:00
Anton Lavrenov
aaf0185363
type fixes, fix fast layer bug
2019-02-22 12:46:46 -05:00