@byu-oit/vue-decision-processing-components
Advanced tools
Comparing version 8.25.1 to 8.25.2
@@ -5,2 +5,10 @@ # Changelog | ||
### [8.25.2](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.25.1...v8.25.2) (2022-03-25) | ||
### Bug Fixes | ||
* provide a default value if no match found ([4a086bb](https://github.com/byu-oit/vue-decision-processing-components/commit/4a086bb7a55a017894e3a45470ca510140f3afe2)) | ||
* use v-show instead of v-if so that the dom elements will exist whether or not the section is expanded ([8480266](https://github.com/byu-oit/vue-decision-processing-components/commit/8480266a651b6c364172d425d82a4aadc402eceb)) | ||
### [8.25.1](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.25.0...v8.25.1) (2022-02-03) | ||
@@ -7,0 +15,0 @@ |
{ | ||
"name": "@byu-oit/vue-decision-processing-components", | ||
"version": "8.25.1", | ||
"version": "8.25.2", | ||
"description": "Vue components shared between decision processing systems for the CES schools.", | ||
@@ -5,0 +5,0 @@ "dependencies": { |
@@ -117,2 +117,3 @@ import get from 'lodash.get' | ||
case 'S': return 'Service' | ||
default: return '' | ||
} | ||
@@ -119,0 +120,0 @@ } |
Sorry, the diff of this file is not supported yet
404783
4141