Fixes
- correctly set deprecation comments for deprecated components (df4ed9d, #1111)
TextInput
andPasswordInput
should render label if "labelText" slot is used (7c0086d, #1110)PasswordInput
should not renderlabel
if nolabelText
is provided (33c1543, #1108 contributed by @hnzlmnn)StructuredList
overflow-y should not be "hidden" (6dc17dd, #1107)MultiSelect
should not prevent default key behavior when open (73b1056, #1101)Switch
should havetype="button"
(1ad2ca4, #1104)