Commit graph

464 commits

Author SHA1 Message Date
Mark Mankarious
80f257b016 feat: adds deleteView reducer 2023-11-03 19:41:36 +00:00
Mark Mankarious
28267da22d 1.0.3 2023-11-03 19:19:33 +00:00
Mark Mankarious
126a77fdde fix: fixes issue with fitToScreen only taking dimensions of first view 2023-11-03 19:19:06 +00:00
Mark Mankarious
1ea676abed 1.0.2 2023-11-03 18:43:42 +00:00
Mark Mankarious
aba2633abb feat: closes any open itemControls when panning mode selected 2023-11-03 18:43:08 +00:00
Mark Mankarious
3cff06dc5e feat: implements lastUpdated field on views 2023-11-03 18:41:03 +00:00
Mark Mankarious
e7c79f0b9b refactor: simplifies library exports and includes reducers as exports 2023-11-03 13:01:17 +00:00
Mark Mankarious
4d4a668950 feat: updates view default name 2023-11-03 12:22:08 +00:00
Mark Mankarious
30cd3f28f2 feat: allows an optional viewId to be passed as part of initialData 2023-11-03 12:15:51 +00:00
Mark Mankarious
159f6d4c75 feat: shows both model title and view title at bottom of screen 2023-11-03 12:15:13 +00:00
Mark Mankarious
a129c1715a feat: updates examples to start with fitToView=true 2023-11-03 11:58:48 +00:00
Mark Mankarious
1c28a47880 feat: updates example data 2023-11-01 18:08:33 +00:00
Mark Mankarious
945ec81154 feat: updates example data 2023-11-01 17:56:11 +00:00
Mark Mankarious
6df65e362f chore: removes unnecessary import 2023-11-01 17:51:26 +00:00
Mark Mankarious
983b45d000 1.0.1 2023-11-01 17:28:55 +00:00
Mark Mankarious
721e78ae43 fix: fixes issue with context menu not displaying correctly when zoomed out 2023-11-01 17:27:00 +00:00
Mark Mankarious
8f24381e1b fix: fixes issue with reloading scene on window resize 2023-11-01 17:18:14 +00:00
Mark Mankarious
a56584bb20 1.0.0 2023-11-01 17:06:11 +00:00
Mark Mankarious
524c0ca963 chore: updates docs 2023-11-01 17:04:03 +00:00
Mark Mankarious
b525b8a8ab fix: fixes issue where exported image isn't positioned correctly 2023-11-01 16:58:33 +00:00
Mark Mankarious
0b9789746a feat: grid listens to window resize events 2023-11-01 14:15:44 +00:00
Mark Mankarious
33658b38b1 fix: fixes issue loading model 2023-11-01 13:46:33 +00:00
Mark Mankarious
3bf59ef2b9 refactor: moves model types to model file 2023-11-01 13:40:29 +00:00
Mark Mankarious
413567efd3 feat: resets the UI after a canvas clear 2023-11-01 12:08:18 +00:00
Mark Mankarious
0986c52d68 fix: fixes issue when clearing the canvas 2023-11-01 12:06:40 +00:00
Mark Mankarious
848dc76758 chore: updates documentation 2023-10-31 16:52:50 +00:00
Mark Mankarious
edf6f28b9e feat: updates example data 2023-10-31 16:00:10 +00:00
Mark Mankarious
366b816521 feat: displays connector anchors only when connector is selected / active 2023-10-31 13:19:20 +00:00
Mark Mankarious
eeaaad93c5 feat: implements connector direction icon 2023-10-31 13:01:20 +00:00
Mark Mankarious
8d98b84213 fix: disables animations on scene layer on first render 2023-10-31 10:29:12 +00:00
Mark Mankarious
db9f60f569 fix: fixes issue with grid misalignment 2023-10-31 10:20:31 +00:00
Mark Mankarious
1ad851aaca fix: fixes issue with calculating fit-to-screen dimensions 2023-10-31 09:56:48 +00:00
Mark Mankarious
8c63ec3594 fix: removes old logo asset 2023-10-31 09:56:16 +00:00
Mark Mankarious
5feca66326 feat: improves UX when dragging rectangle anchor 2023-10-31 09:42:37 +00:00
Mark Mankarious
0bace0bc5f feat: ensures connectors have start and end nodes 2023-10-30 22:52:23 +00:00
Mark Mankarious
1d9324eb84 feat: disables scroll / zoom animations on drag and drop layer 2023-10-30 22:51:58 +00:00
Mark Mankarious
efde7780a0 feat: applies animation on zoom and scroll 2023-10-30 22:31:17 +00:00
Mark Mankarious
2230637a52 feat: improves panning mode UX 2023-10-30 21:16:55 +00:00
Mark Mankarious
4b0d3d86e9 feat: improves panning mode UX 2023-10-30 21:15:59 +00:00
Mark Mankarious
d54b485565 fix: fixes image export reading non-current scene 2023-10-30 17:25:37 +00:00
Mark Mankarious
68c11e5a1d feat: increases resolution of export images 2023-10-30 16:06:27 +00:00
Mark Mankarious
4a67974b55 fix: fixes color resolving mechanic 2023-10-30 15:30:50 +00:00
Mark Mankarious
4bb73e2a3c fix: corrects typo in error message 2023-10-29 14:54:35 +00:00
Mark Mankarious
421bd07c93 fix: fixes bug caused by missing param in function call 2023-10-29 14:44:21 +00:00
Mark Mankarious
58cefc134a chore: adds tests for color validation 2023-10-29 14:40:36 +00:00
Mark Mankarious
44ab2c9cca chore: adds modelItem reducer tests 2023-10-29 14:27:13 +00:00
Mark Mankarious
4797b22304 feat: stores colors as part of model 2023-10-29 14:08:32 +00:00
Mark Mankarious
35b73defe7 feat: displays title at bottom of view 2023-10-28 16:28:23 +01:00
Mark Mankarious
1d3e7d5183 feat: improves label handeling 2023-10-28 16:25:29 +01:00
Mark Mankarious
49c9f9b70e refactor: refactors both connector and node labels to be single component 2023-10-28 16:03:15 +01:00