@qwik-ui/headless@0.6.4
Patch Changes
-
🖼️ The Qwik UI site now uses OG info across platforms. (by @thejackshelton in #1037)
🔍 The combobox now supports a "inline" mode. Opt-in to inline mode with replacing the
<Combobox.Popover>
component with<Combobox.Inline>
, and addingmode="inline"
to the<Combobox.Root>
component.💡 Combobox inline mode allows for command palettes or other use cases where the search input is directly on the page.
🎠 Carousel fixes:
-
✨ carousel now supports mousewheel navigation in vertical mode (by @thejackshelton in #1030)