Skip to content

Commit

Permalink
Merge pull request #143 from kids-first/release-0.1.0
Browse files Browse the repository at this point in the history
🏷 Release 0.1.0
  • Loading branch information
dankolbman authored Apr 3, 2019
2 parents 8d489ca + e229d73 commit 7b824fb
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 1 deletion.
72 changes: 72 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
# Kids First Data Tracker Release 0.1.0

## Features

First release of the data tracker with study file uploader capabilities.

Data Tracker Release 0.1.0

## Features

### Summary

Feature Emojis: ✨x15 ♻️x13 πŸ’„x13 🚨x2 πŸ‘·x2 πŸ›x1 🍱x1 🚚x1 x1 πŸ“¦x1 πŸ”§x1 πŸ“x1 🚧x1 πŸŽ‰x1

Feature Labels: [feature](https://api.github.com/repos/kids-first/kf-ui-data-tracker/labels/feature) x19 [refactor](https://api.github.com/repos/kids-first/kf-ui-data-tracker/labels/refactor) x18 [component](https://api.github.com/repos/kids-first/kf-ui-data-tracker/labels/component) x13 [design](https://api.github.com/repos/kids-first/kf-ui-data-tracker/labels/design) x5 [devops](https://api.github.com/repos/kids-first/kf-ui-data-tracker/labels/devops) x5 [bug](https://api.github.com/repos/kids-first/kf-ui-data-tracker/labels/bug) x1 [application state](https://api.github.com/repos/kids-first/kf-ui-data-tracker/labels/application%20state) x1 [documentation](https://api.github.com/repos/kids-first/kf-ui-data-tracker/labels/documentation) x1

### New features and changes

- (#142) ♻️ Refactor badge by adding loading css - @XuTheBunny
- (#141) πŸ’„ Add "Failed to upload file" alert - @XuTheBunny
- (#139) ♻️ Refactor file annotation style - @XuTheBunny
- (#137) ♻️ Refactor file list style - @XuTheBunny
- (#140) πŸ’„ Add "no studies" screen when no studies returned - @XuTheBunny
- (#135) ✨ Add copy to clipboard feature - @XuTheBunny
- (#131) ✨ Add view for developer tokens - @dankolbman
- (#133) ♻️ Refactor study header - @XuTheBunny
- (#132) ♻️ Refactor study list view - @XuTheBunny
- (#130) ♻️ Refactor overall screen layout and update navbar look - @XuTheBunny
- (#129) ♻️ Disable live TimeAgo updates on file list - @XuTheBunny
- (#121) ♻️ Update login page with gradient on background and fixed text - @XuTheBunny
- (#110) πŸ’„ Add badge - @XuTheBunny
- (#109) ✨ Save filetype selection in annotation view - @dankolbman
- (#108) πŸ’„ Responsive layout - @XuTheBunny
- (#107) ✨ Add download via signed url - @dankolbman
- (#101) ✨ Add delete file button - @dankolbman
- (#100) πŸ’„ Add annotation page style - @XuTheBunny
- (#97) πŸ’„ Add file list component - @XuTheBunny
- (#96) πŸ’„ Add loading stage with "LOADING (component name) ..." - @XuTheBunny
- (#91) πŸ’„ Add sub nav bar to file view - @XuTheBunny
- (#93) ✨ Annotation Flow - @dankolbman
- (#90) ♻️ Refactor Header component routing - @XuTheBunny
- (#89) πŸ’„ Update study list routing and StudyCard component - @XuTheBunny
- (#86) πŸ’„ Update study list view with new style - @XuTheBunny
- (#88) πŸ’„ Redirect user to home page "/" when click on header logo - @XuTheBunny
- (#82) ✨ Add Auth0 login - @dankolbman
- (#85) πŸ’„ Show empty state message when no studies returned - @XuTheBunny
- (#83) πŸ’„ Add page header - @XuTheBunny
- (#79) ✨ Add banner component - @XuTheBunny
- (#77) ♻️ Refactor upload target - @dankolbman
- (#48) ✨ Refresh login view - @liberaliscomputing
- (#78) πŸ› Fix GridContainer propTypes - @dankolbman
- (#76) 🍱 Update favicon - @XuTheBunny
- (#72) 🚚 Rename FileUploadView to FilesView - @dankolbman
- (#70) ♻️ Switch to routing based on kf_id - @dankolbman
- (#69) 🚨 Make circle fail on eslint warnings - @dankolbman
- (#63) Add netlify redirects for SPA - @dankolbman
- (#67) πŸ“¦ Use pinned UIKit package - @dankolbman
- (#65) πŸ”§ Add netlify master branch config - @dankolbman
- (#57) ♻️ Use apollo components - @dankolbman
- (#56) ♻️ Refactor queries - @dankolbman
- (#55) πŸ“ Add README file with logo - @dankolbman
- (#54) πŸ‘· Add Jenkinsfile - @dankolbman
- (#51) 🚧 Add data-uploader/add-prettier - @liberaliscomputing
- (#52) πŸ‘· Adds circleci config to run eslint - @bdolly
- (#40) ✨ Initial Study File Upload Implementation - @bdolly
- (#39) ✨ Add data-uploader/file-upload - @liberaliscomputing
- (#33) ✨ adds Data uploader/grid component - @bdolly
- (#30) ✨ postcss setup - @bdolly
- (#31) ✨ Add Apollo client - @dankolbman
- (#29) ✨ Add Ego authentication - @XuTheBunny
- (#28) 🚨 Apply prettier formatting across the project - @XuTheBunny
- (#24) πŸŽ‰ Start developing data uploader - @liberaliscomputing
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kf-ui-data-tracker",
"version": "0.0.1",
"version": "0.1.0",
"private": true,
"dependencies": {
"apollo-cache-inmemory": "^1.5.1",
Expand Down

0 comments on commit 7b824fb

Please sign in to comment.