-
Notifications
You must be signed in to change notification settings - Fork 0
feat!(components): remove legacy mutations-over-time fetching #1059
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
|
This is a preview of the changelog of the next release. If this branch is not up-to-date with the current main branch, the changelog may not be accurate. Rebase your branch on the main branch to get the most accurate changelog. Note that this might contain changes that are on main, but not yet released. Changelog: 1.12.1 (2026-01-12)Bug Fixes |
5ff5131 to
0fbf3e3
Compare
4e2b378 to
eded246
Compare
...isualization-mutati-c413d-ed-mutations-and-gaps-should-match-screenshot-1-chromium-linux.png
Show resolved
Hide resolved
fengelniederhammer
approved these changes
Jan 8, 2026
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
BREAKING Change: the
useNewEndpointflag on themutations-over-timecomponent has been removed. The new endpoint (which you got previously by setting the setting totrue) is now the default. The old way of computing the values is not available anymore.Summary
After we're now using the new endpoint everywhere (in all dashboards), we can proceed to make it the default, and remove all code related to the old way of computing the data. This includes removing the web worker, which simplifies the code, because it was an exception.
useNewEndpointflag. The new endpoint will now become the default.queryDatesInDatasetinto its own file.Testing
The special code for the web worker mocking has been removed. New mocks are now in place that work the same way as for other components (with fetch-mock; built-in in the Storybook). Screenshots have. been updated.
I tested this PR by using it locally in the dashboards; a quick check of the W-ASAP dashboard showed that things were still working as expected.
Screenshot
n/a
PR Checklist
All necessary documentation has been adapted.For reference: