80 Commits

Author SHA1 Message Date
889108d7fd fix: Fix set position 2021-08-24 16:21:26 +03:00
8b2f5c8961 v6.6.1 2021-08-10 02:09:28 +02:00
e23b68b2d1 sigh 2021-07-24 01:36:34 +02:00
77e1abba97 Merge pull request #861 from rkesters/rkesters/fixDeps
Updated deps to newest version and allow both react 16 and 17 as a peer #860
2021-07-24 00:48:41 +02:00
ee30b45ff0 Fix touch with mouse event bug 2021-07-22 21:14:04 +03:00
9460ce8eeb Updated dependecies to support both react 16 and 17
Updated test to work with jest 27

Prettier changes
2021-07-11 17:27:31 -04:00
f661824282 v6.6.0 2021-07-11 18:21:20 +02:00
be422431d2 Merge pull request #828 from renato-bohler/touch-events
Adds support for touch events, enabling touch dragging the canvas
2021-07-11 18:09:41 +02:00
1bdc6c7624 fixes SelectionBoxWidget returning undefined 2021-06-23 11:32:40 -03:00
f5bc087e7a Remove BaseModel from file 2021-06-21 12:00:16 +03:00
369ca9cf91 Update MoveItemsState.ts 2021-06-21 11:51:33 +03:00
44fae73a52 removes code duplication on AbstractDisplacementState 2021-04-15 19:16:31 -03:00
d9bd430f82 v6.5.2 2021-04-14 11:05:32 +02:00
291241cacb v6.5.1 2021-04-12 19:39:04 +02:00
ade86f215c adds support for touch events, enabling touch dragging the canvas 2021-04-11 20:57:27 -03:00
67be47b4ae v6.5.0 2021-03-20 22:42:33 +02:00
53eee3f518 remove old scripts 2021-03-14 13:27:19 +02:00
4649597a97 v6.4.2 2021-03-14 13:00:53 +02:00
ff0f7188fa oops 2021-03-14 12:55:47 +02:00
c6556d7475 v6.4.1 2021-03-13 23:54:50 +02:00
b0343daf6f v6.4.0 2021-03-13 23:43:13 +02:00
b7dfa6da21 fix demos 2021-03-12 22:58:46 +02:00
293123b5c6 project updates 2021-03-12 22:35:25 +02:00
63dbe41df0 v6.3.0 2020-12-03 22:02:46 +02:00
1e95edbc6f pretty 2020-09-23 10:24:36 +02:00
39dbbe3db9 Move MouseDown check from DragCanvasState to AbstractDisplacementState 2020-07-28 10:32:57 -03:00
a8234a1a8d Fix DragCanvasState to stop handling events after mouse is released 2020-07-20 20:35:55 -03:00
8df5ff94b6 fix: closes #665. guard against null elements
elements can potentially be null if the mouse event opens a dialog
see #665 for details
2020-06-30 15:00:24 -04:00
2c66c18f6d Enable/disable canvas drag 2020-06-13 21:48:49 +03:00
c5b24f6e7b v6.2.0 2020-06-03 21:08:04 +02:00
655462087f prettier 2020-06-03 21:02:49 +02:00
cef51577a3 fix: fixes listener mistypo 2020-05-19 00:43:10 -03:00
ef822f5540 v6.1.1 2020-04-25 19:59:05 +02:00
280a1fc0e4 v6.0.2 2020-03-06 10:12:11 +02:00
eeece55c31 v6.0.1 2020-03-06 10:06:47 +02:00
8d73d238fe Merge pull request #556 from VostroNet/es6-build
ES6 Module Support
2020-03-06 10:03:57 +02:00
6e77f3503a adding es modules and including src for linking/reference 2020-03-04 10:06:13 +10:00
aa186f7040 Allow the build on MS Windows 2020-02-20 10:25:55 +01:00
410d6cfccf reverted commit (.gitignore) 2020-02-14 14:26:28 +03:00
1dd26253b2 remove dist from .gitignore 2020-02-14 13:44:57 +03:00
7e15c55a73 added modifiers to delete buttons 2020-02-14 11:12:34 +03:00
469dbc00af v6.0.1-beta.7 2019-12-20 12:23:08 +02:00
20a6bfe012 Do deep clone instead of shallow clone.
Fixes #436
2019-12-19 10:46:29 +01:00
3e91dad2e1 Unselect when not in Selection bounding box anymore.
Performance optimisation to only fire event when value actually changed.

Solves #417
2019-12-12 16:01:36 +01:00
96d6d0dcf2 removing repaintDebounce from animation demo 2019-12-03 08:40:05 +00:00
a9e5575646 removing the repaintDebounce boolean option 2019-11-26 12:50:53 +00:00
d0331cb205 Updating the CanvasEngine to have extended repaintDebounce and repaintDebounceMs options 2019-11-24 14:50:04 +00:00
8556937ff1 Wrap the repaint method intoa 60ms debounce to improve performances, closes #478 2019-11-24 14:27:24 +00:00
341e540af6 v6.0.1-beta.6 2019-11-23 23:56:32 +02:00
3c8839a1ec More bug fixes 2019-11-18 14:23:58 -03:00