Hiroyasu Nishiyama
2b91edeb74
fix uncorrect fix of junction to subflow conversion
2022-06-14 16:49:14 +09:00
Hiroyasu Nishiyama
94471b6d07
fix conversion of junction to subflow
2022-06-13 08:47:41 +09:00
Steve-Mcl
11f6491889
fix project switching when junctions are present
...
fixes #3588
2022-05-05 16:56:28 +01:00
Steve-Mcl
b918b75414
Merge remote-tracking branch 'upstream/master' into dev
2022-03-23 11:16:18 +00:00
Nick O'Leary
db1ad0df63
Add Junctions
2022-03-14 18:16:24 +00:00
Bruno Henriques
a8579fa68a
fix nodes losing their wires when in an iframe
2022-03-09 10:39:47 +00:00
Nick O'Leary
0e92f68b4a
Merge pull request #3399 from Steve-Mcl/split-wire-to-links
...
Add feature: split-wire-to-links
2022-03-07 12:57:49 +00:00
Steve-Mcl
08295eb807
Remove RED.nodes.createNode
2022-03-05 11:08:36 +00:00
Nick O'Leary
0261105c52
Prevent duplicate links being added between nodes
2022-02-14 20:35:47 +00:00
Steve-Mcl
62315fd478
Add feature: split-wire-to-links
2022-02-07 12:25:09 +00:00
Nick O'Leary
154a4e23dd
Add delete-selection-and-reconnect action
2022-01-11 14:11:55 +00:00
Nick O'Leary
58c94b7773
Add core:detach-selected-nodes action
2022-01-11 00:16:24 +00:00
Nick O'Leary
24b52f09df
Add RED.nodes.getNodeLinks to help node-link lookup
2022-01-03 23:27:25 +00:00
Hiroyasu Nishiyama
1f0690c6ec
fix removed tab not to cause node conflict
2021-11-25 13:26:52 +09:00
Nick O'Leary
b8ad6475e1
Strip off env property if it is empty - avoid inflated flow files
2021-10-28 12:14:34 +01:00
Nick O'Leary
2f707a6b16
Merge pull request #3199 from node-red/switch-project-fix
...
Fix switching projects
2021-10-14 12:04:07 +01:00
Nick O'Leary
3fde5c27ed
Fix switching projects
2021-10-14 11:07:49 +01:00
Nick O'Leary
eebb64901c
Fix converting selection to subflow
...
Fixes #3191
2021-10-14 09:48:35 +01:00
Nick O'Leary
f8ee92ba06
Merge pull request #3158 from node-red/node-install-err-reporting
...
Improve node install error reporting
2021-10-04 10:55:47 +01:00
Nick O'Leary
8761e61439
Include load error in notification of unknown node
2021-09-30 15:39:45 +01:00
Nick O'Leary
29e903e1c8
Improve error reporting when installing bad nodes
2021-09-30 15:28:09 +01:00
Nick O'Leary
ab2d3bfd80
Fix RED.nodes.filterNodes when searching full node set
2021-09-29 10:43:41 +01:00
Nick O'Leary
abaebb329d
Merge branch 'dev' into edit-panes-2
2021-09-07 13:42:49 +01:00
Nick O'Leary
4132fb79a6
Allow nodes to be raised/lowered in the workspace
2021-09-07 11:49:31 +01:00
Nick O'Leary
4463a7d4ba
Move envVar list component to own file
2021-09-02 16:14:35 +01:00
Nick O'Leary
e910f3915d
Initial refactor of edit dialogs to separate panes
2021-09-02 10:33:43 +01:00
Hiroyasu Nishiyama
d78e5932f9
update according to PR comments
2021-08-30 08:00:58 +09:00
Hiroyasu Nishiyama
6aecc3915c
add support of environtment variable for tab & group
2021-08-19 21:15:13 +09:00
Nick O'Leary
66dd05f8bc
Merge branch 'master' into dev
2021-07-02 10:01:07 +01:00
Nick O'Leary
218d3c144b
Emit nodes:change for any updated config node when node deleted/added
2021-07-01 20:52:13 +01:00
Nick O'Leary
e9e64f6a44
Add option to RED.nodes.createCompleteNodeSet to include node dimensions
...
This allows the linter to use a flow json with more than just position
information.
2021-06-04 13:53:01 +01:00
Nick O'Leary
8bbed2c831
Change node id generation to give fixed length values without '.'
2021-05-18 11:32:17 +01:00
Nick O'Leary
15aa249f64
Stop module with missing types from preventing editor load
2021-05-13 14:06:43 +01:00
Nick O'Leary
91f5542a57
Fix importing node to currently flow rather than match its old z value
...
If you import a node whose z value is a known existing tab, it is getting
imported to that tab, rather than the expected behaviour of being imported
to the current tab.
This commit fixes that by checked if the node is being imported to a tab
that was included in the import, rather than pre-existing.
2021-04-28 20:54:31 +01:00
Hiroyasu Nishiyama
c0a765c998
fix exporting config node
2021-03-18 00:11:35 +09:00
Nick O'Leary
3b84f27f36
Remove arrow-funcs from editor code
2021-03-10 21:31:05 +00:00
Hiroyasu Nishiyama
40ea759e2c
fix vanishing link in subflow
2021-03-10 09:03:52 +09:00
Nick O'Leary
15715a2968
Ensure select-up/down-stream action follows branches in flows
2021-03-03 14:20:55 +00:00
Nick O'Leary
7be7dec19a
Fix removing links when deleting node
2021-02-27 21:57:27 +00:00
Nick O'Leary
ca75efcbaf
Adds shift-click support for selecting up/down stream nodes
2021-02-17 17:32:55 +00:00
Nick O'Leary
d5314d2a85
Add select-up/downstream-nodes action to editor
2021-02-16 20:46:41 +00:00
Nick O'Leary
3bd1bfc769
Fix check for existing config nodes in subflow export set
2021-01-29 10:16:40 +00:00
Kazuhiro Ito
dad47ade38
Add config node to refer to when exporting subflow
2021-01-29 11:05:15 +09:00
Nick O'Leary
ccfde84769
Merge pull request #2812 from node-red/property-types
...
Support node property typing
2021-01-12 23:56:01 +00:00
Nick O'Leary
ea2e3f25d8
Implement node property typing
...
See https://github.com/node-red/designs/pull/37
2021-01-08 14:19:12 +00:00
Nick O'Leary
d5cc5b2574
Use subflow.info for help text and meta.type for node type
2021-01-07 15:34:27 +00:00
Nick O'Leary
de15a1c36f
Add subflow meta data edit pane
2021-01-07 11:10:58 +00:00
Nick O'Leary
30a68fefec
Ensure subflow-scoped config nodes do not get moved on import
...
Fixes #2789
2021-01-06 11:22:52 +00:00
Nick O'Leary
2b801a756a
Fix import of config nodes with unknown z property
2020-11-17 23:07:43 +00:00
Nick O'Leary
99478897c5
Ensure config nodes with invalid z are imported somewhere
2020-11-14 14:10:32 +00:00