Skip to content

Commit 6473258

Browse files
authored
Merge pull request #430 from kids-first/release-0.6.0
🏷 Release 0.6.0
2 parents e84645b + 45109be commit 6473258

File tree

2 files changed

+38
-1
lines changed

2 files changed

+38
-1
lines changed

β€ŽCHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,40 @@
1+
# Kids First Data Tracker Release 0.6.0
2+
3+
## Features
4+
5+
Adds views for creating studies and projects.
6+
7+
### Summary
8+
9+
Feature Emojis: ✨x10 πŸ›x4 πŸ’„x3 πŸ”₯x1 πŸ“x1
10+
Feature Labels: [feature](https://api.github.com/repos/kids-first/kf-ui-data-tracker/labels/feature) x10 [refactor](https://api.github.com/repos/kids-first/kf-ui-data-tracker/labels/refactor) x8 [bug](https://api.github.com/repos/kids-first/kf-ui-data-tracker/labels/bug) x4 [component](https://api.github.com/repos/kids-first/kf-ui-data-tracker/labels/component) x4 [devops](https://api.github.com/repos/kids-first/kf-ui-data-tracker/labels/devops) x2 [design](https://api.github.com/repos/kids-first/kf-ui-data-tracker/labels/design) x1 [documentation](https://api.github.com/repos/kids-first/kf-ui-data-tracker/labels/documentation) x1
11+
12+
### New features and changes
13+
14+
- (#428) πŸ”₯ Move role and group resolvers to server - @dankolbman
15+
- (#426) ✨ Add form for new Cavatica project - @dankolbman
16+
- (#427) πŸ› Don't show studies in profile if the user has none - @dankolbman
17+
- (#424) ✨ Add modal for editing study information - @XuTheBunny
18+
- (#425) πŸ’„ Refactor Cavatica project list icon and link - @XuTheBunny
19+
- (#420) ✨ Add study basic info screen for beta team - @XuTheBunny
20+
- (#421) Bump eslint-utils from 1.3.1 to 1.4.2 - @dependabot[bot]
21+
- (#416) πŸ› Fix new study form date field and Cavatica project study link - @XuTheBunny
22+
- (#415) πŸ› Return deleted projects in sync mutation - @dankolbman
23+
- (#414) πŸ› Fix new file annotation form by adding user object to it - @XuTheBunny
24+
- (#413) ✨ Show information about deleted projects - @dankolbman
25+
- (#403) ✨ Add form page for creating new study - @XuTheBunny
26+
- (#412) ✨ Add Cavatica Project list view - @dankolbman
27+
- (#410) ✨ Add drop down for admin functions - @dankolbman
28+
- (#407) πŸ’„ Hide filter and search bar on file list when no files exist - @XuTheBunny
29+
- (#406) πŸ’„ Show alternative image when no user profile photo exist - @XuTheBunny
30+
- (#325) ✨ Feature user roles client state - @bdolly
31+
- (#391) Bump lodash.template from 4.4.0 to 4.5.0 - @dependabot[bot]
32+
- (#390) ✨ Search study by its name / short name from study list screen - @XuTheBunny
33+
- (#389) ✨ Filter files by approval status/type, sort by created/modified date, and search by file title/description - @XuTheBunny
34+
- (#384) πŸ“ Update README file with development and testing section - @XuTheBunny
35+
- (#388) ♻️ Fragments for study field, file fields, version fields, and creator fields - @XuTheBunny
36+
37+
138
# Kids First Data Tracker Release 0.5.0
239

340
## Features

β€Žpackage.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kf-ui-data-tracker",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"private": true,
55
"bundlesize": [
66
{

0 commit comments

Comments
Β (0)