Skip to content

Commit 8eb59fd

Browse files
committed
changelog
1 parent a4c4076 commit 8eb59fd

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@
44
* Added a `treeZoom=selected` query to load trees at the same zoom level after the "zoom to selected" button has been pressed, where applicable. See [the view settings docs](https://docs.nextstrain.org/projects/auspice/en/latest/advanced-functionality/view-settings.html) for more details. ([#1321](https://github.com/nextstrain/auspice/pull/1321))
55
* Downloaded metadata and acknowledgments TSVs will now use extra columns to export associated URLs. ([#2003](https://github.com/nextstrain/auspice/pull/2003))
66

7+
**internal changes**
8+
9+
* The JS bundles created when Auspice (client) is built have been changed in various ways ([#1992](https://github.com/nextstrain/auspice/pull/1992)):
10+
* Polyfills have been updated and we now only add a subset of polyfills to match our 95% browser target used for JS syntax.
11+
* Bundles are now available using Brotli compression (in addition to gzip) and the Auspice server is updated to support them.
12+
* Duplicated code has been reduced in the bundles, and the bundle layout has changed.
13+
* The map component is separated into a new bundle which should improve load times on datasets which don't use it.
14+
* Loading spinners have been improved in various ways. ([#1991](https://github.com/nextstrain/auspice/pull/1991))
15+
* Logos available in the bundle are used rather than a fetch to an external domain. ([#1996](https://github.com/nextstrain/auspice/pull/1996))
16+
* Added unit tests for `createStateFromQueryOrJSONs`. ([#1988](https://github.com/nextstrain/auspice/pull/1988))
717

818
## version 2.63.1 - 2025/06/04
919

0 commit comments

Comments
 (0)