Commit Graph

1102 Commits

Author SHA1 Message Date
Svetoslav Dekov
5f424888b9
feat(editor): Command bar v0.5 (no-changelog) (#20520)
Co-authored-by: Jaakko Husso <jaakko@n8n.io>
2025-10-14 16:07:08 +03:00
Eugene
5130c11db7
feat(editor): Auto-assign credentials to other nodes (#20722) 2025-10-14 14:36:19 +02:00
Jaakko Husso
f37a29550a
feat(core): Add endpoints for reading conversations (no-changelog) (#20745) 2025-10-14 14:58:40 +03:00
Csaba Tuncsik
f0a3978b62
fix(editor): Expand URL validation to accept any HTTPS URL for workflow import instead of requiring a .json extension (#20509) 2025-10-14 13:24:24 +02:00
Michael Drury
39b79665ab
fix(ai-builder): Assistant side panel open without blocking calls (#20714) 2025-10-14 11:28:45 +01:00
Alex Grozav
6883d95c76
feat: Migrate build system to rolldown in Front End packages (no-changelog) (#20717) 2025-10-14 13:26:54 +03:00
Guillaume Jacquart
fbe27837f1
feat(core): Add telemetry to monitor project variables usage (#20593) 2025-10-14 11:44:39 +02:00
yehorkardash
1c07bba8b3
feat(editor): Enable rendering verified nodes in preview service (#20065)
Co-authored-by: Elias Meire <elias@meire.dev>
2025-10-14 11:57:35 +03:00
Jaakko Husso
f7b3ff2304
feat(core): Use the new chat repositories for storage (no-changelog) (#20655) 2025-10-14 11:32:58 +03:00
Alex Grozav
0e36605848
refactor(editor): Move remaining workflowHistory code to features (no-changelog) (#20653) 2025-10-14 11:17:09 +03:00
Alex Grozav
17635d0eaa
refactor(editor): Extract apiKeys code into features (no-changelog) (#20648) 2025-10-14 11:04:38 +03:00
yehorkardash
e2275fbd58
build: Fix lint:styles command for windows (#20704) 2025-10-14 10:14:59 +03:00
Mutasem Aldmour
f7e48d415f
chore: Update most secondary CSS tokens to match guidelines (#20724) 2025-10-14 08:55:41 +02:00
Csaba Tuncsik
76969ebc60
fix(editor): Fetch workflow and version in parallel to prevent double render flicker (#20568) 2025-10-14 05:23:50 +02:00
Alex Grozav
f752081c4f
refactor(editor): Extract auth code into features (no-changelog) (#20644) 2025-10-13 16:47:55 +03:00
Tomi Turtiainen
cf0ae60159 Merge tag 'n8n@1.116.0' 2025-10-13 16:45:47 +03:00
Milorad FIlipović
f15fd87bab
fix(editor): Address MCP feedback (no-changelog) (#20595) 2025-10-13 15:39:42 +02:00
Suguru Inoue
fd3caae509
feat(editor): Chat: show conversation history in drawer on mobile device (no-changelog) (#20661) 2025-10-13 15:32:42 +02:00
github-actions[bot]
536ef83c80
🚀 Release 1.116.0 (#20718)
Co-authored-by: tomi <10324676+tomi@users.noreply.github.com>
2025-10-13 16:10:43 +03:00
oleg
95d0c45771
feat(ai-builder, editor): Flag AI builder placeholder parameters and render them on front-end (#20494) 2025-10-13 14:09:43 +02:00
Alex Grozav
b136a695b7
refactor(editor): Extract orchestration code into features (no-changelog) (#20646) 2025-10-13 14:42:49 +03:00
Guillaume Jacquart
cd0bbe2d96
feat(editor): Create new variable page inside overview project page (#20332) 2025-10-13 13:07:13 +02:00
Mutasem Aldmour
ed7191d03d
chore: Update secondary tokens to match CSS Variable guidelines (#20658) 2025-10-13 11:37:05 +02:00
Michael Drury
254e9a89c5
feat(editor): Randomise the order of prompt suggestions (no-changelog) (#20597) 2025-10-13 09:04:08 +01:00
Alex Grozav
9d4db4b658
refactor(editor): Remove unused audit store (no-changelog) (#20651) 2025-10-10 18:23:44 +03:00
Svetoslav Dekov
b32a094bef
chore(editor): Add unit tests for data tables FE code (no-changelog) (#20511) 2025-10-10 17:49:21 +03:00
Suguru Inoue
e8241506c0
feat(editor): Chat navigation (no-changelog) (#20631) 2025-10-10 15:58:45 +02:00
Alex Grozav
ff910be4d5
refactor(editor): Extract collaboration code into features (no-changelog) (#20652) 2025-10-10 16:41:14 +03:00
Alex Grozav
409f285a33
refactor(editor): Move remaining canvas code to features (no-changelog) (#20633) 2025-10-10 15:30:03 +03:00
Alex Grozav
e8e3989d7e
refactor(editor): Extract projects code into features (no-changelog) (#20590) 2025-10-10 13:39:47 +03:00
Alex Grozav
c0157f645e
refactor(editor): Extract workflowHistory code to features (no-changelog) (#20587) 2025-10-10 12:53:03 +03:00
Mutasem Aldmour
596cdfec91
feat: Roll out Lucide icons to Nodes, remove FontAwesome icons (#20477)
Co-authored-by: Elias Meire <elias@meire.dev>
2025-10-10 11:22:11 +02:00
Charlie Kolb
18a871efe8
refactor(editor): Migrate updateNodeAtIndex and usages to workflowState (#20586) 2025-10-10 11:11:49 +02:00
Mutasem Aldmour
621adb00ee
chore: Update primary spacing and size css variables to match new guidelines (#20621) 2025-10-10 10:17:04 +02:00
Alex Grozav
5c50c0aee1
refactor(editor): Extract commandBar code into features (no-changelog) (#20588) 2025-10-10 10:53:48 +03:00
Alex Grozav
c2dd9f61b4
refactor(editor): Extract contextMenu into features (no-changelog) (#20582) 2025-10-10 10:53:37 +03:00
Suguru Inoue
1a6968b04f
feat: Select credentials (no-changelog) (#20559)
Co-authored-by: Jaakko Husso <jaakko@n8n.io>
2025-10-09 15:39:23 +02:00
Mutasem Aldmour
4faf3f3e04
chore: Update main color scss variables (#20594) 2025-10-09 15:19:17 +02:00
Mutasem Aldmour
823a66567a
chore: Add script to update primary color css variables to adhere to new guidelines (#20576) 2025-10-09 14:47:56 +02:00
Charlie Kolb
adb230836f
refactor(editor): Migrate setNodeParameters to workflowState (#20410) 2025-10-09 14:33:41 +02:00
Alex Grozav
637115e243
refactor(editor): Extract canvas code into features (no-changelog) (#20541) 2025-10-09 14:40:29 +03:00
yehorkardash
0da3e14a52
feat(core): Track package_version of community nodes (#20428)
Co-authored-by: Michael Kret <michael.k@radency.com>
2025-10-09 14:08:56 +03:00
oleg
e58480f901
fix(editor): Compact large ITaskDataConnections before sending to AI Builder (#20545) 2025-10-09 13:07:57 +02:00
Michael Drury
ac3efc5685
fix: Chat side panel open/close behaviour and builder state accuracy (no-changelog) (#20525) 2025-10-09 10:53:22 +01:00
Michael Drury
f4963a7c64
chore: Renaming assistant to n8n AI in chat messages (#20549) 2025-10-09 09:59:46 +01:00
Charlie Kolb
273840c042
feat(editor): Introduce Replace Node context menu option (#20287) 2025-10-09 10:42:24 +02:00
Jaakko Husso
fc63dd7559
feat(core): Chat hub implementation continued (no-changelog) (#20567)
Co-authored-by: Suguru Inoue <suguru@n8n.io>
2025-10-09 11:32:16 +03:00
Charlie Kolb
57e5ac536e
refactor(editor): Migrate markExecutionAsStopped and useExecutingNode to workflowState (#20326) 2025-10-09 10:18:41 +02:00
Jaakko Husso
fa64bf1ef3
fix(editor): Fix inputs when extracting sub-workflows with Split Out nodes (#19923) 2025-10-09 09:41:22 +03:00
Mutasem Aldmour
ad1f69c839
chore: Add lint rule for enforcing css variable names (#20531)
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
2025-10-08 16:11:50 +02:00