Releases: qwikifiers/qwik-ui
[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)
[email protected]
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]
Patch Changes
- 🐞🩹 collapsible trigger has correct label (by @thejackshelton-kunaico in #1012)
@qwik-ui/[email protected]
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]
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]
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]
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]
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