From 7cbaf86aae65e81501010147d5685d1eee77bcd6 Mon Sep 17 00:00:00 2001 From: james hadfield Date: Fri, 30 Aug 2024 10:55:46 +1200 Subject: [PATCH] changelog --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f2685980..35d366fc6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,15 @@ ([#1668](https://github.com/nextstrain/auspice/pull/1668)) * The specified tip label is surfaced more prominently within the the on-hover info boxes & on-click modals. ([#1668](https://github.com/nextstrain/auspice/pull/1668)) +* Temporal colour scales can now use YYYY-MM-DD values (previously only numeric dates were allowed). + Ambiguous (YYYY-MM-XX, YYYY-XX-XX) dates are allowed and the midpoint of the range will be used to choose the colour. + ([#1832](https://github.com/nextstrain/auspice/pull/1832), [#1836](https://github.com/nextstrain/auspice/pull/1836)) +* Parsing and error handling for URL query-encoded dates (`dmin`, `dmax`, `animate`) has been improved. + ([#1832](https://github.com/nextstrain/auspice/pull/1832)) +* Div-only trees (i.e. no timetree) now hide the date / animation sections in the sidebar. + ([#1834](https://github.com/nextstrain/auspice/pull/1834)) +* Improvements to how we use React within the measurements panel (should not result in any user-facing changes). + ([#1838](https://github.com/nextstrain/auspice/pull/1838)) ## version 2.56.1 - 2024/08/22