Skip to content

Releases: qwikifiers/qwik-ui

[email protected]

29 Apr 18:26
b9f58d9
Compare
Choose a tag to compare

Minor Changes

  • Added sponsors section to the Readme (by @zaynet in #1064)

Patch Changes

@qwik-ui/[email protected]

29 Apr 18:26
b9f58d9
Compare
Choose a tag to compare

Patch Changes

@qwik-ui/[email protected]

29 Apr 18:26
b9f58d9
Compare
Choose a tag to compare

Patch Changes

@qwik-ui/[email protected]

29 Apr 18:26
b9f58d9
Compare
Choose a tag to compare

Patch Changes

@qwik-ui/[email protected]

29 Apr 18:26
b9f58d9
Compare
Choose a tag to compare

Patch Changes

@qwik-ui/[email protected]

05 Apr 20:08
0545946
Compare
Choose a tag to compare

Patch Changes

@qwik-ui/[email protected]

23 Jan 17:13
41340b6
Compare
Choose a tag to compare

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]

06 Jan 00:44
0f29743
Compare
Choose a tag to compare

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]

06 Jan 00:44
0f29743
Compare
Choose a tag to compare

Minor Changes

  • ✨ Added the following components: Dropdown, Toggle, ToggleGroup in #993 (by @shairez in #1013)

@qwik-ui/[email protected]

06 Jan 00:44
0f29743
Compare
Choose a tag to compare

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 adding mode="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)