A few types for VueUiSparkStackbar
component are renamed to be compliant with the naming convention of the library:
Before | v2.3.72 onwards |
---|---|
VueUiSparkStackBarConfig
| VueUiSparkStackbarConfig
|
VueUiSparkStackBarDatasetItem
| VueUiSparkStackbarDatasetItem
|
VueUiSparkStackBarConfig
| VueUiSparkStackbarConfig
|
This is a breaking change if you happen to be using the old types with v2.3.72 onwards.
Thanks @cyrilf for the fix!