Releases: qwikifiers/qwik-ui
qwik-ui@0.3.1
@qwik-ui/styled@0.3.2
Patch Changes
-
✨ The styled kit Tooltip component is now available. (by @maiieul in #1103)
-
✨ The styled kit Collapsible component is now available. (by @maiieul in #1102)
-
🐞🩹 global.css for correct Accordion data-open data-closed in animations, fix "leftover" styled Modal inlined tailwind to data-[open] data-[closed] from deprecated data-[state="open"] data=[state="closed"], and reflected the changes to the qwik-ui docs (by @serbyxp in #1050)
-
✨ The styled kit Carousel component is now available. (by @maiieul in #1086)
-
✨ The styled kit Dropdown component is now available. (by @maiieul in #1103)
@qwik-ui/headless@0.6.8
qwik-ui@0.3.0
@qwik-ui/utils@0.3.2
Patch Changes
- add license in package json (by @thejackshelton in #1070)
@qwik-ui/themes@0.1.1
Patch Changes
- add license in package json (by @thejackshelton in #1070)
@qwik-ui/styled@0.3.1
Patch Changes
- add license in package json (by @thejackshelton in #1070)
@qwik-ui/headless@0.6.7
Patch Changes
- add license in package json (by @thejackshelton in #1070)
@qwik-ui/headless@0.6.6
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)
@qwik-ui/headless@0.6.5
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.