Fixes
- do not dispatch "click", "click:row"
DataTable
events when selecting a checkbox or radio button (ae96fdf, #951) - render "labelText" slot if
labelText
prop or$$slots.labelText
is truthy (a32bcbc, #949) - prevent default behavior in
Tabs
mobile variant when clicking a menu option (d5a6b58, #946 contributed @brunnerh) - coalesce nullish values to
""
forTextInput
,PasswordInput
,TextArea
(a1377f0, #936 contributed by @patoi)