Releases: qwikifiers/qwik-ui
[email protected]
@qwik-ui/[email protected]
Patch Changes
- add license in package json (by @thejackshelton in #1070)
@qwik-ui/[email protected]
Patch Changes
- add license in package json (by @thejackshelton in #1070)
@qwik-ui/[email protected]
Patch Changes
- add license in package json (by @thejackshelton in #1070)
@qwik-ui/[email protected]
Patch Changes
- add license in package json (by @thejackshelton in #1070)
@qwik-ui/[email protected]
Patch Changes
-
🐞🩹 cleanup scroll locking (by @thejackshelton in #1061)
-
🐞🩹 select uses correct types and does not execute focus on server side (by @thejackshelton-kunaico in #1057)
@qwik-ui/[email protected]
Patch Changes
-
Select fixes for: (by @thejackshelton in #1042)
Also fixes for infinite scroll issues when both keyboard and mouse are used to navigate the listbox.
[email protected]
Minor Changes
-
✨ added a barrel file to the components root folder (by @shairez in #1015)
Now when you generate a component qwik-ui will create an
index.ts
file in your components folder which exports the newly generated components.Example:
qwik-ui add input
Generated output:
src/components/index.ts # exports * from './input/input' src/components/input/input.tsx
@qwik-ui/[email protected]
@qwik-ui/[email protected]
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)