Skip to content

Commit

Permalink
chore(core): Bump version to 0.0.420
Browse files Browse the repository at this point in the history
c18f307 fix(core/presentation): fix null reference in ReactSelectInput (#7515)
075bce1 feat(core/presentation): allow markdown in ValidationMessage
aef69cf fix(core/presentation): Make all DOMPurify'd links open in a new window (#7511)
a082909 fix(bakeManifest/helm): rawOverrides option (#7514)
752b1ab fix(deck): Show fail fast status code only if they are not pre-configured (#7512)
d03ce48 fix(core/pipeline): fix Artifactory and Nexus trigger NPE These were throwing upon initial mount because 'error' wasn't defined.
a9469e9 refactor: Migrate user code to new validation message API
4c5f532 refactor(core/presentation): Remove validationStatus from forms apis
eafb077 refactor(core/presentation): Split forms interfaces into three files: - /forms/fields/interface.ts - /forms/inputs/interface.ts - /forms/layouts/interface.ts
2d6c9e7 feat(core/utils): extract firstDefined utility function
b553465 refactor(core/validation): Move ValidationMessage from core/validation to core/presentation/forms/validation
8518286 feat(core/presentation): Extract useValidationData hook
aad69b0 fix(core/presentation): Handle empty message in validation message functions, e.g., `errorMessage(undefined)`
8529faf fix(core): fix jumping cursor in trigger inputs (#7486)
36192ab fix(core/pipeline): Pass Trigger validateFn to the trigger's Formik
  • Loading branch information
christopherthielen committed Oct 11, 2019
1 parent c18f307 commit e56cc29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/scripts/modules/core/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit e56cc29

Please sign in to comment.