2.0.0-beta.2
Pre-release
Pre-release
This is a pre-release. It can contain bugs and significant changes which are not yet finalized. Changes may appear without notice. We recommend to try the pre-releases to learn about upcoming features. For important projects, use stable releases. |
---|
See the changelog: https://github.com/nextstrain/nextclade/blob/master/CHANGELOG.md#nextclade-200
Commit history
(click to expand)
-
[
1ec1c2b
] feat(web): add warning for unsupported browsers -
[
c91d006
] Merge pull request #866 from nextstrain/feat/web-unsipported-browser-warning -
[
0288991
] chore: release web v2.1.0 -
[
9d056b1
] chore(ci): ensure correct full domain var is set for web app builds -
[
c2d1459
] fix(web): ensure init errors are not hidden
Nextclade Web has been hiding some of the errors that occur during initialization. Notably, if dataset server is not reachable or dataset index fetch fails for any reason, then Nextclade would just show loading spinner indefinitely.
This PR ensures that the error is properly handled and that an error message is shown in these cases.