v2.4.54
User options menu display state #148
Add config options to control the state of the user options menu:
userOptions: {
show: boolean, // Not new. Has to be true for these new options to be applied. Is true by default
showOnChartHover: boolean; // New option. Default: false. Set to true to only show the burger menu when hovering the component
keepStateOnChartLeave: boolean; // New option. Default: true. Set to false to always close the menu when hovering out the component
}
VueUiTableSparkline #144
- Display buttons for each sorting order
- Fix regressions in responsive mode