From 5cd163a4ba0ee9627a4c7f2337f8608ae68c1650 Mon Sep 17 00:00:00 2001 From: varfish-bot <138480089+varfish-bot@users.noreply.github.com> Date: Sat, 9 Dec 2023 16:17:01 +0100 Subject: [PATCH] chore(main): release 0.3.0 --- CHANGELOG.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e20cd31eb..834c086c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,30 @@ # Changelog +## [0.3.0](https://github.com/bihealth/reev/compare/v0.2.0...v0.3.0) (2023-12-09) + + +### Features + +* Allow users to save acmg criteria on the server ([#98](https://github.com/bihealth/reev/issues/98)) ([#237](https://github.com/bihealth/reev/issues/237)) ([8738ca4](https://github.com/bihealth/reev/commit/8738ca4f86a3d897359f81768fff48d787bb1503)) +* document acmg seq vars ([#248](https://github.com/bihealth/reev/issues/248)) ([#249](https://github.com/bihealth/reev/issues/249)) ([ae73ca7](https://github.com/bihealth/reev/commit/ae73ca76a3d97c24da08dc65386dca3112edaa0f)) +* Integrate cada prio web service ([#213](https://github.com/bihealth/reev/issues/213)) ([#220](https://github.com/bihealth/reev/issues/220)) ([283209f](https://github.com/bihealth/reev/commit/283209fb693dac25076d054e9c30364283bb7ae4)) +* integrating sentry ([#240](https://github.com/bihealth/reev/issues/240)) ([#246](https://github.com/bihealth/reev/issues/246)) ([732cff6](https://github.com/bihealth/reev/commit/732cff6c3cca786af8f5b823303cd4d7e11fe84f)) +* Merge all static information pages into one view ([#263](https://github.com/bihealth/reev/issues/263)) ([#264](https://github.com/bihealth/reev/issues/264)) ([61bab0b](https://github.com/bihealth/reev/commit/61bab0b77d2672f70325d8e22587b6536698d6e8)) +* more integrated search component ([#258](https://github.com/bihealth/reev/issues/258)) ([120128f](https://github.com/bihealth/reev/commit/120128fc8379c5610164889e7953ee0d9c2e8956)) +* more streamlined query parsing ([#257](https://github.com/bihealth/reev/issues/257)) ([#259](https://github.com/bihealth/reev/issues/259)) ([374377a](https://github.com/bihealth/reev/commit/374377aa7098afb3cccd13f2652ea638d715da2b)) +* Refurbishing design of Profile page ([#214](https://github.com/bihealth/reev/issues/214)) ([#256](https://github.com/bihealth/reev/issues/256)) ([61a59d3](https://github.com/bihealth/reev/commit/61a59d3d40119d706c189e0df67fc0cf3d609c2d)) +* refurbishing gene details page ([#229](https://github.com/bihealth/reev/issues/229)) ([#230](https://github.com/bihealth/reev/issues/230)) ([40daa26](https://github.com/bihealth/reev/commit/40daa26480d9de3d8648a879d598752f525e55b0)) +* refurbishing sequence variant details page ([#244](https://github.com/bihealth/reev/issues/244)) ([#255](https://github.com/bihealth/reev/issues/255)) ([8f67c86](https://github.com/bihealth/reev/commit/8f67c86a53eb16acb1aa273c3ea56d52fba5508a)) +* refurbishing SV details page ([#236](https://github.com/bihealth/reev/issues/236)) ([#239](https://github.com/bihealth/reev/issues/239)) ([0d8dd34](https://github.com/bihealth/reev/commit/0d8dd34af7239842c2868687204aba1fc40cc874)) +* updating profile to comply with OrcID requirements ([#225](https://github.com/bihealth/reev/issues/225)) ([#226](https://github.com/bihealth/reev/issues/226)) ([23053f3](https://github.com/bihealth/reev/commit/23053f330d1f53c7904caf4f1705598711d6500e)) + + +### Bug Fixes + +* adjusting front-end to latest annonars changes ([#224](https://github.com/bihealth/reev/issues/224)) ([#228](https://github.com/bihealth/reev/issues/228)) ([ce8ab52](https://github.com/bihealth/reev/commit/ce8ab522f610135f8fdbef48be3984b93d548343)) +* make clinvar impact table more robust, ignore labels ([#234](https://github.com/bihealth/reev/issues/234)) ([d3df9d7](https://github.com/bihealth/reev/commit/d3df9d7247ad02c25c8d80c170d84d4bdf9bf203)) +* using text-no-wrap on ClinvarImpact table ([#233](https://github.com/bihealth/reev/issues/233)) ([e7cbaa7](https://github.com/bihealth/reev/commit/e7cbaa7127b5663ee684c6c81d457c0ffa31c868)) + ## [0.2.0](https://github.com/bihealth/reev/compare/v0.1.0...v0.2.0) (2023-11-15)