1
1
mirror of https://github.com/n8n-io/n8n.git synced 2024-10-06 17:47:46 +03:00
Commit Graph

497 Commits

Author SHA1 Message Date
Milorad FIlipović
eecb80400d
test(editor): Add AI Assistant e2e tests (no-changelog) (#10476) 2024-08-20 13:05:09 +02:00
Alex Grozav
6d698fd97d
feat(editor): Improve node selection outline in new canvas (no-changelog) (#10430) 2024-08-15 13:18:20 +03:00
github-actions[bot]
387fa0324d
🚀 Release 1.55.0 (#10411)
Co-authored-by: mutdmour <mutdmour@users.noreply.github.com>
2024-08-14 16:48:45 +02:00
Mutasem Aldmour
5ed2a77740
feat: Add Ask assistant behind feature flag (#9995)
Co-authored-by: Ricardo Espinoza <ricardo@n8n.io>
Co-authored-by: Milorad Filipovic <milorad@n8n.io>
2024-08-14 14:59:11 +02:00
Csaba Tuncsik
117e2d968f
fix(editor): Connect up new project viewer role to the FE (#9913) 2024-08-13 16:45:28 +03:00
Tomi Turtiainen
b2e0f33959
refactor(editor): Add typed event bus (no-changelog) (#10367)
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
2024-08-13 15:11:28 +03:00
कारतोफ्फेलस्क्रिप्ट™
1acf674868
feat(editor): Upgrade markdown-it to address AIKIDO-2024-10034 (no-changelog) (#10358) 2024-08-12 19:43:08 +02:00
Elias Meire
71b6c67179
feat(editor): Add schema view to expression modal (#9976) 2024-08-12 16:47:14 +02:00
Jan Oberhauser
171173c7e8 Merge tag 'n8n@1.54.0' 2024-08-07 14:12:34 +02:00
Mutasem Aldmour
ee968b7163
fix(editor): Remove body padding from storybook previews (no-changelog) (#10317) 2024-08-07 12:52:42 +02:00
github-actions[bot]
89cd12bb6c
🚀 Release 1.54.0 (#10315)
Co-authored-by: tomi <tomi@users.noreply.github.com>
2024-08-07 13:17:18 +03:00
Jon
2a8f1753e8
docs: Fix links to license files in readme (no-changelog) (#10257) 2024-08-06 15:21:57 +01:00
Csaba Tuncsik
46bbf09bea
fix(editor): Update design system Avatar component to show initials also when only firstName or lastName is given (#10308) 2024-08-06 15:31:03 +02:00
Csaba Tuncsik
74554d21d7
fix(editor): Update project tabs test (no-changelog) (#10300) 2024-08-06 15:28:00 +02:00
github-actions[bot]
7ffaec03ea
🚀 Release 1.53.0 (#10266)
Co-authored-by: despairblue <despairblue@users.noreply.github.com>
2024-07-31 14:56:18 +02:00
कारतोफ्फेलस्क्रिप्ट™
a2d08846d0
ci: Setup pnpm catalog to centralize depedency versions (no-changelog) (#9974) 2024-07-30 13:27:15 +02:00
कारतोफ्फेलस्क्रिप्ट™
44728d7242
feat(editor): Show new executions as Queued in the UI, until they actually start (#10204) 2024-07-26 14:30:49 +02:00
github-actions[bot]
c22ffd04de
🚀 Release 1.52.0 (#10174)
Co-authored-by: ShireenMissi <ShireenMissi@users.noreply.github.com>
2024-07-24 13:20:06 +01:00
Iván Ovejero
30784fb76c
fix(editor): Fix saving and connecting on LDAP setup form (#10163)
Co-authored-by: Ricardo Espinoza <ricardo@n8n.io>
2024-07-24 09:37:34 +02:00
Alex Grozav
f2ad1222b1
feat(editor): Add support for unplugin-icons and auto-importing components (no-changelog) (#10055) 2024-07-23 13:30:29 +03:00
Csaba Tuncsik
028a8a2c75
fix(editor): UX Improvements to RBAC feature set (#9683) 2024-07-18 14:17:27 +02:00
github-actions[bot]
b0abee7eb6
🚀 Release 1.51.0 (#10085)
Co-authored-by: mutdmour <mutdmour@users.noreply.github.com>
2024-07-17 13:50:17 +02:00
Alex Grozav
cd24c71a9e
feat: Add sticky notes support to the new canvas (no-changelog) (#10031) 2024-07-15 13:00:52 +03:00
Michael Kret
e4e66ab7da
fix: Number input defaults to 0 not allowing to have arbitrary precision (#10021) 2024-07-12 12:42:09 +03:00
github-actions[bot]
de9590e10e
🚀 Release 1.50.0 (#10000)
Co-authored-by: netroy <netroy@users.noreply.github.com>
2024-07-10 17:23:31 +02:00
कारतोफ्फेलस्क्रिप्ट™
d2ca8b4b42
ci: Ensure that all published packages have consistent provenance data in package.json (#9994) 2024-07-10 16:43:21 +02:00
Elias Meire
90e3f56a9d
feat(editor): Add execution indication to canvas v2 (no-changelog) (#9984) 2024-07-10 10:36:00 +02:00
कारतोफ्फेलस्क्रिप्ट™
b5b96eb43e
ci: Remove unused dependencies (no-changelog) (#9973) 2024-07-09 14:48:24 +02:00
Ricardo Espinoza
1ae64ec4fb
refactor(editor): Rename $emits to emits where we use defineEmits (no-changelog) (#9959) 2024-07-06 13:54:36 -04:00
कारतोफ्फेलस्क्रिप्ट™
31163e1da5
fix(editor): Improve the contrast in the Chat Window in dark mode (no-changelog) (#9937) 2024-07-04 12:59:43 +02:00
Ricardo Espinoza
cef177455e
refactor(editor): Standardize how we use defineEmits in components using the composition API (no-changelog) (#9934) 2024-07-04 10:30:51 +03:00
github-actions[bot]
47cd411436
🚀 Release 1.49.0 (#9927)
Co-authored-by: cstuncsik <cstuncsik@users.noreply.github.com>
2024-07-03 15:29:45 +02:00
कारतोफ्फेलस्क्रिप्ट™
7f8857f69b
refactor(editor): Upgrade frontend typing (no-changelog) (#9915) 2024-07-03 14:19:24 +02:00
कारतोफ्फेलस्क्रिप्ट™
ddf0de8f03
Merge tag 'n8n@1.48.0' 2024-06-27 12:27:53 +02:00
github-actions[bot]
7f6b322ef9
🚀 Release 1.48.0 (#9879)
Co-authored-by: elsmr <elsmr@users.noreply.github.com>
2024-06-27 12:18:15 +02:00
कारतोफ्फेलस्क्रिप्ट™
a43d6f0c5e
fix(LangChain Code Node): Fix icon in dark mode (no-changelog) (#9863)
Co-authored-by: Giulio Andreini <g.andreini@gmail.com>
2024-06-27 12:09:43 +02:00
Elias Meire
e51de9d391
feat(editor): Show multiple nodes in input pane schema view (#9816) 2024-06-24 18:09:28 +02:00
github-actions[bot]
d13c1bbba5
🚀 Release 1.47.0 (#9826)
Co-authored-by: netroy <netroy@users.noreply.github.com>
2024-06-20 15:00:30 -04:00
कारतोफ्फेलस्क्रिप्ट™
08c6e9b571
refactor(editor): Replace mixed style of defineProps with the new style (no-changelog) (#9787) 2024-06-18 09:55:10 +02:00
Danny Martini
be7249f568
fix(editor): Use segments/graphemes when creating the compact sidebar entries (#9776) 2024-06-17 18:50:29 +02:00
Tomi Turtiainen
a484862576
fix: Fix ColorCircles and Sizes initial render (no-changelog) (#9780)
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
2024-06-17 15:51:00 +03:00
Tomi Turtiainen
7c70b782a1
refactor: Migrate Pagination to composition API (no-changelog) (#9752) 2024-06-17 13:43:06 +03:00
Tomi Turtiainen
4541a8f2d1
refactor: Migrate Select to composition API (no-changelog) (#9750) 2024-06-17 10:23:30 +03:00
Tomi Turtiainen
666bab07fb
refactor: Migrate Popover to composition API (no-changelog) (#9751) 2024-06-17 10:08:21 +03:00
Tomi Turtiainen
f49e79cc0b
refactor: Migrate FormInputs to composition API (no-changelog) (#9756) 2024-06-17 10:08:04 +03:00
Tomi Turtiainen
ed2ad6c7ba
refactor: Migrate Option to composition API (no-changelog) (#9754) 2024-06-17 10:07:47 +03:00
Tomi Turtiainen
2dad9ce44c
refactor: Migrate ResizeObserver to composition API (no-changelog) (#9745) 2024-06-14 14:56:41 +03:00
Tomi Turtiainen
8b4a9dbced
refactor: Migrate sizes to composition api (no-changelog) (#9748) 2024-06-14 14:30:38 +03:00
Tomi Turtiainen
e293683234
refactor: Migrate ColorCircles to composition api (no-changelog) (#9747) 2024-06-14 14:30:29 +03:00
कारतोफ्फेलस्क्रिप्ट™
c8f0029bc5
ci: Move type-checking out of the build process (no-changelog) (#9730) 2024-06-13 16:46:25 +02:00