Releases: qwikifiers/qwik-ui
Releases · qwikifiers/qwik-ui
@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.
qwik-ui@0.2.0
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.tsfile in your components folder which exports the newly generated components.Example:
qwik-ui add inputGenerated output:
src/components/index.ts # exports * from './input/input' src/components/input/input.tsx