From e56cc29684ce32bdf656a89e0e111b4d2cb5cbc4 Mon Sep 17 00:00:00 2001 From: Chris Thielen Date: Fri, 11 Oct 2019 10:57:03 -0700 Subject: [PATCH] chore(core): Bump version to 0.0.420 c18f307e555a07b0088fa72aab54e2ae48feae3a fix(core/presentation): fix null reference in ReactSelectInput (#7515) 075bce18b42af069d153bcaa6cbcb723a19964c6 feat(core/presentation): allow markdown in ValidationMessage aef69cfc321a0a3569895d04e3c7548afee2c70d fix(core/presentation): Make all DOMPurify'd links open in a new window (#7511) a0829090fb576a36c173dced5d15af8a68c6db84 fix(bakeManifest/helm): rawOverrides option (#7514) 752b1ab713b6ed478afb585b4844c71ecb0619a6 fix(deck): Show fail fast status code only if they are not pre-configured (#7512) d03ce4848f37c09341474a0a2b79a778767b8e88 fix(core/pipeline): fix Artifactory and Nexus trigger NPE These were throwing upon initial mount because 'error' wasn't defined. a9469e9723fb5b5e539ce5400e7a7077549b4245 refactor: Migrate user code to new validation message API 4c5f532b395fd5a660dcca1d2d56b4f3b470ec67 refactor(core/presentation): Remove validationStatus from forms apis eafb077ca8b6f43cbddb42478b55c355cbed68da refactor(core/presentation): Split forms interfaces into three files: - /forms/fields/interface.ts - /forms/inputs/interface.ts - /forms/layouts/interface.ts 2d6c9e783734f072f314f543db8c5e2e2ad9d858 feat(core/utils): extract firstDefined utility function b5534656251c92180f8598cb22e8f50574e9cf1a refactor(core/validation): Move ValidationMessage from core/validation to core/presentation/forms/validation 85182869d63c7645cc1061c64286fceb8235c07f feat(core/presentation): Extract useValidationData hook aad69b04478fd8bf3ba17906b4f49c8fec47d842 fix(core/presentation): Handle empty message in validation message functions, e.g., `errorMessage(undefined)` 8529faf7919b097c06e5c4f8b1dc8c3f60977df5 fix(core): fix jumping cursor in trigger inputs (#7486) 36192ab76b03c85f4a19fdea0a142b028d85fea0 fix(core/pipeline): Pass Trigger validateFn to the trigger's Formik --- app/scripts/modules/core/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/scripts/modules/core/package.json b/app/scripts/modules/core/package.json index 1eae3b189f4..8757a097910 100644 --- a/app/scripts/modules/core/package.json +++ b/app/scripts/modules/core/package.json @@ -1,6 +1,6 @@ { "name": "@spinnaker/core", - "version": "0.0.419", + "version": "0.0.420", "main": "lib/lib.js", "typings": "lib/index.d.ts", "scripts": {