[Snyk] Upgrade vue-data-ui from 2.0.54 to 2.2.60 #118
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.60.
ℹ️ 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 206 versions ahead of your current version.
The recommended version was released on 22 days ago.
Release notes
Package name: vue-data-ui
This release adds optional responsive features to the following charts:
To activate this feature:
The chart must be placed inside a parent container that has fixed dimensions, or a resizable container. If no dimensions are provided, the chart will grow to infinity.
Set the config.responsive attribute to true:
We are planning to rollout this feature to other charts in the future, check out the current roll out state here.
VueUiXy
config improvements regarding time labels (X axis). It is now possible to only show labels at a given modulo value, to avoid showing all labels on large datasets.Set
showOnlyAtModulo: true
, andmodulo
to a value that is consistent with your dataset.VueUiXyCanvas
same config improvement:As this chart is designed for very large datasets, this feature is built-in.
v2.2.56
This realease adds optional responsive features to the following charts:
To activate this feature:
The chart must be placed inside a parent container that has fixed dimensions, or a resizable container. If no dimensions are provided, the chart will grow to infinity.
Set the config.responsive attribute to true:
We are planning to rollout this feature to other charts in the future, check out the current roll out state here.
This realease adds optional responsive features to the following charts:
To activate this feature:
The chart must be placed inside a parent container that has fixed dimensions, or a resizable container. If no dimensions are provided, the chart will grow to infinity.
Set the config.responsive attribute to true:
We are planning to rollout this feature to other charts in the future, check out the current roll out state here.
This release also improves the design of VueUiGauge, more consistent with VueUiDonut's appearance.
We got rid of the circles around data markers, therefore the following config attributes are now obsolete:
This realease adds optional responsive features to the following charts:
To activate this feature:
The chart must be placed inside a parent container that has fixed dimensions, or a resizable container. If no dimensions are provided, the chart will grow to infinity.
Set the config.responsive attribute to true:
We are planning to rollout this feature to other charts in the future, check out the current roll out state here.
This realease adds optional responsive features to the following charts:
To activate this feature:
The chart must be placed inside a parent container that has fixed dimensions, or a resizable container. If no dimensions are provided, the chart will grow to infinity.
Set the config.responsive attribute to true:
We are planning to rollout this feature to other charts in the future, check out the current roll out state here.
This release adds slots to customize the user options menu. You can now:
Predefined actions in user options menu depend on the type of chart. Some charts have more or less actions available. Action buttons contain an predefined icons by default.
To hide a given action, set the userOption.buttons, for example:
You can use slots to override the content of action buttons.
What happens when the button is clicked is taken care of by the component, except for the optionFullscreen slot.
<template #optionPdf> GENERATE PDF </template>
<!-- This is the only action where scoped content is provided -->
<template template #optionFullscreen="{ isFullscreen, toggleFullscreen }">
<div @ click="toggleFullscreen(isFullscreen ? 'out' : 'in')">
TOGGLE FULLSCREEN
</div>
</template>
</VueUiDonut>
User options actions available per chart:
This technical release improves bundle size.
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: