@byu-oit/vue-decision-processing-components 8.35.8 → 8.35.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.github/CODEOWNERS +1 -0
- package/.github/workflows/deploy.yml +40 -50
- package/.repo-meta.yml +55 -55
- package/AdmitPeriodConfig.vue +115 -115
- package/ApiCallButton.vue +91 -91
- package/ApplicantInfo.vue +100 -100
- package/AssignmentBulkDialog.vue +153 -153
- package/AssignmentDialog.vue +117 -117
- package/AssignmentSummary.vue +75 -75
- package/BackgroundBadge.vue +83 -83
- package/BackgroundDetailCrime.vue +78 -78
- package/BackgroundDetailPluralMarriage.vue +43 -43
- package/BackgroundDetailSexRegistry.vue +43 -43
- package/BackgroundDetailUniversity.vue +37 -37
- package/CHANGELOG.md +676 -676
- package/Dashboard.vue +201 -201
- package/DashboardApplicationList.vue +50 -50
- package/DecisionDialog.vue +178 -178
- package/Details.vue +124 -124
- package/DetailsActivity.vue +59 -59
- package/DetailsBackground.vue +143 -143
- package/DetailsBackgroundDetail.vue +47 -47
- package/DetailsBackgroundSummary.vue +66 -66
- package/DetailsCesHold.vue +107 -107
- package/DetailsCollege.vue +93 -93
- package/DetailsContact.vue +65 -65
- package/DetailsDecision.vue +183 -183
- package/DetailsDecisionHistory.vue +56 -56
- package/DetailsEndorsement.vue +74 -74
- package/DetailsEssay.vue +59 -59
- package/DetailsFilenote.vue +62 -62
- package/DetailsFilenoteList.vue +109 -109
- package/DetailsFlagSection.vue +176 -176
- package/DetailsHeader.vue +263 -263
- package/DetailsHighSchool.vue +99 -99
- package/DetailsHsTranscript.vue +100 -100
- package/DetailsInstitute.vue +90 -90
- package/DetailsMission.vue +88 -88
- package/DetailsNewAppHistory.vue +50 -50
- package/DetailsNotes.vue +83 -83
- package/DetailsPathway.vue +45 -45
- package/DetailsScoringSection.vue +128 -128
- package/DetailsSection.vue +116 -116
- package/DetailsSeminary.vue +184 -184
- package/DetailsSrs.vue +52 -52
- package/DetailsSubnav.vue +54 -54
- package/DetailsTestScores.vue +131 -131
- package/ExpandIndicator.vue +75 -75
- package/ExternalLink.vue +34 -34
- package/FilterBreadcrumb.vue +85 -85
- package/FilterButton.vue +86 -86
- package/FilterButtonAdmitPeriod.vue +104 -104
- package/FilterButtonAppType.vue +103 -103
- package/FilterButtonAssignedTo.vue +96 -96
- package/FilterButtonClearFilters.vue +65 -65
- package/FilterButtonSex.vue +105 -105
- package/FlagButton.vue +59 -59
- package/FlagDialog.vue +129 -129
- package/Footer.vue +432 -432
- package/Header.vue +132 -132
- package/HighSchoolSummary.vue +60 -60
- package/InternationalIndicator.vue +44 -44
- package/InternationalStatus.vue +48 -48
- package/LICENSE +201 -201
- package/LoadingBadge.vue +58 -58
- package/ManageAssignments.vue +123 -123
- package/NoAuth.vue +14 -14
- package/NoteDialog.vue +106 -106
- package/ObjectViewer.vue +49 -49
- package/Queues.vue +278 -268
- package/QuickLinks.vue +25 -25
- package/README.md +2 -2
- package/RecentApplications.vue +53 -53
- package/Report.vue +340 -340
- package/ReportDetail.vue +279 -279
- package/ReportList.vue +87 -87
- package/ReportPhotos.vue +65 -65
- package/ReportSvg.vue +78 -78
- package/ReportViewer.vue +165 -165
- package/RequestAccess.vue +14 -14
- package/RequestAccessList.vue +45 -45
- package/RoleSelector.vue +29 -29
- package/Search.vue +22 -22
- package/ShowApplicantIds.vue +100 -100
- package/SortableHeader.vue +53 -53
- package/Spinner.vue +34 -34
- package/StarredIndicator.vue +36 -36
- package/StatBox.vue +73 -73
- package/StatCharts.vue +196 -196
- package/SupportDialog.vue +172 -172
- package/UserInfo.vue +52 -52
- package/YesNoIndicator.vue +48 -48
- package/dateTimeFormat.js +67 -67
- package/gpaCalculation.js +162 -162
- package/gpaFilter.js +5 -5
- package/hsSummary.json +2019 -2019
- package/package.json +37 -36
- package/parsers/application.js +396 -396
- package/parsers/decisionHistory.js +27 -27
- package/parsers/filenotes.js +27 -27
- package/parsers/notes.js +49 -49
- package/parsers/packet.js +88 -88
- package/parsers/packetList.js +57 -57
- package/parsers/reports.js +13 -13
- package/sat2Act.js +46 -46
- package/test.js +48 -48
- package/themes/ByuiFooter.vue +38 -38
- package/themes/ByuiHeader.vue +96 -96
- package/themes/LdsbcFooter.vue +38 -38
- package/themes/LdsbcHeader.vue +100 -100
- package/vuexModules/application/activity.js +32 -32
- package/vuexModules/application/applicationList.js +71 -71
- package/vuexModules/application/background.js +47 -47
- package/vuexModules/application/bio.js +38 -38
- package/vuexModules/application/citizenship.js +30 -30
- package/vuexModules/application/collegeSummaries.js +32 -32
- package/vuexModules/application/essay.js +26 -26
- package/vuexModules/application/highSchoolSummaries.js +40 -40
- package/vuexModules/application/index.js +157 -157
- package/vuexModules/application/institute.js +30 -30
- package/vuexModules/application/mission.js +48 -48
- package/vuexModules/application/personalRecords.js +24 -24
- package/vuexModules/application/questions.js +23 -23
- package/vuexModules/application/seminary.js +39 -39
- package/vuexModules/application/testScores.js +26 -26
- package/vuexModules/notes/index.js +22 -22
- package/vuexModules/packet/decision.js +43 -43
- package/vuexModules/packet/decisionHistory.js +28 -28
- package/vuexModules/packet/flags.js +174 -174
- package/vuexModules/packet/index.js +52 -52
- package/vuexModules/packet/packetList.js +127 -127
- package/vuexModules/packet/processes.js +28 -28
- package/vuexModules/reports/index.js +32 -32
- package/vuexModules/ui/index.js +56 -56
- package/vuexModules/users/index.js +46 -46
- package/yyyyMmFilter.js +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,676 +1,676 @@
|
|
|
1
|
-
# Changelog
|
|
2
|
-
|
|
3
|
-
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
|
-
|
|
5
|
-
### [8.35.8](https://github.com/byu-oit/vue-decision-processing-components/compare/v.8.35.8...v8.35.7) (2023-12-13)
|
|
6
|
-
|
|
7
|
-
### Bug Fixes
|
|
8
|
-
|
|
9
|
-
* adjusts active admit periods ([eb5e9db](https://github.com/byu-oit/vue-decision-processing-components/commit/eb5e9dbcfd3aa8c3ae18b2caa88e1aecc9c1cda9))
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
### [8.35.7](https://github.com/byu-oit/vue-decision-processing-components/compare/v.8.35.7...v8.35.6) (2023-12-13)
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
### [8.34.1](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.34.0...v8.34.1) (2023-08-03)
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
### Bug Fixes
|
|
20
|
-
|
|
21
|
-
* adjusts active admit periods ([7514590](https://github.com/byu-oit/vue-decision-processing-components/commit/7514590ce671605be9ffaef57aecdcf7f56a3a41))
|
|
22
|
-
|
|
23
|
-
## [8.34.0](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.33.2...v8.34.0) (2023-08-01)
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
### Features
|
|
27
|
-
|
|
28
|
-
* support new format of config data ([5627044](https://github.com/byu-oit/vue-decision-processing-components/commit/5627044847830ba9370b4a2ed26f09a09aab0ba5))
|
|
29
|
-
|
|
30
|
-
### [8.33.2](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.33.1...v8.33.2) (2023-07-25)
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
### Bug Fixes
|
|
34
|
-
|
|
35
|
-
* include a sign-in link on the noauth page ([fadc2af](https://github.com/byu-oit/vue-decision-processing-components/commit/fadc2af37cb70238dffb383a01e220b093565695))
|
|
36
|
-
* use hardcoded admit period config ([f7bbaf3](https://github.com/byu-oit/vue-decision-processing-components/commit/f7bbaf3b99b02ee94e01e4bdc76423ac4decdb12))
|
|
37
|
-
|
|
38
|
-
### [8.33.1](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.33.0...v8.33.1) (2023-07-20)
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
### Bug Fixes
|
|
42
|
-
|
|
43
|
-
* report viewer needs to handle new/old/packet values for the appService variable, not just booleans ([cac81bc](https://github.com/byu-oit/vue-decision-processing-components/commit/cac81bcf3b379b7466df6118f082ebaa4c7f8a93))
|
|
44
|
-
|
|
45
|
-
## [8.33.0](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.32.3...v8.33.0) (2023-03-20)
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
### Features
|
|
49
|
-
|
|
50
|
-
* Add decision properties from application ([ddee5d6](https://github.com/byu-oit/vue-decision-processing-components/commit/ddee5d6470610c6a1f5a7b706c8ee906d67022bc))
|
|
51
|
-
|
|
52
|
-
### [8.32.4](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.32.3...v8.32.4) (2023-03-03)
|
|
53
|
-
|
|
54
|
-
### [8.32.3](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.32.2...v8.32.3) (2022-12-21)
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
### Bug Fixes
|
|
58
|
-
|
|
59
|
-
* put pagination param in header so that csv/svg can be returned and not a JSON object ([1159dc1](https://github.com/byu-oit/vue-decision-processing-components/commit/1159dc14c0a31fa2ad24c77f11a2907517a01855))
|
|
60
|
-
* put pagination param in header so that csv/svg can be returned and not a JSON object ([dbed445](https://github.com/byu-oit/vue-decision-processing-components/commit/dbed445e5fdf3639cf1ad0b0a1b1838d8c0cf774))
|
|
61
|
-
|
|
62
|
-
### [8.32.2](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.32.1...v8.32.2) (2022-12-15)
|
|
63
|
-
|
|
64
|
-
### [8.32.1](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.32.0...v8.32.1) (2022-12-06)
|
|
65
|
-
|
|
66
|
-
## [8.32.0](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.31.0...v8.32.0) (2022-12-02)
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
### Features
|
|
70
|
-
|
|
71
|
-
* add pw flags ([da42f88](https://github.com/byu-oit/vue-decision-processing-components/commit/da42f887ff210b6687c9a3d49b2d94c22595f776))
|
|
72
|
-
* add pw flags ([b0a147c](https://github.com/byu-oit/vue-decision-processing-components/commit/b0a147c85732ae8ad697f02d3bb113c76dfff802))
|
|
73
|
-
|
|
74
|
-
## [8.31.0](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.30.1...v8.31.0) (2022-12-01)
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
### Features
|
|
78
|
-
|
|
79
|
-
* remove properties ([6b63ed2](https://github.com/byu-oit/vue-decision-processing-components/commit/6b63ed28cb5646217735832b5b54c89d8a21fff6))
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
### Bug Fixes
|
|
83
|
-
|
|
84
|
-
* version ([340661e](https://github.com/byu-oit/vue-decision-processing-components/commit/340661e23dc6894e89223534d6c821ea9ed9f8be))
|
|
85
|
-
|
|
86
|
-
### [8.30.1](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.30.0...v8.30.1) (2022-11-28)
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
### Bug Fixes
|
|
90
|
-
|
|
91
|
-
* variable reference ([dd13b9c](https://github.com/byu-oit/vue-decision-processing-components/commit/dd13b9ccdbb0b97d2b226bea21c7789d4bfbf947))
|
|
92
|
-
|
|
93
|
-
## [8.30.0](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.29.6...v8.30.0) (2022-11-09)
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
### Features
|
|
97
|
-
|
|
98
|
-
* paginate reports ([d047f2f](https://github.com/byu-oit/vue-decision-processing-components/commit/d047f2fd314b19ed72a2ec0d2e20e628dd22dd23))
|
|
99
|
-
* paginate reports ([851f9b5](https://github.com/byu-oit/vue-decision-processing-components/commit/851f9b503e094fa16368e3a624b8cd19bd69e582))
|
|
100
|
-
* paginate reports ([2b15c5c](https://github.com/byu-oit/vue-decision-processing-components/commit/2b15c5c875f74024ee3d206eef81d746b6fdd656))
|
|
101
|
-
|
|
102
|
-
### [8.29.6](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.29.5...v8.29.6) (2022-11-02)
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
### Bug Fixes
|
|
106
|
-
|
|
107
|
-
* updates incident body params ([d9f8ed3](https://github.com/byu-oit/vue-decision-processing-components/commit/d9f8ed34ed2b8b4c34a90d72fbc50658bef0d38f))
|
|
108
|
-
|
|
109
|
-
### [8.29.5](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.29.4...v8.29.5) (2022-10-10)
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
### Bug Fixes
|
|
113
|
-
|
|
114
|
-
* cleanup ([7fc8a7a](https://github.com/byu-oit/vue-decision-processing-components/commit/7fc8a7aecde320772d633863cdd8d6b61142ded2))
|
|
115
|
-
* whitespace ([e374fcb](https://github.com/byu-oit/vue-decision-processing-components/commit/e374fcbeb412c53a3a7fe88f9d535a95a76a0b72))
|
|
116
|
-
|
|
117
|
-
### [8.29.4](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.29.3...v8.29.4) (2022-10-07)
|
|
118
|
-
|
|
119
|
-
### [8.29.3](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.29.2...v8.29.3) (2022-10-05)
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
### Bug Fixes
|
|
123
|
-
|
|
124
|
-
* endorsement system link ([f0210c9](https://github.com/byu-oit/vue-decision-processing-components/commit/f0210c9c529e8d9cfae9ab4cf57791c6062e1288))
|
|
125
|
-
|
|
126
|
-
### [8.29.2](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.29.1...v8.29.2) (2022-10-05)
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
### Bug Fixes
|
|
130
|
-
|
|
131
|
-
* endorsement link ([58921c6](https://github.com/byu-oit/vue-decision-processing-components/commit/58921c60b7283ccfd9f69ebcfaea1251fd56852b))
|
|
132
|
-
|
|
133
|
-
### [8.29.1](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.29.0...v8.29.1) (2022-09-27)
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
### Bug Fixes
|
|
137
|
-
|
|
138
|
-
* default to prod api manager - use correct env store structure ([39cc274](https://github.com/byu-oit/vue-decision-processing-components/commit/39cc27468ca9d1efe336510e83db7a526497687e))
|
|
139
|
-
|
|
140
|
-
## [8.29.0](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.28.4...v8.29.0) (2022-09-23)
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
### Features
|
|
144
|
-
|
|
145
|
-
* adds call to app service incident api ([61605d3](https://github.com/byu-oit/vue-decision-processing-components/commit/61605d35f23c49d8273f4689ac2e6d1b1394d6ae))
|
|
146
|
-
* adds SupportDialog and bug button ([41e6b3f](https://github.com/byu-oit/vue-decision-processing-components/commit/41e6b3faaf95c73273dd88c0b5fac47db4106e5d))
|
|
147
|
-
* adds SupportDialog to DetailsHeader ([5baa0dc](https://github.com/byu-oit/vue-decision-processing-components/commit/5baa0dc75b55cd6a54df7ffb69f7e8025580d9fe))
|
|
148
|
-
|
|
149
|
-
### [8.28.4](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.28.3...v8.28.4) (2022-08-17)
|
|
150
|
-
|
|
151
|
-
### [8.28.3](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.28.2...v8.28.3) (2022-08-01)
|
|
152
|
-
|
|
153
|
-
### [8.28.2](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.28.1...v8.28.2) (2022-07-26)
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
### Bug Fixes
|
|
157
|
-
|
|
158
|
-
* add message regarding note length ([f41ecd1](https://github.com/byu-oit/vue-decision-processing-components/commit/f41ecd10ce03fdf8564a851bc7c4ff5ac0ee8589))
|
|
159
|
-
|
|
160
|
-
### [8.28.1](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.28.0...v8.28.1) (2022-07-26)
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
### Bug Fixes
|
|
164
|
-
|
|
165
|
-
* assign the filter/map chain to use later ([2818502](https://github.com/byu-oit/vue-decision-processing-components/commit/2818502414017f8a53dd11c804ffc0e38a2155e6))
|
|
166
|
-
|
|
167
|
-
## [8.28.0](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.27.4...v8.28.0) (2022-07-20)
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
### Features
|
|
171
|
-
|
|
172
|
-
* filter reports from new app svc based on institution -- WIP ([b64110a](https://github.com/byu-oit/vue-decision-processing-components/commit/b64110af2bef04c2185e3d96ee47aaf4aeda5339))
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
### Bug Fixes
|
|
176
|
-
|
|
177
|
-
* make a spot for institution in the vuex store ([bbf1e45](https://github.com/byu-oit/vue-decision-processing-components/commit/bbf1e45aeaa78bd62250e1af018c488b9b7ccb97))
|
|
178
|
-
* reports in the new application service that are requested through a proxy call have a different url pattern ([d781980](https://github.com/byu-oit/vue-decision-processing-components/commit/d7819803dde7cc8ba4104355f8f54005be4a1126))
|
|
179
|
-
|
|
180
|
-
### [8.27.4](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.27.3...v8.27.4) (2022-07-13)
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
### Bug Fixes
|
|
184
|
-
|
|
185
|
-
* sorting of test scores (was comparing strings instead of dates) ([308fb72](https://github.com/byu-oit/vue-decision-processing-components/commit/308fb728f1a5eb525472d2e438d5ddd787f09771))
|
|
186
|
-
|
|
187
|
-
### [8.27.3](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.27.2...v8.27.3) (2022-06-29)
|
|
188
|
-
|
|
189
|
-
### [8.27.2](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.27.1...v8.27.2) (2022-06-24)
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
### Bug Fixes
|
|
193
|
-
|
|
194
|
-
* some applications have a 3rd field for GPA ([e18e15f](https://github.com/byu-oit/vue-decision-processing-components/commit/e18e15fe8a64303c92691e8e4b2cded06dfd9586))
|
|
195
|
-
|
|
196
|
-
### [8.27.1](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.27.0...v8.27.1) (2022-06-15)
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
### Bug Fixes
|
|
200
|
-
|
|
201
|
-
* styling and errors due to (sometimes) missing ref element ([28784c3](https://github.com/byu-oit/vue-decision-processing-components/commit/28784c386f464659a2897242c18f944c8c63f5aa))
|
|
202
|
-
|
|
203
|
-
## [8.27.0](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.26.1...v8.27.0) (2022-06-07)
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
### Features
|
|
207
|
-
|
|
208
|
-
* add compact option ([f9b5d98](https://github.com/byu-oit/vue-decision-processing-components/commit/f9b5d986155ccb5aca813466cdf150124b1a2a99))
|
|
209
|
-
|
|
210
|
-
### [8.26.1](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.26.0...v8.26.1) (2022-06-03)
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
### Bug Fixes
|
|
214
|
-
|
|
215
|
-
* scroll flicker ([3614ced](https://github.com/byu-oit/vue-decision-processing-components/commit/3614ced02822db8e9d6d97b6df0910e1d25a0484))
|
|
216
|
-
|
|
217
|
-
## [8.26.0](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.25.4...v8.26.0) (2022-06-03)
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
### Features
|
|
221
|
-
|
|
222
|
-
* collapsing DetailsHeader - when scrolling and not mouseover - header collapses to a smaller size. ([05ef93a](https://github.com/byu-oit/vue-decision-processing-components/commit/05ef93aaaee0c05c0a6a1651b72d35f0a7cd2773))
|
|
223
|
-
|
|
224
|
-
### [8.25.4](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.25.3...v8.25.4) (2022-06-01)
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
### Bug Fixes
|
|
228
|
-
|
|
229
|
-
* adjust active admit periods ([31793d0](https://github.com/byu-oit/vue-decision-processing-components/commit/31793d09f1e67a6656a68cd1c9cf7cb83741b7c8))
|
|
230
|
-
|
|
231
|
-
### [8.25.3](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.25.2...v8.25.3) (2022-05-09)
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
### Bug Fixes
|
|
235
|
-
|
|
236
|
-
* add date processed to the test scores table ([43bee99](https://github.com/byu-oit/vue-decision-processing-components/commit/43bee99552378bb21d841d951f8beec1b8ba0ca4))
|
|
237
|
-
|
|
238
|
-
### [8.25.2](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.25.1...v8.25.2) (2022-03-25)
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
### Bug Fixes
|
|
242
|
-
|
|
243
|
-
* provide a default value if no match found ([4a086bb](https://github.com/byu-oit/vue-decision-processing-components/commit/4a086bb7a55a017894e3a45470ca510140f3afe2))
|
|
244
|
-
* 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))
|
|
245
|
-
|
|
246
|
-
### [8.25.1](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.25.0...v8.25.1) (2022-02-03)
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
### Bug Fixes
|
|
250
|
-
|
|
251
|
-
* need to use encodeURIComponent as encodeURI will not escape valid URL characters like # that need to be encoded within our data urls ([48c601d](https://github.com/byu-oit/vue-decision-processing-components/commit/48c601de64339bda0abd00c636897ccc454af2c8))
|
|
252
|
-
|
|
253
|
-
## [8.25.0](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.24.0...v8.25.0) (2022-01-31)
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
### Features
|
|
257
|
-
|
|
258
|
-
* component for application history in the new app service(s) ([deebecb](https://github.com/byu-oit/vue-decision-processing-components/commit/deebecb8dd64f67388cb5fe5712bfddad7ca4b83))
|
|
259
|
-
|
|
260
|
-
## [8.24.0](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.23.5...v8.24.0) (2022-01-14)
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
### Features
|
|
264
|
-
|
|
265
|
-
* add whatsapp to dp for all schools ([b1362ff](https://github.com/byu-oit/vue-decision-processing-components/commit/b1362ffc9d3d662635b3a3db911bf196442308cb))
|
|
266
|
-
|
|
267
|
-
### [8.23.5](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.23.4...v8.23.5) (2021-10-08)
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
### Bug Fixes
|
|
271
|
-
|
|
272
|
-
* make scores sticky ([506ff35](https://github.com/byu-oit/vue-decision-processing-components/commit/506ff3500bdbcb2adee3f351218685b988ba1a71))
|
|
273
|
-
|
|
274
|
-
### [8.23.3](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.23.2...v8.23.3) (2021-09-13)
|
|
275
|
-
|
|
276
|
-
### [8.23.2](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.23.1...v8.23.2) (2021-07-22)
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
### Bug Fixes
|
|
280
|
-
|
|
281
|
-
* add byupw concurrent app flags to list of flag names ([d42938a](https://github.com/byu-oit/vue-decision-processing-components/commit/d42938aee047519d9236fa9737e81fb56c30ea88))
|
|
282
|
-
|
|
283
|
-
### [8.23.1](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.23.0...v8.23.1) (2021-04-21)
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
### Bug Fixes
|
|
287
|
-
|
|
288
|
-
* rotate admit periods ([55e58ae](https://github.com/byu-oit/vue-decision-processing-components/commit/55e58ae62ad91fac6d2a21f5b262f0ae3a3d5768))
|
|
289
|
-
|
|
290
|
-
## [8.23.0](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.22.1...v8.23.0) (2021-04-21)
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
### Features
|
|
294
|
-
|
|
295
|
-
* option to show who made the decision ([ab7e3a5](https://github.com/byu-oit/vue-decision-processing-components/commit/ab7e3a5150d9c596b4d10d7f3ad98eb69d2073ef))
|
|
296
|
-
|
|
297
|
-
### [8.22.1](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.22.0...v8.22.1) (2021-03-16)
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
### Bug Fixes
|
|
301
|
-
|
|
302
|
-
* hide unset flag option ([230c07d](https://github.com/byu-oit/vue-decision-processing-components/commit/230c07daeb9609b87a620df61f7ccd6ec874f49a))
|
|
303
|
-
|
|
304
|
-
## [8.22.0](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.21.1...v8.22.0) (2021-03-12)
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
### Features
|
|
308
|
-
|
|
309
|
-
* add parameter to hide the section if the flag is unset ([97df01e](https://github.com/byu-oit/vue-decision-processing-components/commit/97df01ed77e83b210c26af5bf0bff18793cf9a0d))
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
### Bug Fixes
|
|
313
|
-
|
|
314
|
-
* update admit periods ([5775e0d](https://github.com/byu-oit/vue-decision-processing-components/commit/5775e0d918d2d6de262cb6ea9405a9ebfa88ede6))
|
|
315
|
-
|
|
316
|
-
### [8.21.1](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.21.0...v8.21.1) (2021-02-18)
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
### Bug Fixes
|
|
320
|
-
|
|
321
|
-
* new endorsement system url ([90e1f44](https://github.com/byu-oit/vue-decision-processing-components/commit/90e1f44f5020200fa3fe46aace092398dc0f6590))
|
|
322
|
-
|
|
323
|
-
## [8.21.0](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.20.10...v8.21.0) (2021-02-13)
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
### Features
|
|
327
|
-
|
|
328
|
-
* noauth component ([f514f80](https://github.com/byu-oit/vue-decision-processing-components/commit/f514f80792d314e211ef6a39efd5c98cfc121375))
|
|
329
|
-
|
|
330
|
-
### [8.20.10](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.20.9...v8.20.10) (2021-02-04)
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
### Bug Fixes
|
|
334
|
-
|
|
335
|
-
* add gpa and act scores to packets ([65e5d6d](https://github.com/byu-oit/vue-decision-processing-components/commit/65e5d6db79b123d38e90e0feb5feac6112100d42))
|
|
336
|
-
|
|
337
|
-
### [8.20.9](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.20.8...v8.20.9) (2021-01-08)
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
### Bug Fixes
|
|
341
|
-
|
|
342
|
-
* supress decision types without reasons ([3817672](https://github.com/byu-oit/vue-decision-processing-components/commit/3817672fe97e21a779a74a943466bc92ae0e0a26))
|
|
343
|
-
|
|
344
|
-
### [8.20.8](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.20.7...v8.20.8) (2020-12-30)
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
### Bug Fixes
|
|
348
|
-
|
|
349
|
-
* return ? when an sat score can't be converted ([05f3fc2](https://github.com/byu-oit/vue-decision-processing-components/commit/05f3fc2eb6f10a0bca3699df23eedd12df175307))
|
|
350
|
-
|
|
351
|
-
### [8.20.7](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.20.6...v8.20.7) (2020-12-03)
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
### Bug Fixes
|
|
355
|
-
|
|
356
|
-
* handle new report parameter setById ([8adad59](https://github.com/byu-oit/vue-decision-processing-components/commit/8adad59725fbb4683bdb5fcf8ffafe2ea36f1224))
|
|
357
|
-
|
|
358
|
-
### [8.20.6](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.20.5...v8.20.6) (2020-11-18)
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
### Bug Fixes
|
|
362
|
-
|
|
363
|
-
* list commas ([262baa0](https://github.com/byu-oit/vue-decision-processing-components/commit/262baa09e4333cf4e72abba23ef3aa35f6dafb75))
|
|
364
|
-
|
|
365
|
-
### [8.20.5](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.20.4...v8.20.5) (2020-11-18)
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
### Bug Fixes
|
|
369
|
-
|
|
370
|
-
* admit period list ([81e858b](https://github.com/byu-oit/vue-decision-processing-components/commit/81e858b6d75ef3becfd78517894a3d59d826149c))
|
|
371
|
-
|
|
372
|
-
### [8.20.4](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.20.3...v8.20.4) (2020-11-05)
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
### Bug Fixes
|
|
376
|
-
|
|
377
|
-
* use vue's preferred event naming pattern, emit collapse and expand events ([dac51ad](https://github.com/byu-oit/vue-decision-processing-components/commit/dac51adc43dc2f99243ffb8fdd9bf536c5cd8fa6))
|
|
378
|
-
|
|
379
|
-
### [8.20.3](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.20.2...v8.20.3) (2020-11-03)
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
### Bug Fixes
|
|
383
|
-
|
|
384
|
-
* date picker component seems to have stopped working ([bba4835](https://github.com/byu-oit/vue-decision-processing-components/commit/bba48355f786e17daa8d96a4a9072478ce72b09f))
|
|
385
|
-
|
|
386
|
-
### [8.20.2](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.20.1...v8.20.2) (2020-11-03)
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
### Bug Fixes
|
|
390
|
-
|
|
391
|
-
* arrow function syntax ([6827b17](https://github.com/byu-oit/vue-decision-processing-components/commit/6827b17aca015b3fe3cb1d8ef66f19965fdf70f1))
|
|
392
|
-
|
|
393
|
-
### [8.20.1](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.20.0...v8.20.1) (2020-11-02)
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
### Bug Fixes
|
|
397
|
-
|
|
398
|
-
* address line display ([053b181](https://github.com/byu-oit/vue-decision-processing-components/commit/053b181f3fbf057daf4769ee54f3a84c6b5a63ec))
|
|
399
|
-
|
|
400
|
-
## [8.20.0](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.19.11...v8.20.0) (2020-10-28)
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
### Features
|
|
404
|
-
|
|
405
|
-
* add opt-out flag to tests ([5295562](https://github.com/byu-oit/vue-decision-processing-components/commit/5295562fb105c4e0463c98e15bcf5a1f570a32b5))
|
|
406
|
-
|
|
407
|
-
### [8.19.11](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.19.10...v8.19.11) (2020-10-27)
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
### Bug Fixes
|
|
411
|
-
|
|
412
|
-
* formatting for self-reported test scores ([5753286](https://github.com/byu-oit/vue-decision-processing-components/commit/5753286f084a6be7ab550da0b8123228ba6aa631))
|
|
413
|
-
|
|
414
|
-
### [8.19.10](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.19.9...v8.19.10) (2020-10-19)
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
### Bug Fixes
|
|
418
|
-
|
|
419
|
-
* switch to using byuId for ceshold check ([35a77c7](https://github.com/byu-oit/vue-decision-processing-components/commit/35a77c788e17e3fa9232d038d990894349feae33))
|
|
420
|
-
|
|
421
|
-
### [8.19.9](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.19.8...v8.19.9) (2020-10-09)
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
### Bug Fixes
|
|
425
|
-
|
|
426
|
-
* update admit period list ([10c3e35](https://github.com/byu-oit/vue-decision-processing-components/commit/10c3e35103a9dec79d274b6e8ea3f384587ea12f))
|
|
427
|
-
|
|
428
|
-
### [8.19.8](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.19.7...v8.19.8) (2020-10-01)
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
### Bug Fixes
|
|
432
|
-
|
|
433
|
-
* use v-show so that light content will be able to render ([b3f7985](https://github.com/byu-oit/vue-decision-processing-components/commit/b3f79854c7eb7e25e3e6ada746d95f2e5aae8f25))
|
|
434
|
-
|
|
435
|
-
### [8.19.7](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.19.6...v8.19.7) (2020-09-25)
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
### Bug Fixes
|
|
439
|
-
|
|
440
|
-
* include city/state/zip line in address lines if not provided ([80c7424](https://github.com/byu-oit/vue-decision-processing-components/commit/80c7424551565ca0b20cdc92daaf330759d34df5))
|
|
441
|
-
|
|
442
|
-
### [8.19.6](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.19.5...v8.19.6) (2020-06-29)
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
### Bug Fixes
|
|
446
|
-
|
|
447
|
-
* use self-reported gpa if the data-bridge pull the calcualated as 0.00 ([ce0e4b0](https://github.com/byu-oit/vue-decision-processing-components/commit/ce0e4b061e202dbcaeabd7fc3dc62a4617f13a1b))
|
|
448
|
-
|
|
449
|
-
### [8.19.5](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.19.4...v8.19.5) (2020-06-12)
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
### Bug Fixes
|
|
453
|
-
|
|
454
|
-
* respect content_type fields in reportMetadata for requesting chart/details ([83a7701](https://github.com/byu-oit/vue-decision-processing-components/commit/83a770183654bc369b6894af1337e80fb5d12307))
|
|
455
|
-
|
|
456
|
-
### [8.19.4](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.19.3...v8.19.4) (2020-05-22)
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
### Bug Fixes
|
|
460
|
-
|
|
461
|
-
* hide application id on report details ([2bad95a](https://github.com/byu-oit/vue-decision-processing-components/commit/2bad95ac3ae5d5260069d58aaf80c1faff8abd0c))
|
|
462
|
-
|
|
463
|
-
### [8.19.3](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.19.2...v8.19.3) (2020-04-27)
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
### Bug Fixes
|
|
467
|
-
|
|
468
|
-
* updates for better way of handling admin tracking lists ([25aa5da](https://github.com/byu-oit/vue-decision-processing-components/commit/25aa5dae6ef2f5bd902039656ad4862ef2360d9f))
|
|
469
|
-
|
|
470
|
-
### [8.19.2](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.19.1...v8.19.2) (2020-04-09)
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
### Bug Fixes
|
|
474
|
-
|
|
475
|
-
* make filter list able to handle new types automatically ([8af391c](https://github.com/byu-oit/vue-decision-processing-components/commit/8af391c08017fb740f405e9f54ff1000e8155468))
|
|
476
|
-
|
|
477
|
-
### [8.19.1](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.19.0...v8.19.1) (2020-04-07)
|
|
478
|
-
|
|
479
|
-
## [8.19.0](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.18.2...v8.19.0) (2020-03-18)
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
### Features
|
|
483
|
-
|
|
484
|
-
* use new basic property for population ([c1aef06](https://github.com/byu-oit/vue-decision-processing-components/commit/c1aef06c53b43d81338bb2737c7fc0919d74749c))
|
|
485
|
-
|
|
486
|
-
### [8.18.2](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.18.1...v8.18.2) (2020-03-17)
|
|
487
|
-
|
|
488
|
-
### [8.18.1](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.18.0...v8.18.1) (2020-03-17)
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
### Bug Fixes
|
|
492
|
-
|
|
493
|
-
* set default admit period if none previously chosen ([cd474f8](https://github.com/byu-oit/vue-decision-processing-components/commit/cd474f8e06b8630cda9aa950d3d12eeff25a3e79))
|
|
494
|
-
|
|
495
|
-
## [8.18.0](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.17.1...v8.18.0) (2020-03-17)
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
### Features
|
|
499
|
-
|
|
500
|
-
* add admit period config selector ([96d0cfc](https://github.com/byu-oit/vue-decision-processing-components/commit/96d0cfc90275caee5b75f43a6bc6600aa3bf31f8))
|
|
501
|
-
* configure admit period control ([78a324c](https://github.com/byu-oit/vue-decision-processing-components/commit/78a324c3f7eefc7a97e5962035330da1d709ec97))
|
|
502
|
-
|
|
503
|
-
### [8.17.1](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.17.0...v8.17.1) (2020-03-05)
|
|
504
|
-
|
|
505
|
-
## [8.17.0](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.16.0...v8.17.0) (2020-03-03)
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
### Features
|
|
509
|
-
|
|
510
|
-
* sent loading event for wrapper elements to display loading spinner ([b5c645e](https://github.com/byu-oit/vue-decision-processing-components/commit/b5c645e26aaf69b72dede22648e63c2eeb12d95f))
|
|
511
|
-
|
|
512
|
-
## [8.16.0](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.15.0...v8.16.0) (2020-03-03)
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
### Features
|
|
516
|
-
|
|
517
|
-
* include support for decision reason filter ([3689339](https://github.com/byu-oit/vue-decision-processing-components/commit/3689339e315a0da7475669f836a7e40c10f033a3))
|
|
518
|
-
|
|
519
|
-
## [8.15.0](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.14.0...v8.15.0) (2020-03-02)
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
### Features
|
|
523
|
-
|
|
524
|
-
* also can config with params instead of just vuex ([a23a7b6](https://github.com/byu-oit/vue-decision-processing-components/commit/a23a7b63bd1ba721e3211b818f22bbdb47eb2474))
|
|
525
|
-
|
|
526
|
-
## [8.14.0](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.13.0...v8.14.0) (2020-02-27)
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
### Features
|
|
530
|
-
|
|
531
|
-
* view activity essay reported by applicant ([9f83520](https://github.com/byu-oit/vue-decision-processing-components/commit/9f835201b655eb4aae1ecf0fd24b3afa5f2f480e))
|
|
532
|
-
|
|
533
|
-
## [8.13.0](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.12.0...v8.13.0) (2020-02-26)
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
### Features
|
|
537
|
-
|
|
538
|
-
* auto reload report when tab is hidden and reopened (use autoReload property) ([c60e717](https://github.com/byu-oit/vue-decision-processing-components/commit/c60e7179ec795521c64b55c6575d983722c49757))
|
|
539
|
-
* include trash icon as available default in ApiCallButton ([766e1d5](https://github.com/byu-oit/vue-decision-processing-components/commit/766e1d5ec9992d82f60ebf9aa8473fdcf21f763b))
|
|
540
|
-
* new getter for packet decision reason ([ec04a4b](https://github.com/byu-oit/vue-decision-processing-components/commit/ec04a4bc74afb4970f6b8e9d816450516adc3ca5))
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
### Bug Fixes
|
|
544
|
-
|
|
545
|
-
* external links should bypass brownie injection ([e968bac](https://github.com/byu-oit/vue-decision-processing-components/commit/e968bac9926865a5cdee03ed55e1c67003d9b50d))
|
|
546
|
-
|
|
547
|
-
## [8.12.0](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.11.0...v8.12.0) (2020-02-20)
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
### Features
|
|
551
|
-
|
|
552
|
-
* handle new metadata qualifier link_report ([77900d6](https://github.com/byu-oit/vue-decision-processing-components/commit/77900d63592ebb1b56c2a03d5f1e4ee1739600d1))
|
|
553
|
-
|
|
554
|
-
## [8.11.0](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.10.0...v8.11.0) (2020-02-19)
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
### Features
|
|
558
|
-
|
|
559
|
-
* include net id in packet list data ([357adc5](https://github.com/byu-oit/vue-decision-processing-components/commit/357adc509e9b7084a286bef2ffae4ece0d87f190))
|
|
560
|
-
|
|
561
|
-
## [8.10.0](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.9.0...v8.10.0) (2020-02-19)
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
### Features
|
|
565
|
-
|
|
566
|
-
* add new component for displaying and scoring information together. ([ec3d25b](https://github.com/byu-oit/vue-decision-processing-components/commit/ec3d25b79b6b3f997410d0a9bcc315379381acde))
|
|
567
|
-
* move headers from recommendation section to top of seminary section if consolidateHeaders prop is set ([543d5f1](https://github.com/byu-oit/vue-decision-processing-components/commit/543d5f1f18221c3e91c890a89addb53f7127cd6d))
|
|
568
|
-
|
|
569
|
-
## [8.9.0](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.8.0...v8.9.0) (2020-02-14)
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
### Features
|
|
573
|
-
|
|
574
|
-
* new component for entering scores while viewing the related info ([90394f7](https://github.com/byu-oit/vue-decision-processing-components/commit/90394f759bfde3a4ac1516811d2395ef2ba525a6))
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
### Bug Fixes
|
|
578
|
-
|
|
579
|
-
* **ui:** improve Applicant Type large label text position ([e710365](https://github.com/byu-oit/vue-decision-processing-components/commit/e710365b41191f7861169e2aaad7677c5ff47080))
|
|
580
|
-
|
|
581
|
-
## [8.8.0](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.7.0...v8.8.0) (2020-02-13)
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
### Features
|
|
585
|
-
|
|
586
|
-
* add new ExternalLink component. Can present as either link or button ([43076dc](https://github.com/byu-oit/vue-decision-processing-components/commit/43076dc24928ae8e06d6b78943ad0a83301304cf))
|
|
587
|
-
|
|
588
|
-
## [8.7.0](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.6.11...v8.7.0) (2020-02-12)
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
### Features
|
|
592
|
-
|
|
593
|
-
* New component to display active packet list filters ([ca39e84](https://github.com/byu-oit/vue-decision-processing-components/commit/ca39e843642329df18f37b398b9c58bbdd8d9d0f))
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
### Bug Fixes
|
|
597
|
-
|
|
598
|
-
* linting ([86847aa](https://github.com/byu-oit/vue-decision-processing-components/commit/86847aa0a2343d158fdf4634043d7ece5f082d01))
|
|
599
|
-
|
|
600
|
-
### [8.6.11](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.6.10...v8.6.11) (2020-02-07)
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
### Bug Fixes
|
|
604
|
-
|
|
605
|
-
* parse and filter by applicant's sex ([3e0a4f0](https://github.com/byu-oit/vue-decision-processing-components/commit/3e0a4f067c99abc0de1572da9d854d7a98110585))
|
|
606
|
-
|
|
607
|
-
### [8.6.10](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.6.9...v8.6.10) (2020-02-07)
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
### Bug Fixes
|
|
611
|
-
|
|
612
|
-
* language and ethnicity lists don't need labels ([42327d7](https://github.com/byu-oit/vue-decision-processing-components/commit/42327d743e225c2b07d8da6864a0050cd0bf25e6))
|
|
613
|
-
|
|
614
|
-
### [8.6.9](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.6.8...v8.6.9) (2020-02-06)
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
### Bug Fixes
|
|
618
|
-
|
|
619
|
-
* add related alumni field from biographical section ([e5df527](https://github.com/byu-oit/vue-decision-processing-components/commit/e5df527e504810ca2438be4fa3e6f8566942628c))
|
|
620
|
-
|
|
621
|
-
### [8.6.8](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.6.7...v8.6.8) (2020-02-06)
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
### Bug Fixes
|
|
625
|
-
|
|
626
|
-
* for international addresses, include country only if not already included ([401b51e](https://github.com/byu-oit/vue-decision-processing-components/commit/401b51ec9e6f7247dc55a1bdd2127504748a0547))
|
|
627
|
-
* handle missing column metadata more gracefully ([be2babe](https://github.com/byu-oit/vue-decision-processing-components/commit/be2babe655c46167a4d44d7bbdf2591c4f2a198c))
|
|
628
|
-
|
|
629
|
-
### [8.6.7](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.6.6...v8.6.7) (2020-02-05)
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
### Bug Fixes
|
|
633
|
-
|
|
634
|
-
* Vuex mapping of citizenship information ([9795046](https://github.com/byu-oit/vue-decision-processing-components/commit/97950468bebce3ad01a612ef2518abfbfbf9906c))
|
|
635
|
-
|
|
636
|
-
### [8.6.6](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.6.5...v8.6.6) (2020-02-05)
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
### Bug Fixes
|
|
640
|
-
|
|
641
|
-
* trim net id in ws request (data bridge sometimes adds trailing space ([11f4e27](https://github.com/byu-oit/vue-decision-processing-components/commit/11f4e27c3e1328a4d88d91b1dec7e5747d69a992))
|
|
642
|
-
|
|
643
|
-
### [8.6.5](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.6.4...v8.6.5) (2020-01-21)
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
### Bug Fixes
|
|
647
|
-
|
|
648
|
-
* Wait for metadata to load before loading report proper ([162d594](https://github.com/byu-oit/vue-decision-processing-components/commit/162d5944f16ce68150d0fec59ea9df344381d86a))
|
|
649
|
-
|
|
650
|
-
### [8.6.4](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.6.3...v8.6.4) (2020-01-14)
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
### Bug Fixes
|
|
654
|
-
|
|
655
|
-
* Include current admit periods in filter list ([fe1adad](https://github.com/byu-oit/vue-decision-processing-components/commit/fe1adad52a51d7829a13d226c72ca98a38851966))
|
|
656
|
-
|
|
657
|
-
### [8.6.3](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.6.2...v8.6.3) (2020-01-07)
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
### Bug Fixes
|
|
661
|
-
|
|
662
|
-
* use POST link workaround for all external links ([fad10b8](https://github.com/byu-oit/vue-decision-processing-components/commit/fad10b8f70e56b6d47bc195a2a9bb46273340241))
|
|
663
|
-
|
|
664
|
-
### [8.6.2](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.6.1...v8.6.2) (2020-01-06)
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
### Bug Fixes
|
|
668
|
-
|
|
669
|
-
* remove verified label from test scores ([e0f1437](https://github.com/byu-oit/vue-decision-processing-components/commit/e0f1437b042e96f92ac3028b944d2d567fd68f6f))
|
|
670
|
-
|
|
671
|
-
### [8.6.1](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.6.0...v8.6.1) (2019-12-18)
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
### Bug Fixes
|
|
675
|
-
|
|
676
|
-
* correct link to endorsement system ([259cc18](https://github.com/byu-oit/vue-decision-processing-components/commit/259cc18058dbead7218b57037660eeb8503ece50))
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
|
+
|
|
5
|
+
### [8.35.8](https://github.com/byu-oit/vue-decision-processing-components/compare/v.8.35.8...v8.35.7) (2023-12-13)
|
|
6
|
+
|
|
7
|
+
### Bug Fixes
|
|
8
|
+
|
|
9
|
+
* adjusts active admit periods ([eb5e9db](https://github.com/byu-oit/vue-decision-processing-components/commit/eb5e9dbcfd3aa8c3ae18b2caa88e1aecc9c1cda9))
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### [8.35.7](https://github.com/byu-oit/vue-decision-processing-components/compare/v.8.35.7...v8.35.6) (2023-12-13)
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### [8.34.1](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.34.0...v8.34.1) (2023-08-03)
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
### Bug Fixes
|
|
20
|
+
|
|
21
|
+
* adjusts active admit periods ([7514590](https://github.com/byu-oit/vue-decision-processing-components/commit/7514590ce671605be9ffaef57aecdcf7f56a3a41))
|
|
22
|
+
|
|
23
|
+
## [8.34.0](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.33.2...v8.34.0) (2023-08-01)
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
### Features
|
|
27
|
+
|
|
28
|
+
* support new format of config data ([5627044](https://github.com/byu-oit/vue-decision-processing-components/commit/5627044847830ba9370b4a2ed26f09a09aab0ba5))
|
|
29
|
+
|
|
30
|
+
### [8.33.2](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.33.1...v8.33.2) (2023-07-25)
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
### Bug Fixes
|
|
34
|
+
|
|
35
|
+
* include a sign-in link on the noauth page ([fadc2af](https://github.com/byu-oit/vue-decision-processing-components/commit/fadc2af37cb70238dffb383a01e220b093565695))
|
|
36
|
+
* use hardcoded admit period config ([f7bbaf3](https://github.com/byu-oit/vue-decision-processing-components/commit/f7bbaf3b99b02ee94e01e4bdc76423ac4decdb12))
|
|
37
|
+
|
|
38
|
+
### [8.33.1](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.33.0...v8.33.1) (2023-07-20)
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
### Bug Fixes
|
|
42
|
+
|
|
43
|
+
* report viewer needs to handle new/old/packet values for the appService variable, not just booleans ([cac81bc](https://github.com/byu-oit/vue-decision-processing-components/commit/cac81bcf3b379b7466df6118f082ebaa4c7f8a93))
|
|
44
|
+
|
|
45
|
+
## [8.33.0](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.32.3...v8.33.0) (2023-03-20)
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
### Features
|
|
49
|
+
|
|
50
|
+
* Add decision properties from application ([ddee5d6](https://github.com/byu-oit/vue-decision-processing-components/commit/ddee5d6470610c6a1f5a7b706c8ee906d67022bc))
|
|
51
|
+
|
|
52
|
+
### [8.32.4](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.32.3...v8.32.4) (2023-03-03)
|
|
53
|
+
|
|
54
|
+
### [8.32.3](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.32.2...v8.32.3) (2022-12-21)
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
### Bug Fixes
|
|
58
|
+
|
|
59
|
+
* put pagination param in header so that csv/svg can be returned and not a JSON object ([1159dc1](https://github.com/byu-oit/vue-decision-processing-components/commit/1159dc14c0a31fa2ad24c77f11a2907517a01855))
|
|
60
|
+
* put pagination param in header so that csv/svg can be returned and not a JSON object ([dbed445](https://github.com/byu-oit/vue-decision-processing-components/commit/dbed445e5fdf3639cf1ad0b0a1b1838d8c0cf774))
|
|
61
|
+
|
|
62
|
+
### [8.32.2](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.32.1...v8.32.2) (2022-12-15)
|
|
63
|
+
|
|
64
|
+
### [8.32.1](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.32.0...v8.32.1) (2022-12-06)
|
|
65
|
+
|
|
66
|
+
## [8.32.0](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.31.0...v8.32.0) (2022-12-02)
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
### Features
|
|
70
|
+
|
|
71
|
+
* add pw flags ([da42f88](https://github.com/byu-oit/vue-decision-processing-components/commit/da42f887ff210b6687c9a3d49b2d94c22595f776))
|
|
72
|
+
* add pw flags ([b0a147c](https://github.com/byu-oit/vue-decision-processing-components/commit/b0a147c85732ae8ad697f02d3bb113c76dfff802))
|
|
73
|
+
|
|
74
|
+
## [8.31.0](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.30.1...v8.31.0) (2022-12-01)
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
### Features
|
|
78
|
+
|
|
79
|
+
* remove properties ([6b63ed2](https://github.com/byu-oit/vue-decision-processing-components/commit/6b63ed28cb5646217735832b5b54c89d8a21fff6))
|
|
80
|
+
|
|
81
|
+
|
|
82
|
+
### Bug Fixes
|
|
83
|
+
|
|
84
|
+
* version ([340661e](https://github.com/byu-oit/vue-decision-processing-components/commit/340661e23dc6894e89223534d6c821ea9ed9f8be))
|
|
85
|
+
|
|
86
|
+
### [8.30.1](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.30.0...v8.30.1) (2022-11-28)
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
### Bug Fixes
|
|
90
|
+
|
|
91
|
+
* variable reference ([dd13b9c](https://github.com/byu-oit/vue-decision-processing-components/commit/dd13b9ccdbb0b97d2b226bea21c7789d4bfbf947))
|
|
92
|
+
|
|
93
|
+
## [8.30.0](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.29.6...v8.30.0) (2022-11-09)
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
### Features
|
|
97
|
+
|
|
98
|
+
* paginate reports ([d047f2f](https://github.com/byu-oit/vue-decision-processing-components/commit/d047f2fd314b19ed72a2ec0d2e20e628dd22dd23))
|
|
99
|
+
* paginate reports ([851f9b5](https://github.com/byu-oit/vue-decision-processing-components/commit/851f9b503e094fa16368e3a624b8cd19bd69e582))
|
|
100
|
+
* paginate reports ([2b15c5c](https://github.com/byu-oit/vue-decision-processing-components/commit/2b15c5c875f74024ee3d206eef81d746b6fdd656))
|
|
101
|
+
|
|
102
|
+
### [8.29.6](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.29.5...v8.29.6) (2022-11-02)
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
### Bug Fixes
|
|
106
|
+
|
|
107
|
+
* updates incident body params ([d9f8ed3](https://github.com/byu-oit/vue-decision-processing-components/commit/d9f8ed34ed2b8b4c34a90d72fbc50658bef0d38f))
|
|
108
|
+
|
|
109
|
+
### [8.29.5](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.29.4...v8.29.5) (2022-10-10)
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
### Bug Fixes
|
|
113
|
+
|
|
114
|
+
* cleanup ([7fc8a7a](https://github.com/byu-oit/vue-decision-processing-components/commit/7fc8a7aecde320772d633863cdd8d6b61142ded2))
|
|
115
|
+
* whitespace ([e374fcb](https://github.com/byu-oit/vue-decision-processing-components/commit/e374fcbeb412c53a3a7fe88f9d535a95a76a0b72))
|
|
116
|
+
|
|
117
|
+
### [8.29.4](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.29.3...v8.29.4) (2022-10-07)
|
|
118
|
+
|
|
119
|
+
### [8.29.3](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.29.2...v8.29.3) (2022-10-05)
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
### Bug Fixes
|
|
123
|
+
|
|
124
|
+
* endorsement system link ([f0210c9](https://github.com/byu-oit/vue-decision-processing-components/commit/f0210c9c529e8d9cfae9ab4cf57791c6062e1288))
|
|
125
|
+
|
|
126
|
+
### [8.29.2](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.29.1...v8.29.2) (2022-10-05)
|
|
127
|
+
|
|
128
|
+
|
|
129
|
+
### Bug Fixes
|
|
130
|
+
|
|
131
|
+
* endorsement link ([58921c6](https://github.com/byu-oit/vue-decision-processing-components/commit/58921c60b7283ccfd9f69ebcfaea1251fd56852b))
|
|
132
|
+
|
|
133
|
+
### [8.29.1](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.29.0...v8.29.1) (2022-09-27)
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
### Bug Fixes
|
|
137
|
+
|
|
138
|
+
* default to prod api manager - use correct env store structure ([39cc274](https://github.com/byu-oit/vue-decision-processing-components/commit/39cc27468ca9d1efe336510e83db7a526497687e))
|
|
139
|
+
|
|
140
|
+
## [8.29.0](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.28.4...v8.29.0) (2022-09-23)
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
### Features
|
|
144
|
+
|
|
145
|
+
* adds call to app service incident api ([61605d3](https://github.com/byu-oit/vue-decision-processing-components/commit/61605d35f23c49d8273f4689ac2e6d1b1394d6ae))
|
|
146
|
+
* adds SupportDialog and bug button ([41e6b3f](https://github.com/byu-oit/vue-decision-processing-components/commit/41e6b3faaf95c73273dd88c0b5fac47db4106e5d))
|
|
147
|
+
* adds SupportDialog to DetailsHeader ([5baa0dc](https://github.com/byu-oit/vue-decision-processing-components/commit/5baa0dc75b55cd6a54df7ffb69f7e8025580d9fe))
|
|
148
|
+
|
|
149
|
+
### [8.28.4](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.28.3...v8.28.4) (2022-08-17)
|
|
150
|
+
|
|
151
|
+
### [8.28.3](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.28.2...v8.28.3) (2022-08-01)
|
|
152
|
+
|
|
153
|
+
### [8.28.2](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.28.1...v8.28.2) (2022-07-26)
|
|
154
|
+
|
|
155
|
+
|
|
156
|
+
### Bug Fixes
|
|
157
|
+
|
|
158
|
+
* add message regarding note length ([f41ecd1](https://github.com/byu-oit/vue-decision-processing-components/commit/f41ecd10ce03fdf8564a851bc7c4ff5ac0ee8589))
|
|
159
|
+
|
|
160
|
+
### [8.28.1](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.28.0...v8.28.1) (2022-07-26)
|
|
161
|
+
|
|
162
|
+
|
|
163
|
+
### Bug Fixes
|
|
164
|
+
|
|
165
|
+
* assign the filter/map chain to use later ([2818502](https://github.com/byu-oit/vue-decision-processing-components/commit/2818502414017f8a53dd11c804ffc0e38a2155e6))
|
|
166
|
+
|
|
167
|
+
## [8.28.0](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.27.4...v8.28.0) (2022-07-20)
|
|
168
|
+
|
|
169
|
+
|
|
170
|
+
### Features
|
|
171
|
+
|
|
172
|
+
* filter reports from new app svc based on institution -- WIP ([b64110a](https://github.com/byu-oit/vue-decision-processing-components/commit/b64110af2bef04c2185e3d96ee47aaf4aeda5339))
|
|
173
|
+
|
|
174
|
+
|
|
175
|
+
### Bug Fixes
|
|
176
|
+
|
|
177
|
+
* make a spot for institution in the vuex store ([bbf1e45](https://github.com/byu-oit/vue-decision-processing-components/commit/bbf1e45aeaa78bd62250e1af018c488b9b7ccb97))
|
|
178
|
+
* reports in the new application service that are requested through a proxy call have a different url pattern ([d781980](https://github.com/byu-oit/vue-decision-processing-components/commit/d7819803dde7cc8ba4104355f8f54005be4a1126))
|
|
179
|
+
|
|
180
|
+
### [8.27.4](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.27.3...v8.27.4) (2022-07-13)
|
|
181
|
+
|
|
182
|
+
|
|
183
|
+
### Bug Fixes
|
|
184
|
+
|
|
185
|
+
* sorting of test scores (was comparing strings instead of dates) ([308fb72](https://github.com/byu-oit/vue-decision-processing-components/commit/308fb728f1a5eb525472d2e438d5ddd787f09771))
|
|
186
|
+
|
|
187
|
+
### [8.27.3](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.27.2...v8.27.3) (2022-06-29)
|
|
188
|
+
|
|
189
|
+
### [8.27.2](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.27.1...v8.27.2) (2022-06-24)
|
|
190
|
+
|
|
191
|
+
|
|
192
|
+
### Bug Fixes
|
|
193
|
+
|
|
194
|
+
* some applications have a 3rd field for GPA ([e18e15f](https://github.com/byu-oit/vue-decision-processing-components/commit/e18e15fe8a64303c92691e8e4b2cded06dfd9586))
|
|
195
|
+
|
|
196
|
+
### [8.27.1](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.27.0...v8.27.1) (2022-06-15)
|
|
197
|
+
|
|
198
|
+
|
|
199
|
+
### Bug Fixes
|
|
200
|
+
|
|
201
|
+
* styling and errors due to (sometimes) missing ref element ([28784c3](https://github.com/byu-oit/vue-decision-processing-components/commit/28784c386f464659a2897242c18f944c8c63f5aa))
|
|
202
|
+
|
|
203
|
+
## [8.27.0](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.26.1...v8.27.0) (2022-06-07)
|
|
204
|
+
|
|
205
|
+
|
|
206
|
+
### Features
|
|
207
|
+
|
|
208
|
+
* add compact option ([f9b5d98](https://github.com/byu-oit/vue-decision-processing-components/commit/f9b5d986155ccb5aca813466cdf150124b1a2a99))
|
|
209
|
+
|
|
210
|
+
### [8.26.1](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.26.0...v8.26.1) (2022-06-03)
|
|
211
|
+
|
|
212
|
+
|
|
213
|
+
### Bug Fixes
|
|
214
|
+
|
|
215
|
+
* scroll flicker ([3614ced](https://github.com/byu-oit/vue-decision-processing-components/commit/3614ced02822db8e9d6d97b6df0910e1d25a0484))
|
|
216
|
+
|
|
217
|
+
## [8.26.0](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.25.4...v8.26.0) (2022-06-03)
|
|
218
|
+
|
|
219
|
+
|
|
220
|
+
### Features
|
|
221
|
+
|
|
222
|
+
* collapsing DetailsHeader - when scrolling and not mouseover - header collapses to a smaller size. ([05ef93a](https://github.com/byu-oit/vue-decision-processing-components/commit/05ef93aaaee0c05c0a6a1651b72d35f0a7cd2773))
|
|
223
|
+
|
|
224
|
+
### [8.25.4](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.25.3...v8.25.4) (2022-06-01)
|
|
225
|
+
|
|
226
|
+
|
|
227
|
+
### Bug Fixes
|
|
228
|
+
|
|
229
|
+
* adjust active admit periods ([31793d0](https://github.com/byu-oit/vue-decision-processing-components/commit/31793d09f1e67a6656a68cd1c9cf7cb83741b7c8))
|
|
230
|
+
|
|
231
|
+
### [8.25.3](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.25.2...v8.25.3) (2022-05-09)
|
|
232
|
+
|
|
233
|
+
|
|
234
|
+
### Bug Fixes
|
|
235
|
+
|
|
236
|
+
* add date processed to the test scores table ([43bee99](https://github.com/byu-oit/vue-decision-processing-components/commit/43bee99552378bb21d841d951f8beec1b8ba0ca4))
|
|
237
|
+
|
|
238
|
+
### [8.25.2](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.25.1...v8.25.2) (2022-03-25)
|
|
239
|
+
|
|
240
|
+
|
|
241
|
+
### Bug Fixes
|
|
242
|
+
|
|
243
|
+
* provide a default value if no match found ([4a086bb](https://github.com/byu-oit/vue-decision-processing-components/commit/4a086bb7a55a017894e3a45470ca510140f3afe2))
|
|
244
|
+
* 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))
|
|
245
|
+
|
|
246
|
+
### [8.25.1](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.25.0...v8.25.1) (2022-02-03)
|
|
247
|
+
|
|
248
|
+
|
|
249
|
+
### Bug Fixes
|
|
250
|
+
|
|
251
|
+
* need to use encodeURIComponent as encodeURI will not escape valid URL characters like # that need to be encoded within our data urls ([48c601d](https://github.com/byu-oit/vue-decision-processing-components/commit/48c601de64339bda0abd00c636897ccc454af2c8))
|
|
252
|
+
|
|
253
|
+
## [8.25.0](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.24.0...v8.25.0) (2022-01-31)
|
|
254
|
+
|
|
255
|
+
|
|
256
|
+
### Features
|
|
257
|
+
|
|
258
|
+
* component for application history in the new app service(s) ([deebecb](https://github.com/byu-oit/vue-decision-processing-components/commit/deebecb8dd64f67388cb5fe5712bfddad7ca4b83))
|
|
259
|
+
|
|
260
|
+
## [8.24.0](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.23.5...v8.24.0) (2022-01-14)
|
|
261
|
+
|
|
262
|
+
|
|
263
|
+
### Features
|
|
264
|
+
|
|
265
|
+
* add whatsapp to dp for all schools ([b1362ff](https://github.com/byu-oit/vue-decision-processing-components/commit/b1362ffc9d3d662635b3a3db911bf196442308cb))
|
|
266
|
+
|
|
267
|
+
### [8.23.5](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.23.4...v8.23.5) (2021-10-08)
|
|
268
|
+
|
|
269
|
+
|
|
270
|
+
### Bug Fixes
|
|
271
|
+
|
|
272
|
+
* make scores sticky ([506ff35](https://github.com/byu-oit/vue-decision-processing-components/commit/506ff3500bdbcb2adee3f351218685b988ba1a71))
|
|
273
|
+
|
|
274
|
+
### [8.23.3](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.23.2...v8.23.3) (2021-09-13)
|
|
275
|
+
|
|
276
|
+
### [8.23.2](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.23.1...v8.23.2) (2021-07-22)
|
|
277
|
+
|
|
278
|
+
|
|
279
|
+
### Bug Fixes
|
|
280
|
+
|
|
281
|
+
* add byupw concurrent app flags to list of flag names ([d42938a](https://github.com/byu-oit/vue-decision-processing-components/commit/d42938aee047519d9236fa9737e81fb56c30ea88))
|
|
282
|
+
|
|
283
|
+
### [8.23.1](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.23.0...v8.23.1) (2021-04-21)
|
|
284
|
+
|
|
285
|
+
|
|
286
|
+
### Bug Fixes
|
|
287
|
+
|
|
288
|
+
* rotate admit periods ([55e58ae](https://github.com/byu-oit/vue-decision-processing-components/commit/55e58ae62ad91fac6d2a21f5b262f0ae3a3d5768))
|
|
289
|
+
|
|
290
|
+
## [8.23.0](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.22.1...v8.23.0) (2021-04-21)
|
|
291
|
+
|
|
292
|
+
|
|
293
|
+
### Features
|
|
294
|
+
|
|
295
|
+
* option to show who made the decision ([ab7e3a5](https://github.com/byu-oit/vue-decision-processing-components/commit/ab7e3a5150d9c596b4d10d7f3ad98eb69d2073ef))
|
|
296
|
+
|
|
297
|
+
### [8.22.1](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.22.0...v8.22.1) (2021-03-16)
|
|
298
|
+
|
|
299
|
+
|
|
300
|
+
### Bug Fixes
|
|
301
|
+
|
|
302
|
+
* hide unset flag option ([230c07d](https://github.com/byu-oit/vue-decision-processing-components/commit/230c07daeb9609b87a620df61f7ccd6ec874f49a))
|
|
303
|
+
|
|
304
|
+
## [8.22.0](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.21.1...v8.22.0) (2021-03-12)
|
|
305
|
+
|
|
306
|
+
|
|
307
|
+
### Features
|
|
308
|
+
|
|
309
|
+
* add parameter to hide the section if the flag is unset ([97df01e](https://github.com/byu-oit/vue-decision-processing-components/commit/97df01ed77e83b210c26af5bf0bff18793cf9a0d))
|
|
310
|
+
|
|
311
|
+
|
|
312
|
+
### Bug Fixes
|
|
313
|
+
|
|
314
|
+
* update admit periods ([5775e0d](https://github.com/byu-oit/vue-decision-processing-components/commit/5775e0d918d2d6de262cb6ea9405a9ebfa88ede6))
|
|
315
|
+
|
|
316
|
+
### [8.21.1](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.21.0...v8.21.1) (2021-02-18)
|
|
317
|
+
|
|
318
|
+
|
|
319
|
+
### Bug Fixes
|
|
320
|
+
|
|
321
|
+
* new endorsement system url ([90e1f44](https://github.com/byu-oit/vue-decision-processing-components/commit/90e1f44f5020200fa3fe46aace092398dc0f6590))
|
|
322
|
+
|
|
323
|
+
## [8.21.0](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.20.10...v8.21.0) (2021-02-13)
|
|
324
|
+
|
|
325
|
+
|
|
326
|
+
### Features
|
|
327
|
+
|
|
328
|
+
* noauth component ([f514f80](https://github.com/byu-oit/vue-decision-processing-components/commit/f514f80792d314e211ef6a39efd5c98cfc121375))
|
|
329
|
+
|
|
330
|
+
### [8.20.10](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.20.9...v8.20.10) (2021-02-04)
|
|
331
|
+
|
|
332
|
+
|
|
333
|
+
### Bug Fixes
|
|
334
|
+
|
|
335
|
+
* add gpa and act scores to packets ([65e5d6d](https://github.com/byu-oit/vue-decision-processing-components/commit/65e5d6db79b123d38e90e0feb5feac6112100d42))
|
|
336
|
+
|
|
337
|
+
### [8.20.9](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.20.8...v8.20.9) (2021-01-08)
|
|
338
|
+
|
|
339
|
+
|
|
340
|
+
### Bug Fixes
|
|
341
|
+
|
|
342
|
+
* supress decision types without reasons ([3817672](https://github.com/byu-oit/vue-decision-processing-components/commit/3817672fe97e21a779a74a943466bc92ae0e0a26))
|
|
343
|
+
|
|
344
|
+
### [8.20.8](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.20.7...v8.20.8) (2020-12-30)
|
|
345
|
+
|
|
346
|
+
|
|
347
|
+
### Bug Fixes
|
|
348
|
+
|
|
349
|
+
* return ? when an sat score can't be converted ([05f3fc2](https://github.com/byu-oit/vue-decision-processing-components/commit/05f3fc2eb6f10a0bca3699df23eedd12df175307))
|
|
350
|
+
|
|
351
|
+
### [8.20.7](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.20.6...v8.20.7) (2020-12-03)
|
|
352
|
+
|
|
353
|
+
|
|
354
|
+
### Bug Fixes
|
|
355
|
+
|
|
356
|
+
* handle new report parameter setById ([8adad59](https://github.com/byu-oit/vue-decision-processing-components/commit/8adad59725fbb4683bdb5fcf8ffafe2ea36f1224))
|
|
357
|
+
|
|
358
|
+
### [8.20.6](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.20.5...v8.20.6) (2020-11-18)
|
|
359
|
+
|
|
360
|
+
|
|
361
|
+
### Bug Fixes
|
|
362
|
+
|
|
363
|
+
* list commas ([262baa0](https://github.com/byu-oit/vue-decision-processing-components/commit/262baa09e4333cf4e72abba23ef3aa35f6dafb75))
|
|
364
|
+
|
|
365
|
+
### [8.20.5](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.20.4...v8.20.5) (2020-11-18)
|
|
366
|
+
|
|
367
|
+
|
|
368
|
+
### Bug Fixes
|
|
369
|
+
|
|
370
|
+
* admit period list ([81e858b](https://github.com/byu-oit/vue-decision-processing-components/commit/81e858b6d75ef3becfd78517894a3d59d826149c))
|
|
371
|
+
|
|
372
|
+
### [8.20.4](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.20.3...v8.20.4) (2020-11-05)
|
|
373
|
+
|
|
374
|
+
|
|
375
|
+
### Bug Fixes
|
|
376
|
+
|
|
377
|
+
* use vue's preferred event naming pattern, emit collapse and expand events ([dac51ad](https://github.com/byu-oit/vue-decision-processing-components/commit/dac51adc43dc2f99243ffb8fdd9bf536c5cd8fa6))
|
|
378
|
+
|
|
379
|
+
### [8.20.3](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.20.2...v8.20.3) (2020-11-03)
|
|
380
|
+
|
|
381
|
+
|
|
382
|
+
### Bug Fixes
|
|
383
|
+
|
|
384
|
+
* date picker component seems to have stopped working ([bba4835](https://github.com/byu-oit/vue-decision-processing-components/commit/bba48355f786e17daa8d96a4a9072478ce72b09f))
|
|
385
|
+
|
|
386
|
+
### [8.20.2](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.20.1...v8.20.2) (2020-11-03)
|
|
387
|
+
|
|
388
|
+
|
|
389
|
+
### Bug Fixes
|
|
390
|
+
|
|
391
|
+
* arrow function syntax ([6827b17](https://github.com/byu-oit/vue-decision-processing-components/commit/6827b17aca015b3fe3cb1d8ef66f19965fdf70f1))
|
|
392
|
+
|
|
393
|
+
### [8.20.1](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.20.0...v8.20.1) (2020-11-02)
|
|
394
|
+
|
|
395
|
+
|
|
396
|
+
### Bug Fixes
|
|
397
|
+
|
|
398
|
+
* address line display ([053b181](https://github.com/byu-oit/vue-decision-processing-components/commit/053b181f3fbf057daf4769ee54f3a84c6b5a63ec))
|
|
399
|
+
|
|
400
|
+
## [8.20.0](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.19.11...v8.20.0) (2020-10-28)
|
|
401
|
+
|
|
402
|
+
|
|
403
|
+
### Features
|
|
404
|
+
|
|
405
|
+
* add opt-out flag to tests ([5295562](https://github.com/byu-oit/vue-decision-processing-components/commit/5295562fb105c4e0463c98e15bcf5a1f570a32b5))
|
|
406
|
+
|
|
407
|
+
### [8.19.11](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.19.10...v8.19.11) (2020-10-27)
|
|
408
|
+
|
|
409
|
+
|
|
410
|
+
### Bug Fixes
|
|
411
|
+
|
|
412
|
+
* formatting for self-reported test scores ([5753286](https://github.com/byu-oit/vue-decision-processing-components/commit/5753286f084a6be7ab550da0b8123228ba6aa631))
|
|
413
|
+
|
|
414
|
+
### [8.19.10](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.19.9...v8.19.10) (2020-10-19)
|
|
415
|
+
|
|
416
|
+
|
|
417
|
+
### Bug Fixes
|
|
418
|
+
|
|
419
|
+
* switch to using byuId for ceshold check ([35a77c7](https://github.com/byu-oit/vue-decision-processing-components/commit/35a77c788e17e3fa9232d038d990894349feae33))
|
|
420
|
+
|
|
421
|
+
### [8.19.9](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.19.8...v8.19.9) (2020-10-09)
|
|
422
|
+
|
|
423
|
+
|
|
424
|
+
### Bug Fixes
|
|
425
|
+
|
|
426
|
+
* update admit period list ([10c3e35](https://github.com/byu-oit/vue-decision-processing-components/commit/10c3e35103a9dec79d274b6e8ea3f384587ea12f))
|
|
427
|
+
|
|
428
|
+
### [8.19.8](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.19.7...v8.19.8) (2020-10-01)
|
|
429
|
+
|
|
430
|
+
|
|
431
|
+
### Bug Fixes
|
|
432
|
+
|
|
433
|
+
* use v-show so that light content will be able to render ([b3f7985](https://github.com/byu-oit/vue-decision-processing-components/commit/b3f79854c7eb7e25e3e6ada746d95f2e5aae8f25))
|
|
434
|
+
|
|
435
|
+
### [8.19.7](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.19.6...v8.19.7) (2020-09-25)
|
|
436
|
+
|
|
437
|
+
|
|
438
|
+
### Bug Fixes
|
|
439
|
+
|
|
440
|
+
* include city/state/zip line in address lines if not provided ([80c7424](https://github.com/byu-oit/vue-decision-processing-components/commit/80c7424551565ca0b20cdc92daaf330759d34df5))
|
|
441
|
+
|
|
442
|
+
### [8.19.6](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.19.5...v8.19.6) (2020-06-29)
|
|
443
|
+
|
|
444
|
+
|
|
445
|
+
### Bug Fixes
|
|
446
|
+
|
|
447
|
+
* use self-reported gpa if the data-bridge pull the calcualated as 0.00 ([ce0e4b0](https://github.com/byu-oit/vue-decision-processing-components/commit/ce0e4b061e202dbcaeabd7fc3dc62a4617f13a1b))
|
|
448
|
+
|
|
449
|
+
### [8.19.5](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.19.4...v8.19.5) (2020-06-12)
|
|
450
|
+
|
|
451
|
+
|
|
452
|
+
### Bug Fixes
|
|
453
|
+
|
|
454
|
+
* respect content_type fields in reportMetadata for requesting chart/details ([83a7701](https://github.com/byu-oit/vue-decision-processing-components/commit/83a770183654bc369b6894af1337e80fb5d12307))
|
|
455
|
+
|
|
456
|
+
### [8.19.4](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.19.3...v8.19.4) (2020-05-22)
|
|
457
|
+
|
|
458
|
+
|
|
459
|
+
### Bug Fixes
|
|
460
|
+
|
|
461
|
+
* hide application id on report details ([2bad95a](https://github.com/byu-oit/vue-decision-processing-components/commit/2bad95ac3ae5d5260069d58aaf80c1faff8abd0c))
|
|
462
|
+
|
|
463
|
+
### [8.19.3](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.19.2...v8.19.3) (2020-04-27)
|
|
464
|
+
|
|
465
|
+
|
|
466
|
+
### Bug Fixes
|
|
467
|
+
|
|
468
|
+
* updates for better way of handling admin tracking lists ([25aa5da](https://github.com/byu-oit/vue-decision-processing-components/commit/25aa5dae6ef2f5bd902039656ad4862ef2360d9f))
|
|
469
|
+
|
|
470
|
+
### [8.19.2](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.19.1...v8.19.2) (2020-04-09)
|
|
471
|
+
|
|
472
|
+
|
|
473
|
+
### Bug Fixes
|
|
474
|
+
|
|
475
|
+
* make filter list able to handle new types automatically ([8af391c](https://github.com/byu-oit/vue-decision-processing-components/commit/8af391c08017fb740f405e9f54ff1000e8155468))
|
|
476
|
+
|
|
477
|
+
### [8.19.1](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.19.0...v8.19.1) (2020-04-07)
|
|
478
|
+
|
|
479
|
+
## [8.19.0](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.18.2...v8.19.0) (2020-03-18)
|
|
480
|
+
|
|
481
|
+
|
|
482
|
+
### Features
|
|
483
|
+
|
|
484
|
+
* use new basic property for population ([c1aef06](https://github.com/byu-oit/vue-decision-processing-components/commit/c1aef06c53b43d81338bb2737c7fc0919d74749c))
|
|
485
|
+
|
|
486
|
+
### [8.18.2](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.18.1...v8.18.2) (2020-03-17)
|
|
487
|
+
|
|
488
|
+
### [8.18.1](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.18.0...v8.18.1) (2020-03-17)
|
|
489
|
+
|
|
490
|
+
|
|
491
|
+
### Bug Fixes
|
|
492
|
+
|
|
493
|
+
* set default admit period if none previously chosen ([cd474f8](https://github.com/byu-oit/vue-decision-processing-components/commit/cd474f8e06b8630cda9aa950d3d12eeff25a3e79))
|
|
494
|
+
|
|
495
|
+
## [8.18.0](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.17.1...v8.18.0) (2020-03-17)
|
|
496
|
+
|
|
497
|
+
|
|
498
|
+
### Features
|
|
499
|
+
|
|
500
|
+
* add admit period config selector ([96d0cfc](https://github.com/byu-oit/vue-decision-processing-components/commit/96d0cfc90275caee5b75f43a6bc6600aa3bf31f8))
|
|
501
|
+
* configure admit period control ([78a324c](https://github.com/byu-oit/vue-decision-processing-components/commit/78a324c3f7eefc7a97e5962035330da1d709ec97))
|
|
502
|
+
|
|
503
|
+
### [8.17.1](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.17.0...v8.17.1) (2020-03-05)
|
|
504
|
+
|
|
505
|
+
## [8.17.0](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.16.0...v8.17.0) (2020-03-03)
|
|
506
|
+
|
|
507
|
+
|
|
508
|
+
### Features
|
|
509
|
+
|
|
510
|
+
* sent loading event for wrapper elements to display loading spinner ([b5c645e](https://github.com/byu-oit/vue-decision-processing-components/commit/b5c645e26aaf69b72dede22648e63c2eeb12d95f))
|
|
511
|
+
|
|
512
|
+
## [8.16.0](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.15.0...v8.16.0) (2020-03-03)
|
|
513
|
+
|
|
514
|
+
|
|
515
|
+
### Features
|
|
516
|
+
|
|
517
|
+
* include support for decision reason filter ([3689339](https://github.com/byu-oit/vue-decision-processing-components/commit/3689339e315a0da7475669f836a7e40c10f033a3))
|
|
518
|
+
|
|
519
|
+
## [8.15.0](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.14.0...v8.15.0) (2020-03-02)
|
|
520
|
+
|
|
521
|
+
|
|
522
|
+
### Features
|
|
523
|
+
|
|
524
|
+
* also can config with params instead of just vuex ([a23a7b6](https://github.com/byu-oit/vue-decision-processing-components/commit/a23a7b63bd1ba721e3211b818f22bbdb47eb2474))
|
|
525
|
+
|
|
526
|
+
## [8.14.0](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.13.0...v8.14.0) (2020-02-27)
|
|
527
|
+
|
|
528
|
+
|
|
529
|
+
### Features
|
|
530
|
+
|
|
531
|
+
* view activity essay reported by applicant ([9f83520](https://github.com/byu-oit/vue-decision-processing-components/commit/9f835201b655eb4aae1ecf0fd24b3afa5f2f480e))
|
|
532
|
+
|
|
533
|
+
## [8.13.0](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.12.0...v8.13.0) (2020-02-26)
|
|
534
|
+
|
|
535
|
+
|
|
536
|
+
### Features
|
|
537
|
+
|
|
538
|
+
* auto reload report when tab is hidden and reopened (use autoReload property) ([c60e717](https://github.com/byu-oit/vue-decision-processing-components/commit/c60e7179ec795521c64b55c6575d983722c49757))
|
|
539
|
+
* include trash icon as available default in ApiCallButton ([766e1d5](https://github.com/byu-oit/vue-decision-processing-components/commit/766e1d5ec9992d82f60ebf9aa8473fdcf21f763b))
|
|
540
|
+
* new getter for packet decision reason ([ec04a4b](https://github.com/byu-oit/vue-decision-processing-components/commit/ec04a4bc74afb4970f6b8e9d816450516adc3ca5))
|
|
541
|
+
|
|
542
|
+
|
|
543
|
+
### Bug Fixes
|
|
544
|
+
|
|
545
|
+
* external links should bypass brownie injection ([e968bac](https://github.com/byu-oit/vue-decision-processing-components/commit/e968bac9926865a5cdee03ed55e1c67003d9b50d))
|
|
546
|
+
|
|
547
|
+
## [8.12.0](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.11.0...v8.12.0) (2020-02-20)
|
|
548
|
+
|
|
549
|
+
|
|
550
|
+
### Features
|
|
551
|
+
|
|
552
|
+
* handle new metadata qualifier link_report ([77900d6](https://github.com/byu-oit/vue-decision-processing-components/commit/77900d63592ebb1b56c2a03d5f1e4ee1739600d1))
|
|
553
|
+
|
|
554
|
+
## [8.11.0](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.10.0...v8.11.0) (2020-02-19)
|
|
555
|
+
|
|
556
|
+
|
|
557
|
+
### Features
|
|
558
|
+
|
|
559
|
+
* include net id in packet list data ([357adc5](https://github.com/byu-oit/vue-decision-processing-components/commit/357adc509e9b7084a286bef2ffae4ece0d87f190))
|
|
560
|
+
|
|
561
|
+
## [8.10.0](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.9.0...v8.10.0) (2020-02-19)
|
|
562
|
+
|
|
563
|
+
|
|
564
|
+
### Features
|
|
565
|
+
|
|
566
|
+
* add new component for displaying and scoring information together. ([ec3d25b](https://github.com/byu-oit/vue-decision-processing-components/commit/ec3d25b79b6b3f997410d0a9bcc315379381acde))
|
|
567
|
+
* move headers from recommendation section to top of seminary section if consolidateHeaders prop is set ([543d5f1](https://github.com/byu-oit/vue-decision-processing-components/commit/543d5f1f18221c3e91c890a89addb53f7127cd6d))
|
|
568
|
+
|
|
569
|
+
## [8.9.0](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.8.0...v8.9.0) (2020-02-14)
|
|
570
|
+
|
|
571
|
+
|
|
572
|
+
### Features
|
|
573
|
+
|
|
574
|
+
* new component for entering scores while viewing the related info ([90394f7](https://github.com/byu-oit/vue-decision-processing-components/commit/90394f759bfde3a4ac1516811d2395ef2ba525a6))
|
|
575
|
+
|
|
576
|
+
|
|
577
|
+
### Bug Fixes
|
|
578
|
+
|
|
579
|
+
* **ui:** improve Applicant Type large label text position ([e710365](https://github.com/byu-oit/vue-decision-processing-components/commit/e710365b41191f7861169e2aaad7677c5ff47080))
|
|
580
|
+
|
|
581
|
+
## [8.8.0](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.7.0...v8.8.0) (2020-02-13)
|
|
582
|
+
|
|
583
|
+
|
|
584
|
+
### Features
|
|
585
|
+
|
|
586
|
+
* add new ExternalLink component. Can present as either link or button ([43076dc](https://github.com/byu-oit/vue-decision-processing-components/commit/43076dc24928ae8e06d6b78943ad0a83301304cf))
|
|
587
|
+
|
|
588
|
+
## [8.7.0](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.6.11...v8.7.0) (2020-02-12)
|
|
589
|
+
|
|
590
|
+
|
|
591
|
+
### Features
|
|
592
|
+
|
|
593
|
+
* New component to display active packet list filters ([ca39e84](https://github.com/byu-oit/vue-decision-processing-components/commit/ca39e843642329df18f37b398b9c58bbdd8d9d0f))
|
|
594
|
+
|
|
595
|
+
|
|
596
|
+
### Bug Fixes
|
|
597
|
+
|
|
598
|
+
* linting ([86847aa](https://github.com/byu-oit/vue-decision-processing-components/commit/86847aa0a2343d158fdf4634043d7ece5f082d01))
|
|
599
|
+
|
|
600
|
+
### [8.6.11](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.6.10...v8.6.11) (2020-02-07)
|
|
601
|
+
|
|
602
|
+
|
|
603
|
+
### Bug Fixes
|
|
604
|
+
|
|
605
|
+
* parse and filter by applicant's sex ([3e0a4f0](https://github.com/byu-oit/vue-decision-processing-components/commit/3e0a4f067c99abc0de1572da9d854d7a98110585))
|
|
606
|
+
|
|
607
|
+
### [8.6.10](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.6.9...v8.6.10) (2020-02-07)
|
|
608
|
+
|
|
609
|
+
|
|
610
|
+
### Bug Fixes
|
|
611
|
+
|
|
612
|
+
* language and ethnicity lists don't need labels ([42327d7](https://github.com/byu-oit/vue-decision-processing-components/commit/42327d743e225c2b07d8da6864a0050cd0bf25e6))
|
|
613
|
+
|
|
614
|
+
### [8.6.9](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.6.8...v8.6.9) (2020-02-06)
|
|
615
|
+
|
|
616
|
+
|
|
617
|
+
### Bug Fixes
|
|
618
|
+
|
|
619
|
+
* add related alumni field from biographical section ([e5df527](https://github.com/byu-oit/vue-decision-processing-components/commit/e5df527e504810ca2438be4fa3e6f8566942628c))
|
|
620
|
+
|
|
621
|
+
### [8.6.8](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.6.7...v8.6.8) (2020-02-06)
|
|
622
|
+
|
|
623
|
+
|
|
624
|
+
### Bug Fixes
|
|
625
|
+
|
|
626
|
+
* for international addresses, include country only if not already included ([401b51e](https://github.com/byu-oit/vue-decision-processing-components/commit/401b51ec9e6f7247dc55a1bdd2127504748a0547))
|
|
627
|
+
* handle missing column metadata more gracefully ([be2babe](https://github.com/byu-oit/vue-decision-processing-components/commit/be2babe655c46167a4d44d7bbdf2591c4f2a198c))
|
|
628
|
+
|
|
629
|
+
### [8.6.7](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.6.6...v8.6.7) (2020-02-05)
|
|
630
|
+
|
|
631
|
+
|
|
632
|
+
### Bug Fixes
|
|
633
|
+
|
|
634
|
+
* Vuex mapping of citizenship information ([9795046](https://github.com/byu-oit/vue-decision-processing-components/commit/97950468bebce3ad01a612ef2518abfbfbf9906c))
|
|
635
|
+
|
|
636
|
+
### [8.6.6](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.6.5...v8.6.6) (2020-02-05)
|
|
637
|
+
|
|
638
|
+
|
|
639
|
+
### Bug Fixes
|
|
640
|
+
|
|
641
|
+
* trim net id in ws request (data bridge sometimes adds trailing space ([11f4e27](https://github.com/byu-oit/vue-decision-processing-components/commit/11f4e27c3e1328a4d88d91b1dec7e5747d69a992))
|
|
642
|
+
|
|
643
|
+
### [8.6.5](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.6.4...v8.6.5) (2020-01-21)
|
|
644
|
+
|
|
645
|
+
|
|
646
|
+
### Bug Fixes
|
|
647
|
+
|
|
648
|
+
* Wait for metadata to load before loading report proper ([162d594](https://github.com/byu-oit/vue-decision-processing-components/commit/162d5944f16ce68150d0fec59ea9df344381d86a))
|
|
649
|
+
|
|
650
|
+
### [8.6.4](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.6.3...v8.6.4) (2020-01-14)
|
|
651
|
+
|
|
652
|
+
|
|
653
|
+
### Bug Fixes
|
|
654
|
+
|
|
655
|
+
* Include current admit periods in filter list ([fe1adad](https://github.com/byu-oit/vue-decision-processing-components/commit/fe1adad52a51d7829a13d226c72ca98a38851966))
|
|
656
|
+
|
|
657
|
+
### [8.6.3](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.6.2...v8.6.3) (2020-01-07)
|
|
658
|
+
|
|
659
|
+
|
|
660
|
+
### Bug Fixes
|
|
661
|
+
|
|
662
|
+
* use POST link workaround for all external links ([fad10b8](https://github.com/byu-oit/vue-decision-processing-components/commit/fad10b8f70e56b6d47bc195a2a9bb46273340241))
|
|
663
|
+
|
|
664
|
+
### [8.6.2](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.6.1...v8.6.2) (2020-01-06)
|
|
665
|
+
|
|
666
|
+
|
|
667
|
+
### Bug Fixes
|
|
668
|
+
|
|
669
|
+
* remove verified label from test scores ([e0f1437](https://github.com/byu-oit/vue-decision-processing-components/commit/e0f1437b042e96f92ac3028b944d2d567fd68f6f))
|
|
670
|
+
|
|
671
|
+
### [8.6.1](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.6.0...v8.6.1) (2019-12-18)
|
|
672
|
+
|
|
673
|
+
|
|
674
|
+
### Bug Fixes
|
|
675
|
+
|
|
676
|
+
* correct link to endorsement system ([259cc18](https://github.com/byu-oit/vue-decision-processing-components/commit/259cc18058dbead7218b57037660eeb8503ece50))
|