0.9.28
What's Changed in v0.9.28
New features
- #3862 Expose
isActiveDetailRow
method in the default scoped slot props of table column (thanks @OrestHk) - #3863 Add
active
event emitted when dropdown turns active/inactive (thanks @daniil4udo)
Fixes
-
Fix #3961 Dropdown with "hover" trigger incorrectly rendered on mobile devices
-
Fix #3963 No dropdown showed up if the data array was empty and only the footer slot was registered (thanks @GMartigny)
-
Fix #3971 Problems with table headers and dates due to 0.9.25 → 0.9.27 changes
-
Fix #3971 Percentage width on table columns doubly applied
-
Fix #3991 Potential call after unmount in the following components (thanks @Arooba-git):
NumberInput
Sidebar
-
Fix #3991 Potential listener leaks in
SliderThumb
(thanks @Arooba-git) -
Fix #4000 Potential call after unmount in the following components (thanks @Arooba-git):
Autocomplete
ColorpickerHSLRepresentationSquare
ColorpickerHSLRepresentationTriangle
Dropdown
Slider
Taginput
Tooltip
Full Changelog: v0.9.27...v0.9.28