Skip to content

Commit

Permalink
2.3.0 Release Notes
Browse files Browse the repository at this point in the history
  • Loading branch information
bherr2 committed Jul 22, 2021
1 parent 3da425c commit 54e69e6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,18 @@

Changelog for the HuBMAP CCF ASCT+B Reporter

## 2.3.0 - Pre-release
## 2.3.0 - 2021-07-22

### Added in 2.3.0

- Added linting to the ASCTB API
- Added export to JSON graph to the ASCT+B API and UI (export menu)
- Better routes for documentation pages (/docs/1 => /docs/about)
- Added Select All button to the search dropdown
- Added Ontology ID and label to the Body node
- Upgraded dependencies to Angular 12
- Added linting to the ASCT+B API
- Migrated from tslint to eslint
- Bug fixes and code cleanup

## 2.2.0 - 2021-07-02

Expand Down
2 changes: 1 addition & 1 deletion projects/v2/src/app/components/home/home.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
class="d-flex justify-content-center align-items-center w-100 flex-column"
>
<div class="title1 mt-5 pt-4 ">ASCT+B REPORTER</div>
<div class="text-muted pt-2">v2.2</div>
<div class="text-muted pt-2">v2.3</div>
<div class="pt-2 text-center desc">
The CCF ASCT+B Reporter is a visualization tool for displaying
anatomical structures, cell types, and biomarker (ASCT+B) authored by domain experts for different human organs. The tables are used
Expand Down

0 comments on commit 54e69e6

Please sign in to comment.