Releases: qwikifiers/qwik-ui
Releases · qwikifiers/qwik-ui
@qwik-ui/[email protected]
0.1.17 (2023-10-03)
@qwik-ui/[email protected]
0.0.3 (2023-10-03)
@qwik-ui/[email protected]
@qwik-ui/[email protected]
@qwik-ui/[email protected]
0.0.2 (2023-09-22)
@qwik-ui/[email protected]
0.1.14 (2023-09-19)
Bug Fixes
- combobox: fix race condition issue with disabled options (494d68f)
- combobox: remove platform prop (dd029ce)
- combobox: removing extra ref api (d7f4982)
- cypress: tests fixes, docs improvements (90688a4)
- docs & popover: popover overflow fix, banner animation fix (fd9ec4e)
- headless/tabs: flickering is fixed (e5193fc)
- headless/tabs: type issues (aa15c83)
- kit-headless: fix the TS2742 errors on dts generation (b71d1d0)
- type issues (ba0eaaa)
Features
- add new separator component and fix typo in status banner message (e9f9d37)
- combobox: adding floating UI feature parity for the listbox (edaa979)
- combobox: beta! This component can be used in production (54c8330)
- combobox: filter API, major refactor, type changes, docs additions (a47e524)
- combobox: focus first option when hitting down arrow (1bc9bca)
- combobox: more feature parity with floating UI (742ccfd)
- combobox: new keyboard navigation, selecting options, prevent default on click (15d5924)
- combobox: new prop support such as default Value, better navigation, bigger test suite (4b4ae1b)
- combobox: proper disabled behavior, refactor (1bff0a0)
- combobox: search Bar configuration (6149b6d)
- docs: docs fixes (ac59001)
- docs: docs redesign (bdc9e95)
- docs: updating a lot more docs examples (e895a61)
- headless/tabs: add
disabled
to TabPanel (d705db4) - headless/tabs: add tabId to tab (eb40287)
- headless/tabs: shortcut for adding tabs (de08124)
- popover: adding accessibility to the popover trigger - removing ts-reflection (a13cdf0)
- popover: adding accessibility to the popover trigger as a first test (1bf6f99)
- popover: changes after review (c3e1532)
- popover: changes after review (f3581fb)
- popover: fixed comments from the code review (caf47c0)
- popover: Making the solution more reliable (5d65ffd)
- popover: Signing cla (c596e24)
- portals: portals support, deprecation of autocomplete (e4c03fe)
- tabs: add "selected" shorthand (2ecc712)
@qwik-ui/[email protected]
@qwik-ui/[email protected]
@qwik-ui/[email protected]
@qwik-ui/[email protected]
0.1.11 (2023-07-28)
Bug Fixes
- accordion: add propfunction type (66e89b6)
- accordion: ci / lint warning fixes (f7de15d)
- accordion: defaultValue flicker fix (f8a7bd0)
- accordion: docs typo, cleanup comments, comment out dynamic tests for now (049d788)
- accordion: fixed animated height calculation for keyframes (bb320ef)
- accordion: proper naming of QRL (669863e)
- eslint props task error: eslint props task error fix (048d9ce)
Code Refactoring
- select: update event handlers (bc08c54)
Features
- accordion & website: accordion examples, feats, critical fix, website font build fix (a6a213b)
- accordion: possible ready state, major refactor, major docs additions (fffbb87)
- accordion: small code refactor, and props array for consumers (1e37d53)
- Select: add preliminary required behaviour (009be72)
BREAKING CHANGES
- select: Previously, optionValue automatically emits as a text node to the
- element for
SelectOption which was potentially problematic if the user has different values for what should be
displayed instead of what is stored in state for form submission