feat(core): Add notice to alert users a new version is available

This commit is contained in:
Michael Kret
2023-05-02 11:45:04 +03:00
committed by GitHub
parent 839a56a682
commit cb497fbbec
9 changed files with 33 additions and 0 deletions

View File

@@ -12,6 +12,8 @@ import type {
} from 'n8n-workflow';
import { deepCopy } from 'n8n-workflow';
import { oldVersionNotice } from '../../../utils/descriptions';
const versionDescription: INodeTypeDescription = {
displayName: 'Merge',
name: 'merge',
@@ -29,6 +31,7 @@ const versionDescription: INodeTypeDescription = {
outputs: ['main'],
inputNames: ['Input 1', 'Input 2'],
properties: [
oldVersionNotice,
{
displayName: 'Mode',
name: 'mode',