-
Notifications
You must be signed in to change notification settings - Fork 6
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
Use VizDataset data type for block map, set a default value for interactive #1006
Conversation
✅ Deploy Preview for veda-ui ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🙇🏼♀️
I did not benchmark yet, but I notice that BlockMap seems to fail to load more often on this PR. I am investigating it. @sandrahoang686 Update: I think this commit should fix the problem 🙇 3cfd052 |
## What's Changed Note: This could be a patch version number. But the fix for the query parameter on the data catalog page, new E&A page, and stories hub brought a substantial change and improvement, in my opinion. And there are some other improvements we made. So I am cutting a minor version release. ## 🎉 Features 🦗 ## 🚀 Improvements * Create bug.md in #1015 * Use VizDataset data type for block map, set a default value for interactive in #1006 ## 🐛 Fixes * Fix scrollytelling projection problem in #1011 * Use different query parameter managements between data-catalog page and new E&A page in #1021 **Full Changelog**: v5.1.2...v5.2.0
Related Ticket:
Kind of related to #905 ? We would still need to revisit 'compare' - but I think we can deprecate it soon?
Description of Changes
VizDataset.
resolveConfig
now happens at the layer level, so I don't think we need to do it on block map level)interactive,
blocks the interaction such as dragging to pan - I set the default value astrue
(which was an implicit value before.)