34 Commits

Author SHA1 Message Date
94d31f357e Reverted event change 2025-03-27 13:25:00 +01:00
8affa65ffa Updated react 2025-03-26 14:00:27 +01:00
78d10b8ff0 Merge pull request #1021 from LynchyC/master
Update lodash imports to use individual functions
2024-02-15 00:23:03 -07:00
cd8049dad1 refactor: update lodash imports to use individual functions 2023-11-08 21:07:46 +00:00
20766f539e fix: default link widget with react strict mode 2023-08-10 15:34:16 +01:00
17bb78b130 Merge pull request #939 from ToTheHit/update_default_link_widget
Remove hardcode for PointModel in DefaultLinkWidget.tsx
2023-01-24 16:56:27 -07:00
8bcc1436d3 changsets and v7 2023-01-23 12:56:25 -07:00
897bde204e upgrades 2022-06-03 15:21:23 -06:00
77011af27a Remove hardcode for PointModel in DefaultLinkWidget.tsx 2022-05-04 18:07:31 +03:00
09c2014efc Update DefaultPortModel.ts
when making custom port with custom styled link, I need to make a custom port model, which need a custom type in constructor, but options.type is missing in the DefaultPortModel constructor props type. 
So I added it in.
2021-08-17 07:57:21 +10:00
5b642a1d1b Merge pull request #809 from vadimshvetsov/fix-smartrouting-selection
Fix smart routing selection issue
2021-06-04 23:55:03 +02:00
8173b70834 add a few small fixes and improvements 2021-03-20 22:20:24 +02:00
ff0f7188fa oops 2021-03-14 12:55:47 +02:00
293123b5c6 project updates 2021-03-12 22:35:25 +02:00
00c2a41c0c Fix smart routing selection issue 2021-03-01 14:29:20 +03:00
9b58fa3963 fix port background color
rgba(white, 0.1) is not valid css, changed it to valid
rgba syntax - <rgba()> = rgba( <percentage>{3} [ / <alpha-value> ]? ) | rgba( <number>{3} [ / <alpha-value> ]? ) from https://developer.mozilla.org/en-US/docs/Web/CSS/background-color
2020-10-12 23:52:13 +03:00
655462087f prettier 2020-06-03 21:02:49 +02:00
ff2a668842 Support deriving from DefaultLabelModel
The DefaultLabelModel constructor deviated from pattern followed by the other Default*Model types, where `...options` is merged after the hardcoded values so that derived classes can override the options. This change makes it conform to that pattern.
2020-04-23 17:16:08 -04:00
8d73d238fe Merge pull request #556 from VostroNet/es6-build
ES6 Module Support
2020-03-06 10:03:57 +02:00
f78c5de4ae fix DefaultNodeModel.removePort unbound splice #557 2020-03-05 13:26:09 +01:00
6e77f3503a adding es modules and including src for linking/reference 2020-03-04 10:06:13 +10:00
05f1345e62 Merge pull request #426 from vidjuheffex/patch-1
issue #407 update css to remove first-child unsafe warning
2019-09-12 00:36:44 +02:00
39c4f37d12 update css to remove first-of-type unsafe warning 2019-09-10 22:30:20 -05:00
1dccace7e2 fix for unique key maps 2019-09-10 16:49:13 -07:00
0deaec246d added usefull variable that gives last known index of path 2019-09-02 09:26:31 +02:00
630467cf97 small display issue with ports 2019-08-11 17:19:15 +02:00
51c6bd2391 fix tests 2019-08-11 00:31:49 +02:00
4a57ecdc97 lik 99% there 2019-08-10 16:37:40 +02:00
a46e17306b serialization is almost working again 2019-08-10 14:08:28 +02:00
47e4a14520 fixing serialization 2019-08-10 12:01:08 +02:00
09d5b65e59 got more parity with moving points and such 2019-08-07 21:50:41 +02:00
3590245f6c moving items works again 2019-08-05 00:24:43 +02:00
e9558919fb pretty 2019-08-04 13:28:38 +02:00
dd5a0b7d8d break it up further into canvas 2019-08-04 13:27:55 +02:00