chore(deps): update dependency @qwik-ui/headless to ^0.7.0 #33
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^0.4.4
->^0.7.0
Release Notes
qwikifiers/qwik-ui (@qwik-ui/headless)
v0.7.3
Compare Source
Patch Changes
offsetHeight
is now properly calculated with tailwind v4. (by @maiieul in #1122)v0.7.2
Compare Source
Patch Changes
v0.7.1
Compare Source
Patch Changes
v0.7.0
Compare Source
Minor Changes
Patch Changes
🐞🩹 Modal.Close now of type button (by @Caesarovich in #1110)
Support rtl for elements using floating ui (by @omerman in #1109)
v0.6.8
Compare Source
Patch Changes
v0.6.7
Compare Source
Patch Changes
v0.6.6
Compare Source
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)
v0.6.5
Compare Source
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.
v0.6.4
Compare Source
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)
v0.6.3
Compare Source
Patch Changes
v0.6.2
Compare Source
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
v0.6.1
Compare Source
Patch Changes
Combobox Improvements (by @thejackshelton in #968)
v0.6.0
Compare Source
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
v0.5.2
Compare Source
Patch Changes
🐞🩹 modal close handler onClick$ (by @thejackshelton in #909)
✨ implement a beta version of the Tooltip component (by @thejackshelton in #934)
v0.5.1
Compare Source
Patch Changes
Carousel (by @thejackshelton in #894)
The carousel has been refactored from the ground up, including new features, components, and QOL updates. It is still in a draft state, and development is ongoing.
v0.5.0
Compare Source
Minor Changes
Combobox v2, New Dropdown Component, and Progress bar reaches beta! (by @thejackshelton in #838)
0.5 continues our move towards a 1.0 release. It includes a few breaking changes to the Combobox in order to make sure that the components have a clear API.
Below is a migration guide of API's for the Combobox.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.