Commit Graph

3361 Commits

Author SHA1 Message Date
Anton Lavrenov
fe69f7c0ad update cdn link 2022-08-29 09:39:08 -05:00
Anton Lavrenov
9d2d673305 build for 8.3.12 2022-08-29 09:39:08 -05:00
Anton Lavrenov
7eef552637 update CHANGELOG with new version 2022-08-29 09:38:49 -05:00
Anton Lavrenov
08498ab463 Merge branch 'master' of github.com:konvajs/konva into master 2022-08-19 17:48:46 -05:00
Anton Lavrenov
3e58b8bfea changes 2022-08-19 17:48:39 -05:00
Anton Lavrenov
63d2aceaa7 allow reset component attributes via overloader 2022-08-19 17:48:03 -05:00
Anton Lavrenov
8826d5fff6
Merge pull request #1388 from cloudflightio/cg/1387/fix_transformer_client_rect
#1387 make sure the Transformer affects the client-rect if it is attached
2022-08-11 11:36:13 -05:00
Clemens Grabmann
9cdbbd6616
#1387 make sure the Transformer affects the client-rect if it is attached
Signed-off-by: Clemens Grabmann <clemens.grabmann@cloudflight.io>
2022-08-11 10:20:30 +02:00
Anton Lavrenov
2ce5f23c3b
Merge pull request #1385 from kimyvgy-forks/fix
fix(TextPath): comparison is always false `pathCmd === {}`
2022-08-09 10:00:11 -05:00
Anton Lavrenov
94ac6f3684 Merge branch 'master' of github.com:konvajs/konva into master 2022-08-09 09:47:53 -05:00
Anton Lavrenov
553cd2e262 update deps, fix tests 2022-08-09 09:47:48 -05:00
Nguyen Huu Kim
6f9c3fcbf9 fix(TextPath): comparison is always false pathCmd === {} 2022-08-09 09:57:26 +07:00
Anton Lavrenov
baf8780b26
Merge pull request #1384 from Reggino/allow-typed-points-array
Allow line points to be of type TypedArray.
2022-08-08 09:42:55 -05:00
Tim de Koning
f6d077b3ec - Allow all TypedArrays
- Validator should not crash when TypedArray is not available
2022-08-08 15:55:43 +02:00
Tim de Koning
01134dcf2a Allow line points to be of type TypedArray. 2022-08-08 12:19:47 +02:00
Anton Lavrenov
ccf9d922cf update cdn link 2022-08-05 11:13:31 -05:00
Anton Lavrenov
100065271e build for 8.3.11 2022-08-05 11:13:31 -05:00
Anton Lavrenov
478d5b9dd1 update CHANGELOG with new version 2022-08-05 11:13:09 -05:00
Anton Lavrenov
a8acc27800 changlelog 2022-08-05 10:58:06 -05:00
Anton Lavrenov
05c98fa463 fix wront mouseleale trigger after drag is finished. close #1374 2022-08-05 10:57:36 -05:00
Anton Lavrenov
de571787d3 Merge branch 'master' of github.com:konvajs/konva into master 2022-08-05 10:35:51 -05:00
Anton Lavrenov
a65b96fdc9 simple demo 2022-08-05 10:35:43 -05:00
Anton Lavrenov
865d9ca663
Merge pull request #1381 from konvajs/revert-1377-revert-1372-cg/touch_click_propagation
Revert "Revert "make sure `preventDefault()` is not called on touchend-events per default""
2022-08-05 10:33:16 -05:00
Anton Lavrenov
ba2fe1b907
Revert "Revert "make sure preventDefault() is not called on touchend-events per default"" 2022-08-05 10:33:04 -05:00
Anton Lavrenov
2217ba42cd enable all tests 2022-08-05 10:26:10 -05:00
Anton Lavrenov
a7c2e52f61 changelog 2022-08-05 10:22:55 -05:00
Anton Lavrenov
e06d3b85b9 fix label position on attributes changes 2022-08-05 10:21:48 -05:00
Anton Lavrenov
44ed45e1fd Merge branch 'yinguangyao-master' into master 2022-08-05 10:12:29 -05:00
Anton Lavrenov
e2f4710258 enable all tests 2022-08-05 10:12:11 -05:00
Anton Lavrenov
0f8f2f4548 little refactor 2022-08-05 10:07:22 -05:00
gloryyin
40267e0d44 fix: add ellipsis for last line 2022-08-01 02:33:41 +08:00
Anton Lavrenov
54964ba37d
Merge pull request #1377 from konvajs/revert-1372-cg/touch_click_propagation
Revert "make sure `preventDefault()` is not called on touchend-events per default"
2022-07-30 21:44:50 -05:00
Anton Lavrenov
ae94f3e59e
Revert "make sure preventDefault() is not called on touchend-events per default" 2022-07-30 21:44:38 -05:00
Anton Lavrenov
e8a9a8b7c3
Merge pull request #1372 from cloudflightio/cg/touch_click_propagation
make sure `preventDefault()` is not called on touchend-events per default
2022-07-30 21:42:51 -05:00
Anton Lavrenov
fe4f0e0890
Merge pull request #1368 from zwc0/zwc0-toBlob
Added toBlob. Added Promise return to toImage. (fixed)
2022-07-30 20:51:00 -05:00
Clemens Grabmann
525f4f43ef
make sure preventDefault() is not called on touchend-events per default
* calling `preventDefault()` on touch-events prevents the browser from creating and dispatching the click-event which results in click-listeners of parent dom-nodes not executing even though its expected

Signed-off-by: Clemens Grabmann <clemens.grabmann@cloudflight.io>
2022-07-25 17:54:28 +02:00
Austin S
3fa0e27249 Added tests for toImage and toBlob. 2022-07-21 17:47:34 -07:00
Austin S
c5f24966e2 Added toBlob. Added Promise return to toImage. 2022-07-21 16:35:57 -07:00
Anton Lavrenov
8f2872a1fc
Merge pull request #1357 from VanquishedWombat/patch-1
Update CHANGELOG.md
2022-06-24 08:12:26 -05:00
VanquishedWombat
fcb65db49c
Update CHANGELOG.md
Recent release dates are wrong year - says 2020 not 2022. Do you have a time machine?
2022-06-24 08:31:08 +01:00
Anton Lavrenov
1e7e7a7e8c update cdn link 2022-06-20 12:47:51 -05:00
Anton Lavrenov
19d3eafd78 build for 8.3.10 2022-06-20 12:47:51 -05:00
Anton Lavrenov
aea1db1da3 update CHANGELOG with new version 2022-06-20 12:47:26 -05:00
Anton Lavrenov
ab5c93e6ac Skip Konva.Transformer in container.getClientRect() calculations 2022-06-20 12:45:51 -05:00
Anton Lavrenov
ccdd07d266 update cdn link 2022-05-30 09:36:34 -05:00
Anton Lavrenov
fd04fff20e build for 8.3.9 2022-05-30 09:36:34 -05:00
Anton Lavrenov
dc4575507d update CHANGELOG with new version 2022-05-30 09:36:11 -05:00
Anton Lavrenov
b45e243f54
Merge pull request #1337 from maritaria/fix-missing-types
Declare config type for Group node
2022-05-27 09:03:25 -05:00
Maritaria
1283e5f309
Declare config type for Group node 2022-05-27 12:41:09 +02:00
Anton Lavrenov
e2c0bd4570 update cdn link 2022-05-05 18:41:40 -05:00