83 Commits

Author SHA1 Message Date
64aae839ef Version Packages 2025-04-03 17:33:24 +00:00
94d31f357e Reverted event change 2025-03-27 13:25:00 +01:00
53215dca92 Removed old overrides. Added overrides to root package.json. 2025-03-27 12:09:23 +01:00
cb643abc66 Added overrides which don't seem to work 2025-03-26 15:45:38 +01:00
c74178a9ed Updated more things 2025-03-26 15:05:09 +01:00
8affa65ffa Updated react 2025-03-26 14:00:27 +01:00
42d43519d2 Version Packages 2024-02-15 07:23:36 +00:00
78d10b8ff0 Merge pull request #1021 from LynchyC/master
Update lodash imports to use individual functions
2024-02-15 00:23:03 -07:00
5045968abd Merge pull request #1014 from marian2js/master
fix: default link widget with react strict mode
2024-02-15 00:20:51 -07:00
cd8049dad1 refactor: update lodash imports to use individual functions 2023-11-08 21:07:46 +00:00
a671b50e09 Version Packages 2023-09-23 20:22:45 +00:00
23b5467806 upgrade everything 2023-09-23 14:16:35 -06:00
20766f539e fix: default link widget with react strict mode 2023-08-10 15:34:16 +01:00
80cd9c9306 Version Packages 2023-03-05 17:56:31 +00:00
70b17a749c Version Packages 2023-01-25 00:17:49 +00: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
fcdbce54b5 Version Packages 2023-01-24 22:11:19 +00:00
8fc9fe3aae more changes to the bundling and deps 2023-01-23 19:33:49 -07:00
8bcc1436d3 changsets and v7 2023-01-23 12:56:25 -07:00
dfcf82e692 v6.7.4 2022-06-03 15:59:56 -06:00
cd93bb96a3 v6.7.3 2022-06-03 15:59:24 -06:00
5f49bbe5b1 v6.7.2 2022-06-03 15:58:45 -06:00
a1b2f6a59e v6.7.2-alpha.0 2022-06-03 15:48:20 -06:00
e7b352644d v6.7.1-alpha.0 2022-06-03 15:47:17 -06: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
02a37fcf1f v6.7.0 2022-02-06 22:38:45 -07: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
8b2f5c8961 v6.6.1 2021-08-10 02:09:28 +02: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
5b642a1d1b Merge pull request #809 from vadimshvetsov/fix-smartrouting-selection
Fix smart routing selection issue
2021-06-04 23:55:03 +02: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
e974627fd0 some fixes 2021-04-12 14:59:50 +02:00
67be47b4ae v6.5.0 2021-03-20 22:42:33 +02:00
8173b70834 add a few small fixes and improvements 2021-03-20 22:20:24 +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
00c2a41c0c Fix smart routing selection issue 2021-03-01 14:29:20 +03:00
63dbe41df0 v6.3.0 2020-12-03 22:02:46 +02: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
c5b24f6e7b v6.2.0 2020-06-03 21:08:04 +02:00
655462087f prettier 2020-06-03 21:02:49 +02:00
ef822f5540 v6.1.1 2020-04-25 19:59:05 +02:00