Releases: qwikifiers/qwik-ui
@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
[email protected]
Patch Changes
- Updated dependencies [
519718f
]:- @qwik-ui/[email protected]
@qwik-ui/[email protected]
Patch Changes
- ✨ new inline component utilities (by @thejackshelton in #937)
@qwik-ui/[email protected]
Changelog
@qwik-ui/[email protected]
Patch Changes
-
🐞🩹 modal close handler onClick$ (by @thejackshelton in #909)
-
✨ implement a beta version of the Tooltip component (by @thejackshelton in #934)