Releases: qwikifiers/qwik-ui
Releases · qwikifiers/qwik-ui
@qwik-ui/[email protected]
[email protected]
@qwik-ui/[email protected]
Patch Changes
- add license in package json (by @thejackshelton in #1070)
@qwik-ui/[email protected]
Patch Changes
- add license in package json (by @thejackshelton in #1070)
@qwik-ui/[email protected]
Patch Changes
- add license in package json (by @thejackshelton in #1070)
@qwik-ui/[email protected]
Patch Changes
- add license in package json (by @thejackshelton in #1070)
@qwik-ui/[email protected]
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/[email protected]
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.
[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.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