[Snyk] Upgrade vue-data-ui from 2.0.54 to 2.2.44 #103
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.
Snyk has created this PR to upgrade vue-data-ui from 2.0.54 to 2.2.44.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
The recommended version is 190 versions ahead of your current version.
The recommended version was released on 22 days ago.
Release notes
Package name: vue-data-ui
VueUiOnion
improvements :VueUiNestedDonuts
: fixed error when unsegregating seriesThis release fixes reactivity issues (chart not updating when dataset is mutated) on the following charts:
VueUiDonut
VueUiNestedDonuts
VueUiDashboard
Added a
locked
config option to control the disabled state of the dashboard. Set to false by default, if true, disables resizing and dragging features.Also exposed a
toggleLock
method to toggle the lock state from the parent component.function toggleLock() {
dashboard.value.toggleLock();
}
VueDataUi
Applied VueUiDashboard modifications.
VueUiScreenshot
: centered starting positionThis release adds a new component:
VueUiFlow
VueUiFlow (a.k.a. Sankey chart) is a type of flow diagram to represent a flow of resources, energy, or data between different entities or stages in a process.
Check out the docs
VueUiXyCanvas
: added skeleton loader fallback when dataset is empty or not provided.VueUiXyCanvas
: fixed layout issues occurring on negative values with stack mode enabledVueUiXyCanvas
:stackRatio
attributes to manage individual series height when stack mode is enabled. When not used, individual height will be automatically calculated. When usingstackRatio
on all datapoints, make sure their sum is 1.autoScaling
(boolean) to force scaling to not be zero based, ideal to visualize very small variations on a datapoint.Example:
config.style.chart.stackGapRatio
(number, default: 0.8) was changed toconfig.style.chart.stackGap
(number, default: 20)VueUiXy
Fixed console warning wrongly showing when datapoints have the
autoScaling
attribute set to true.Important
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information: