Skip to content

Commit 3647f80

Browse files
authored
Merge pull request #477 from kids-first/release-0.7.0
🏷 Release 0.7.0
2 parents b617503 + 78cb22b commit 3647f80

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

β€ŽCHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
# Kids First Data Tracker Release 0.7.0
2+
3+
## Features
4+
5+
New BIX features for Cavatica projects, UI refactoring and fixes.
6+
7+
### Summary
8+
9+
Feature Emojis: ✨x7 ♻️x4 πŸ’„x3 πŸ›x2 πŸ”§x1
10+
Feature Labels: [feature](https://api.github.com/repos/kids-first/kf-ui-data-tracker/labels/feature) x9 [refactor](https://api.github.com/repos/kids-first/kf-ui-data-tracker/labels/refactor) x6 [bug](https://api.github.com/repos/kids-first/kf-ui-data-tracker/labels/bug) x4 [design](https://api.github.com/repos/kids-first/kf-ui-data-tracker/labels/design) x2 [usability improvement](https://api.github.com/repos/kids-first/kf-ui-data-tracker/labels/usability%20improvement) x1 [devops](https://api.github.com/repos/kids-first/kf-ui-data-tracker/labels/devops) x1 [documentation](https://api.github.com/repos/kids-first/kf-ui-data-tracker/labels/documentation) x1
11+
12+
### New features and changes
13+
14+
- (#476) πŸ› Allow selection of file type for normal users - @dankolbman
15+
- (#466) ♻️ Refactor project button and link rendering - @XuTheBunny
16+
- (#465) ✨ Add Cavatica tab with Cavatica projects and create/link/unlink actions - @XuTheBunny
17+
- (#454) ♻️ Refactor create project and list project rendering - @XuTheBunny
18+
- (#452) ✨ Upload document flow re-visited - @bdolly
19+
- (#453) πŸ’„ Display api error message at the bottom of the edit study modal - @XuTheBunny
20+
- (#447) ✨ Support markdown for study description - @XuTheBunny
21+
- (#446) πŸ’„ Refactor study edit layout and add more fields - @XuTheBunny
22+
- (#445) πŸ’„ Refactor study info layout - @XuTheBunny
23+
- (#444) πŸ› Handle no projects - @dankolbman
24+
- (#436) ✨ Add option to create which type of Cavatica projects on creating a new study - @XuTheBunny
25+
- (#439) ✨ Add view for event history - @dankolbman
26+
- (#438) ♻️ Reorganize event list - @dankolbman
27+
- (#429) ✨ Add modal for link / unlink Cavatica project - @XuTheBunny
28+
- (#435) ♻️ Refactor project list showing unlink button for admin user - @XuTheBunny
29+
- (#432) πŸ”§ Update env schema - @dankolbman
30+
- (#433) ✨ Add button to create first study for admins - @dankolbman
31+
32+
133
# Kids First Data Tracker Release 0.6.0
234

335
## 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.6.0",
3+
"version": "0.7.0",
44
"private": true,
55
"bundlesize": [
66
{

0 commit comments

Comments
Β (0)