Commit Graph

1854 Commits

Author SHA1 Message Date
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
Anton Lavrenov
b251fe3f57 rewrote sepia filter from scratch 2019-02-20 14:04:58 -05:00
Anton Lavrenov
645ac49882 more fixes for gradient 2019-02-20 11:33:00 -05:00
Anton Lavrenov
48bedf8fa9 Fixed gradient drawing for Konva.Text 2019-02-20 11:01:38 -05:00
Anton Lavrenov
febdc9e3d4 fix some docs and tests 2019-02-20 09:13:39 -05:00
Anton Lavrenov
c4f21b67a3 Fixed container change for a stage. fix #510 2019-02-19 20:43:06 -05:00
Anton Lavrenov
0ae1f66b60 Private method stage._setPointerPosition() is deprecated
New method `stage.setPointersPositions(event)`
2019-02-19 20:17:49 -05:00
Anton Lavrenov
ab4a14abce deprecate getTextHeight 2019-02-19 08:41:32 -05:00
Anton Lavrenov
1b065a55a0 ixed automatic updates for Konva.Transformer 2019-02-19 08:36:16 -05:00
Anton Lavrenov
74210cbc79 fix caching issues. close #581 2019-02-18 12:38:17 -05:00
Anton Lavrenov
7b22a7ae50 Merge branch 'master' of github.com:konvajs/konva 2019-02-18 12:18:16 -05:00
Anton Lavrenov
40cf5a5909 fix some docs, partial cache fixes 2019-02-18 12:12:03 -05:00
VladimirTechMan
26d40ae1f9 Proposal: Using ECMAScript 6 Map for Node._cache instead of plain Object 2019-02-17 23:59:08 +03:00
Anton Lavrenov
1dea3696a2 configure what mouse buttons can be used for drag&drop 2019-02-14 10:33:58 -05:00
Anton Lavrenov
dcff79eb63 more warnings and methods 2019-02-13 23:41:32 -05:00
Anton Lavrenov
99e66c380f cache patterns and gradients 2019-02-13 22:04:54 -05:00
Anton Lavrenov
12fc838709 Merge branch 'master' of github.com:konvajs/konva 2019-02-11 08:47:24 -05:00
Anton Lavrenov
128b5b403e fix array serialization. fix #576 2019-02-11 08:46:34 -05:00
VladimirTechMan
7cd4905ce5 Minor corrections to the existing code
Removing one redundant variable and one small typo in a comment.
2019-02-09 22:22:19 +03:00
VladimirTechMan
5753af88bf Setting DD.node to null instead of deleting
In the footsteps of my previous commit. This one replaces the deletion
of DD.node with setting it to null.
2019-02-09 19:49:22 +03:00