Skip to content

Releases: qwikifiers/qwik-ui

[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)

[email protected]

18 Nov 18:46
6f404f5
Compare
Choose a tag to compare

Patch Changes

  • 🐞🩹 qwik-ui.config.json is generated at the root of the monorepo. (by @shairez in #1009)

    Before it got created inside of the individual project, but it was wrong because we couldn't generate components in the right place or use the CLI from the root of the monorepo.

  • 🐞🩹 cli not checking relative global.css correctly (by @shairez in #1003)

@qwik-ui/[email protected]

18 Nov 18:46
6f404f5
Compare
Choose a tag to compare

Patch Changes

@qwik-ui/[email protected]

15 Oct 17:33
5b3cf6d
Compare
Choose a tag to compare

Patch Changes

  • 🩹 fix peer dependencies to reflect actual lowest qwik version (1.3.1) that is compatible with qwik-ui/headless (by @maiieul in #992)

  • 🐞🩹 packages now have a variable range of peer dependencies (by @thejackshelton in #988)

    fix: async computed signals are now sync in preparation for v2

@qwik-ui/[email protected]

22 Sep 22:25
af6aff9
Compare
Choose a tag to compare

Patch Changes

  • Combobox Improvements (by @thejackshelton in #968)

    🔄 Reactive Improvements

    • Better handling of array-based values
    • Improved handling of initial and reactive values

    🐛 Key Bug Fixes

    • Fixed highlight jumping issues
    • Enhanced empty input handling
    • Better filtered item highlighting

    🖱️ Interaction Enhancements

    • Smoother scrolling experience
    • Improved keyboard and mouse coordination

    🚀 Performance Optimizations

    • More efficient item filtering

    🧪 Reliability

    • Added tests for reactivity handling, item unselection, and mouse-to-pointer interaction switching
    • Improved handling of edge cases in user interactions

@qwik-ui/[email protected]

17 Sep 21:00
0447c90
Compare
Choose a tag to compare

Minor Changes

  • ✨ carousel reaches beta state (by @thejackshelton in #965)

    feat: stepper component added as a configuration for the carousel

    feat: vertical carousels are now supported

    feat: progress bar gets a major refactor and is backwards compatible

    docs: fixed theme issues and improved prefetching

@qwik-ui/[email protected]

17 Sep 20:59
0447c90
Compare
Choose a tag to compare

Minor Changes

  • ✨ toggle and togglegroup headless and styled components (by @steffanek in #957)

  • ✨ carousel reaches beta state (by @thejackshelton in #965)

    feat: stepper component added as a configuration for the carousel

    feat: vertical carousels are now supported

    feat: progress bar gets a major refactor and is backwards compatible

    docs: fixed theme issues and improved prefetching

@qwik-ui/[email protected]

17 Sep 20:59
0447c90
Compare
Choose a tag to compare

Minor Changes

  • ✨ toggle and togglegroup headless and styled components (by @steffanek in #957)

  • ✨ carousel reaches beta state (by @thejackshelton in #965)

    feat: stepper component added as a configuration for the carousel

    feat: vertical carousels are now supported

    feat: progress bar gets a major refactor and is backwards compatible

    docs: fixed theme issues and improved prefetching