Commit Graph

259 Commits

Author SHA1 Message Date
Anton Lavrenov
00a0372ab7 build for 1.6.6 2017-07-28 18:58:52 +02:00
Anton Lavrenov
648291f1e4 build for 1.6.5 2017-07-28 18:42:14 +02:00
Anton Lavrenov
7b6d97aaa5 build and apply prettier 2017-07-28 18:40:07 +02:00
Anton Lavrenov
6a380bb11a build 2017-07-27 10:35:59 +02:00
Pierce Freeman
3cc13c63fd Added raw bezier option for lines 2017-07-07 00:02:04 -07:00
Anton Lavrenov
44b4203ac2 build for 1.6.3 2017-05-24 21:53:29 +03:00
Anton Lavrenov
3e3186d0d1 pointer position fixes 2017-05-24 21:50:56 +03:00
Anton Lavrenov
2ae91d763a build for 1.6.2 2017-05-08 07:20:45 -05:00
Anton Lavrenov
4924c4024c fix automatic shadow scaling. close #230 2017-04-25 17:21:45 -05:00
Anton Lavrenov
9183703917 build for 1.6.1 2017-04-25 13:02:38 -05:00
Anton Lavrenov
1eb5a0341a better fix for pointer position. close #229. 2017-04-25 13:00:35 -05:00
Anton Lavrenov
5e3c9f3d5d fix event 2017-04-25 12:46:06 -05:00
Anton Lavrenov
d3498fc0fa moved globalCompositeOperation property to Konva.Node 2017-04-21 12:07:36 -05:00
Anton Lavrenov
557717c501 build for 1.6.0 2017-04-21 11:11:48 -05:00
Anton Lavrenov
82e12b41d4 support of globalCompositeOperation for Konva.Shape. close #228 2017-04-21 11:10:23 -05:00
Anton Lavrenov
865577b7e6 fix bug with getAllIntersections and Text shape. close #224 2017-04-21 10:40:41 -05:00
Anton Lavrenov
8e7ce7ff4f test fixes 2017-03-24 09:07:34 -05:00
Anton Lavrenov
624a55f287 Merge branch 'master' of https://github.com/benbenbenbenbenben/konva into benbenbenbenbenben-master 2017-03-24 08:41:16 -05:00
Anton Lavrenov
7fc1eca4e5 build for 1.5.0 2017-03-20 06:54:31 -05:00
Anton Lavrenov
41c7fa3df0 build and update docs 2017-03-20 06:53:11 -05:00
Anton Lavrenov
59cc7b99f2 setup prettier and make all code better 2017-02-24 09:15:33 -05:00
Anton Lavrenov
dbedbba436 build for 1.4.0 2017-02-07 11:42:30 -05:00
Anton Lavrenov
1184bb7e71 tests for line-through 2017-02-07 11:37:01 -05:00
kudlajz
4b48544059 Added support for text strikethrough 2017-02-07 16:44:35 +01:00
Anton Lavrenov
0bd44a8f58 build for 1.3.0 2017-01-10 08:29:13 -05:00
Anton Lavrenov
e523c86ebd fix memory leak. close #198 2017-01-10 08:27:32 -05:00
Anton Lavrenov
a498609412 shadow blur fix 2016-12-14 12:37:03 -05:00
Anton Lavrenov
b855765736 shadow fixes 2016-12-14 12:14:56 -05:00
Anton Lavrenov
ad8d38d945 fixed wrong opacity level for cached group with opacity. close #191 2016-12-13 07:01:51 -05:00
Anton Lavrenov
64aef6809e some more justify fixes 2016-12-08 11:21:27 -05:00
Anton Lavrenov
b51ae24e33 justify fix for space in line 2016-12-08 11:13:22 -05:00
Anton Lavrenov
9586d9316d justify align for Text and TextPath 2016-12-08 09:08:44 -05:00
Anton Lavrenov
c001901833 fix underline width for TextPath 2016-12-07 17:29:33 -05:00
Anton Lavrenov
03c65860e8 underline width fix 2016-12-07 17:20:47 -05:00
Anton Lavrenov
265e365b12 underline drawing bug fixes 2016-12-07 17:13:34 -05:00
Anton Lavrenov
115002aaf6 new property for Konva.Text and Konva.TextPath: textDecoration 2016-12-07 16:48:25 -05:00
Anton Lavrenov
43fa56a381 Merge branch 'master' of github.com:konvajs/konva 2016-11-11 16:04:04 -06:00
Anton Lavrenov
fa7c6e0c78 add toCanvas() method 2016-11-11 16:02:32 -06:00
Arusantimo_macbook
5a5c68f038 fix on global.js:228 2016-11-11 14:54:15 +09:00
Arusantimo_macbook
1eee64088d global use first 2016-11-11 13:26:44 +09:00
Anton Lavrenov
9b92331410 Fixed "calling remove() for dragging shape will throw an error". close #184 2016-11-10 16:41:31 -06:00
Anton Lavrenov
7b4e10fba8 negative letter spacing 2016-10-31 14:30:06 -06:00
Anton Lavrenov
3c26ba3bb5 fix client rect calc for TextPath 2016-10-31 10:50:42 -06:00
Anton Lavrenov
74033d15c3 remove debug draw 2016-10-28 18:43:43 -06:00
Anton Lavrenov
bf339fa6f7 fix baseline 2016-10-28 18:35:34 -06:00
Anton Lavrenov
42f268b976 undefined text fix 2016-10-28 15:36:59 -06:00
Anton Lavrenov
0d11bff316 align support for Konva.TextPath 2016-10-28 15:30:36 -06:00
Anton Lavrenov
d090e3662e Fixed bug when Konva.Tag width was not changing its width dynamically. close #173 2016-10-25 09:42:32 -06:00
Anton Lavrenov
d3e0a98e75 fix lint 2016-10-25 09:27:37 -06:00
Anton Lavrenov
804638bb9b build 2016-10-25 09:03:45 -06:00
Anton Lavrenov
b510582660 changing a size of Konva.Stage will update it in async way (via batchDraw). 2016-09-21 15:22:08 -04:00
Anton Lavrenov
834c1362c6 implement letter spacing for Text Shape 2016-09-20 16:31:30 -04:00
Anton Lavrenov
685f133b12 build for 1.2.2 2016-09-20 09:35:34 -04:00
Anton Lavrenov
763788bd32 update CHANGELOG with new version 2016-09-20 09:35:30 -04:00
Anton Lavrenov
3b22252cc3 fix clientRect calculations 2016-09-16 10:12:49 -04:00
Anton Lavrenov
a5c68165d0 build for 1.2.1 2016-09-15 17:46:41 -04:00
Anton Lavrenov
d2010a276c build for 1.2.0 2016-09-15 17:16:32 -04:00
Anton Lavrenov
2ef1088878 build for 1.1.4 2016-09-13 14:26:20 -04:00
Anton Lavrenov
c2ef676d52 build for 1.1.3 2016-09-12 07:29:33 -04:00
Anton Lavrenov
e8b2423c82 Better TextPath hit function 2016-09-12 07:28:42 -04:00
Anton Lavrenov
9d497f2837 wrong filter check 2016-09-11 10:01:38 -04:00
Anton Lavrenov
26353ae97b build for 1.1.2 2016-09-10 08:09:07 -04:00
Anton Lavrenov
101b0242cd fix wrong copy-paste 2016-09-10 08:00:31 -04:00
Anton Lavrenov
3232c3eaf7 build 2016-09-10 07:59:20 -04:00
Anton Lavrenov
215f1698d4 build for 1.1.1 2016-08-30 09:09:22 +03:00
Anton Lavrenov
4490b5f37d build for 1.1.0 2016-08-21 13:00:48 +07:00
Anton Lavrenov
84b6bbd7d0 build for 1.0.3 2016-08-14 13:00:04 +07:00
ada99
95edb44782 Fix #157 (#158)
* Stringify custom attributes-objects

* Stringify custom attributes-objects
2016-07-09 20:54:28 +07:00
Anton Lavrenov
7c47ec2aba build for 1.0.2 2016-07-08 10:44:50 +07:00
Anton Lavrenov
b48ca4e4b1 build for 1.0.1 2016-07-05 09:59:44 +07:00
Anton Lavrenov
aef5e79981 update CHANGELOG with new version 2016-07-05 09:59:41 +07:00
Anton Lavrenov
55cc131120 build for 1.0.0 2016-07-05 09:22:48 +07:00
Anton Lavrenov
8004687541 fix bug for touchend event. close #156 2016-07-05 09:04:34 +07:00
Anton Lavrenov
e5f23c42ed build for 0.15.0 2016-06-18 22:32:48 +07:00
Anton Lavrenov
bc4a0230d6 build 2016-06-18 22:27:42 +07:00
Anton Lavrenov
3650407343 build for 0.14.0 2016-06-17 14:09:40 +07:00
Anton Lavrenov
65b18f626b mouseenter bug fix. close #119 2016-06-07 17:25:32 +07:00
Anton Lavrenov
c04ab52041 build for 0.13.0 2016-05-14 22:17:36 +07:00
Anton Lavrenov
df03f79c81 fix typo 2016-05-14 22:13:14 +07:00
Anton Lavrenov
34d18efcf8 removeChildren() remove only first level children. close #135 2016-05-14 22:06:44 +07:00
Anton Lavrenov
0e8c99b6c2 Warning when node for Tween is not in layer yet. close #108 2016-05-14 21:58:05 +07:00
Anton Lavrenov
e731d0ccfe animation improvements 2016-05-14 21:49:44 +07:00
Anton Lavrenov
630f60cdb7 lint fixes and build 2016-05-14 21:30:27 +07:00
Anton Lavrenov
63de329144 detection fix 2016-05-06 15:20:18 +07:00
Anton Lavrenov
175687809e IE bold fix 2016-05-06 15:14:39 +07:00
Anton Lavrenov
77873fe4fd build 2016-05-06 14:32:21 +07:00
Anton Lavrenov
0f77dc4f8b fix mouseenter bug. close #119 2016-04-26 14:12:04 +07:00
Anton Lavrenov
2edc6cdc5d build for 0.12.4 2016-04-19 16:17:45 +07:00
Anton Lavrenov
9f5e8938b7 batchDraw will not do immediate draw() 2016-04-19 16:16:58 +07:00
Anton Lavrenov
3743b27899 fix incorrect shadow offset on rotation. fix #142 2016-04-15 10:52:45 +07:00
Anton Lavrenov
9c3f02da04 build for 0.12.3 2016-04-07 11:03:54 +07:00
Anton Lavrenov
4c2661f212 build for 0.12.2 2016-03-31 10:13:40 +07:00
Anton Lavrenov
f5a5cb65dc build for 0.12.1 2016-03-31 10:02:09 +07:00
Anton Lavrenov
78d8522271 build for 0.12.0 2016-03-31 09:57:21 +07:00
Hugo Dias
307666a424 build with the new changes 2016-03-15 15:38:02 +00:00
Anton Lavrenov
9ba6ff21fe contentWheel event for Stage. close #129 2016-02-29 08:03:03 +08:00
Anton Lavrenov
c0a3057adb Merge branch 'master' of github.com:konvajs/konva 2016-02-28 17:05:11 +08:00
Anton Lavrenov
3c1e2804de better HDPI support
update packages
2016-02-28 16:57:15 +08:00
Anton Lavrenov
e54b378a33 fix wrong Path getClientRect() calculation 2016-02-05 06:51:26 +08:00
Anton Lavrenov
e3596d6c63 repair cancelBubble event property behaviour. fix #123. 2016-01-26 23:21:25 +08:00
Anton Lavrenov
83d70a0174 build for 0.11.1 2016-01-16 17:47:01 +08:00
Anton Lavrenov
627cf16a2f update CHANGELOG with new version 2016-01-16 17:35:03 +08:00
Anton Lavrenov
d9451f854e contentTap event for stage. fix #122. 2016-01-16 07:11:30 +08:00
Anton Lavrenov
ff82ad1901 optimize change event. close #120 2016-01-07 15:57:36 +08:00
Anton Lavrenov
2e76cfba30 currentTarget fix 2016-01-04 08:31:53 +08:00
Anton Lavrenov
1a4c50cfaa global & UMD cleaning 2016-01-02 17:47:58 +08:00
Anton Lavrenov
6e3c69fae0 Show warning message if several instances of Konva are added to page. close #113 2016-01-02 17:33:50 +08:00
Anton Lavrenov
c7ae11cd01 Narrow down getIntersection() result. add optional selector parament to getIntersection function. close #74 2015-12-26 13:12:40 +07:00
Anton Lavrenov
28e8758d29 new node.findAncestors(selector) and node.findAncestor(selector) functions. close #116 2015-12-25 21:35:19 +07:00
Anton Lavrenov
c79fcd377e build 2015-12-23 14:19:08 +07:00
Anton Lavrenov
3616d38d85 fix corner radous for Label shape 2015-12-23 14:16:03 +07:00
Anton Lavrenov
eda967c07e optional parent argument for getAbsolutePosition 2015-12-23 09:18:36 +07:00
Anton Lavrenov
2a514ee580 return this from several methods. close #111 2015-12-22 17:19:33 +07:00
lavrton
d1d30c6c1a event delegation support 2015-11-22 10:44:33 +07:00
lavrton
a34096d424 better support for dragging when mouse out of stage. fix #105. 2015-11-21 22:06:34 +07:00
lavrton
ab69a0fc2d fix Arrow drawing function 2015-10-30 23:22:05 +07:00
lavrton
50b30b6cfd 0.10.0 2015-10-27 10:51:16 +07:00
lavrton
05c90bd45c fill and stroke support for Sprite 2015-10-22 08:50:42 +02:00
lavrton
bd910a8bc7 linting fixes 2015-10-22 07:32:07 +02:00
lavrton
ba674dbbb4 prevent webkitMovementX deprecated message. close #96. 2015-10-12 11:34:17 +07:00
lavrton
1f9ce30d81 fix cache bug 2015-09-19 23:11:01 +07:00
lavrton
9fcb6b4ae8 tween fix 2015-09-12 12:17:54 +07:00
lavrton
5f2c70ddc7 Tweening a line with different numbers of points. close #92 2015-09-12 12:00:50 +07:00
lavrton
fdf852547e build 2015-08-28 17:11:04 +07:00
lavrton
5baa5157fd Merge branch 'master' of https://github.com/codefo/konva into codefo-master
Conflicts:
	konva.js
	konva.min.js
2015-08-23 15:23:16 +07:00
Gleb Pospelov
d364e093eb Update build
#79
2015-07-30 04:25:13 +03:00
Gleb Pospelov
29ba8e7c65 Merge upstream
#79
2015-07-30 04:23:16 +03:00
Gleb Pospelov
3262b3aa34 Remove brightness from filter
#79
2015-07-30 03:36:30 +03:00
lavrton
5c6f654cb3 build 2015-06-19 23:18:41 +07:00
Gleb Pospelov
6831c51d5f RGBA filter added to gulp 2015-06-09 12:25:41 +03:00
lavrton
c2d9b1d436 better dragging flow 2015-06-02 08:14:54 +07:00
lavrton
ca80444a2c build 2015-05-28 11:48:33 +07:00
Anton Lavrenov
33de4cb0b6 FastLayer now can have transforms. close #56 2015-05-05 07:03:14 +07:00
Anton Lavrenov
3dff461592 set default pixelRatio for method 2015-04-27 11:20:55 +07:00
Anton Lavrenov
5a55a1a6db build 2015-04-26 07:48:11 +07:00
lavrton
41c10555bc fix bug for wrong getClientRect calculation. close #50 2015-04-16 09:43:21 +07:00
lavrton
681b81705c manual test for drawHitFromCache with alpha threshold 2015-04-16 09:23:55 +07:00
lavrton
b3344f8b74 build 2015-04-14 10:50:09 +07:00
lavrton
d082bcfd7f build 2015-04-13 07:19:26 +07:00
lavrton
44f7d17847 repair tests 2015-04-13 07:17:32 +07:00
lavrton
cdb1bd0437 migrate to gulp 2015-04-07 15:06:20 +07:00
Лаврёнов Антон
796f949a31 update jsdom API. close #36 2015-03-13 15:33:48 +00:00
lavrton
0c9f7b8d69 build 2015-02-27 10:35:12 +07:00
lavrton
e1051b2b00 some cleaning 2015-02-26 08:21:59 +07:00
lavrton
ece5d7ac27 remove debugger statement 2015-02-17 10:21:42 +07:00
lavrton
36f4ab5346 tween color properties 2015-02-16 06:31:28 +07:00
lavrton
b9c6bc2d10 new shadowForStrokeEnabled property for shape 2015-02-10 07:19:44 +07:00
lavrton
56f76005d7 new perfectDrawEnabled property for shape 2015-02-09 09:52:42 +07:00
lavrton
c15e977009 scale now affect to shadowOffset 2015-02-09 08:33:49 +07:00
lavrton
493a912245 build 2015-02-09 08:03:27 +07:00