v0.19.0
Features
- DataTable: add optional display and sort methods in header object (PR #352)
- ProgressIndicator: add preventChangeOnClick; default value is
false
(PR #351) - TooltipDefinition: make tooltip text slottable through
slot="tooltip"
Fixes
- ProgressIndicator: make
currentIndex
reactive (PR #351) - ComposedModal: use
onDestroy
for destroy logic due to async usage ofonMount
(PR #348) - Search: forward
size
prop to Search skeleton
Refactoring
- TooltipDefinition: remove redundant
hidden
reactive variable
Breaking Changes
- ProgressIndicator: clicking a completed step will update
currentIndex
; to opt out of this default behavior, setpreventChangeOnClick
totrue
Documentation
- ContentSwitcher: add "Selected index" example
- CodeSnippet: add multi-line skeleton example
- InlineLoading: add UX example showcasing various statuses
Contributors