@byu-oit/vue-decision-processing-components
Advanced tools
Comparing version 8.6.11 to 8.7.0
@@ -5,2 +5,14 @@ # Changelog | ||
## [8.7.0](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.6.11...v8.7.0) (2020-02-12) | ||
### Features | ||
* New component to display active packet list filters ([ca39e84](https://github.com/byu-oit/vue-decision-processing-components/commit/ca39e843642329df18f37b398b9c58bbdd8d9d0f)) | ||
### Bug Fixes | ||
* linting ([86847aa](https://github.com/byu-oit/vue-decision-processing-components/commit/86847aa0a2343d158fdf4634043d7ece5f082d01)) | ||
### [8.6.11](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.6.10...v8.6.11) (2020-02-07) | ||
@@ -7,0 +19,0 @@ |
@@ -49,6 +49,6 @@ /* | ||
const term = { | ||
'1': 'W', | ||
'3': 'Sp', | ||
'4': 'Su', | ||
'5': 'F' | ||
1: 'W', | ||
3: 'Sp', | ||
4: 'Su', | ||
5: 'F' | ||
}[value.substr(-1)] | ||
@@ -62,8 +62,8 @@ return value.substr(0, 4).concat(term) | ||
const term = { | ||
'1': 'Winter', | ||
'3': 'Spring', | ||
'4': 'Summer', | ||
'5': 'Fall' | ||
1: 'Winter', | ||
3: 'Spring', | ||
4: 'Summer', | ||
5: 'Fall' | ||
}[value.substr(-1)] | ||
return `${term} ${value.substr(0, 4)}` | ||
} |
{ | ||
"name": "@byu-oit/vue-decision-processing-components", | ||
"version": "8.6.11", | ||
"version": "8.7.0", | ||
"description": "Vue components shared between decision processing systems for the CES schools.", | ||
@@ -5,0 +5,0 @@ "dependencies": { |
@@ -9,3 +9,3 @@ // list shape: | ||
export const state = { | ||
list: [ ], | ||
list: [], | ||
bulkChange: { | ||
@@ -12,0 +12,0 @@ total: 0, |
369461
125