-
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
[RELEASE] Bump minor to v5.11.0 #1274
Conversation
✅ Deploy Preview for veda-ui ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Charts now show standard deviation, similar to what we reported in #1256 Do we understand yet why this is happening? It might be okay with our instances, but we'd have to let them know about the change, why it happens, and how they can control it. For example, in #1256 I point out some of the charts show min/max and I don't know why. None of the layers in the preview show min/max Maybe worth creating a preview in GHG to see what the charts look like there? |
@aboydnw Editors can add their own metrics through |
Ah okay, I didn't know that was possible. That was part of the question I called out in #1256 so, maybe no problem, although I don't remember ever seeing these different chart types in previews before (I might have just missed it) Do we think GHG and others know about this functionality? |
I can't remember the exact context but I believe it was the feature implemented by request (not sure if it was by GHG) so at least the people who requested this should know. |
@aboydnw I’ve set up a preview in the GHG instance in case you want to have a quick look (I couldn't spot any issues): https://deploy-preview-677--ghg-demo.netlify.app/ |
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.
Thanks all. I agree, looks good to me.
🚀 Improvements
EnvConfigProvider
to simplify the injection of environment variables from host applications like Next.js [1156] Expose a Veda UI EnvConfigProvider for providing env variables #1253useNavigate
dependency for simplifying the routing Remove React Router's useNavigate dependency #1270🐛 Fixes