n8n/packages/editor-ui/src/utils
2024-11-05 14:20:02 +02:00
..
formatters refactor(core): Separate execution startedAt from createdAt (#10810) 2024-09-27 13:32:12 +02:00
nodes
nodeTypes
rbac refactor(editor): Migrate settings.store to composition API (no-changelog) (#10022) 2024-07-19 08:35:36 -04:00
templates refactor(editor): Move test files alongside tested files (no-changelog) (#11504) 2024-11-01 18:01:13 +02:00
testData refactor(editor): Use typed-mocks to speed up tests and type-checking (no-changelog) (#9796) 2024-06-19 07:41:27 +02:00
apiUtils.test.ts refactor(editor): Rename design-system unit test files and snapshots (no-changelog) (#11539) 2024-11-05 14:20:02 +02:00
apiUtils.ts fix(editor): Add optional chaining to error handler (no-changelog) (#11500) 2024-11-05 13:02:55 +02:00
assert.ts
canvasUtils.ts
canvasUtilsV2.test.ts refactor(editor): Rename design-system unit test files and snapshots (no-changelog) (#11539) 2024-11-05 14:20:02 +02:00
canvasUtilsV2.ts feat(editor): Add logic for renaming duplicate nodes in new canvas (no-changelog) (#11081) 2024-10-03 21:20:57 +03:00
credentialOnlyNodes.ts
eventUtils.ts fix(editor): Support middle click to scroll when using a mouse on new canvas (#11384) 2024-10-24 16:51:37 +03:00
executionUtils.test.ts refactor(editor): Rename design-system unit test files and snapshots (no-changelog) (#11539) 2024-11-05 14:20:02 +02:00
executionUtils.ts feat(n8n Form Page Node): New node (#10390) 2024-10-17 14:59:53 +01:00
expressions.test.ts refactor(editor): Move test files alongside tested files (no-changelog) (#11504) 2024-11-01 18:01:13 +02:00
expressions.ts fix(editor): Add safety to prevent undefined errors (#11104) 2024-10-04 14:37:37 +01:00
forceParse.ts
htmlUtils.test.ts refactor(editor): Rename design-system unit test files and snapshots (no-changelog) (#11539) 2024-11-05 14:20:02 +02:00
htmlUtils.ts feat(editor): Overhaul document title management (#10999) 2024-09-30 10:57:25 +02:00
mappingUtils.test.ts refactor(editor): Move test files alongside tested files (no-changelog) (#11504) 2024-11-01 18:01:13 +02:00
mappingUtils.ts refactor(editor): Enable @typescript-eslint/no-base-to-string lint rule, fix errors (no-changelog) (#9783) 2024-06-18 15:04:29 +02:00
nodeTypesUtils.ts feat: Add more context to support chat (#11014) 2024-10-02 10:00:20 +02:00
nodeViewUtils.test.ts refactor(editor): Rename design-system unit test files and snapshots (no-changelog) (#11539) 2024-11-05 14:20:02 +02:00
nodeViewUtils.ts feat(editor): Improve insertion algorithm for nodes with multiple main outputs (no-changelog) (#11213) 2024-10-11 17:03:58 +03:00
objectUtils.test.ts refactor(editor): Move test files alongside tested files (no-changelog) (#11504) 2024-11-01 18:01:13 +02:00
objectUtils.ts
pairedItemUtils.test.ts refactor(editor): Move test files alongside tested files (no-changelog) (#11504) 2024-11-01 18:01:13 +02:00
pairedItemUtils.ts
projects.utils.test.ts refactor(editor): Refactor project utils splitName (no-changelog) (#10669) 2024-09-05 09:17:46 +02:00
projects.utils.ts refactor(editor): Refactor project utils splitName (no-changelog) (#10669) 2024-09-05 09:17:46 +02:00
rbacUtils.test.ts refactor(editor): Move test files alongside tested files (no-changelog) (#11504) 2024-11-01 18:01:13 +02:00
rbacUtils.ts
sortUtils.test.ts fix(editor): Fix sorting problem in older browsers that don't support toSorted (#11204) 2024-10-17 14:11:34 +02:00
sortUtils.ts fix(editor): Fix sorting problem in older browsers that don't support toSorted (#11204) 2024-10-17 14:11:34 +02:00
telemetryUtils.ts
typeGuards.ts fix(editor): Connect up new project viewer role to the FE (#9913) 2024-08-13 16:45:28 +03:00
typeHelpers.ts
typesUtils.test.ts refactor(editor): Move test files alongside tested files (no-changelog) (#11504) 2024-11-01 18:01:13 +02:00
typesUtils.ts fix(editor): Improve error messages around pinned data (#9632) 2024-06-05 13:48:55 +02:00
userUtils.ts fix(core): Use class-validator with XSS check for survey answers (#10490) 2024-08-21 16:18:16 +02:00
workerUtils.ts