v1.24.0
jameshadfield
released this
05 Aug 20:14
·
2773 commits
to master
since this release
- Tree grid improvements - PR 610
- Allow negative (i.e. BCE) dates
- Display y-dates and horizontal lines in the clock layout view
- Improved spacing between grid points
- SVG elements in the DOM are now in named groups which improves debugging and prevents incorrect-layering bugs. PR 612
- Fixed a bug where the available datasets (dropdowns in sidebar) contained invalid values PR 614
- Community sourced datasets (nextstrain.org/community/...) display a link to the github repo in the sidebar PR 615
- Since v1.22.3 changing datasets preserved the URL queries (e.g.
?l=radial
).
A number of bugs relating to this have been fixed, where these queries were no longer valid for the new dataset.
This also fixed potential issues related to loading datasets where the URL queries were invalid.
PR 613