Deprecate step size and node color (#2586)

* 🔥 Deprecate numberStepSize

* 🔥 Deprecate color in non-FA nodes

*  Minor node name fixes

* 📦 Update package-lock.json

*  Restore Merge node color

* 👕 Fix lint
This commit is contained in:
Iván Ovejero
2021-12-23 13:30:35 +01:00
committed by GitHub
parent 0ce26d48e0
commit 2b74b6238e
302 changed files with 167 additions and 446 deletions

View File

@@ -38,7 +38,6 @@ export class ItemLists implements INodeType {
description: 'Helper for working with lists of items and transforming arrays',
defaults: {
name: 'Item Lists',
color: '#ff6d5a',
},
inputs: ['main'],
outputs: ['main'],
@@ -986,7 +985,7 @@ return 0;`,
fieldName: string;
order: 'ascending' | 'descending'
}>;
if (!sortFields || !sortFields.length) {
throw new NodeOperationError(this.getNode(), 'No sorting specified. Please add a field to sort by');