Minor Changes
- feat: InputChips now allow you to add/remove chips programatically. (#2347)
Patch Changes
-
bugfix: Removed recursive-tree-view's unused props for
disabled
andopen
(#2427) -
bugfix: CodeBlock copy button type is now
button
instead of default (submit
) (#2428) -
bugfix: added
label
prop to InputChips to provide aria-label for a11y (#2445) -
chore: Applied
@html
interpretation to Autocomplete empty state (#2448)