Skip to content

Releases: qwikifiers/qwik-ui

@qwik-ui/[email protected]

03 Oct 10:12
Compare
Choose a tag to compare

@qwik-ui/[email protected]

03 Oct 10:11
Compare
Choose a tag to compare

@qwik-ui/[email protected]

26 Sep 20:55
Compare
Choose a tag to compare

0.1.16 (2023-09-26)

Bug Fixes

  • types: types no longer under qwik-ui/ (5afc917), closes #396

@qwik-ui/[email protected]

22 Sep 20:30
Compare
Choose a tag to compare

0.1.15 (2023-09-22)

Bug Fixes

  • bump qwik dep version: bump qwik peer dep in packages (10fc5ed), closes #396

@qwik-ui/[email protected]

22 Sep 20:30
Compare
Choose a tag to compare

@qwik-ui/[email protected]

19 Sep 10:46
Compare
Choose a tag to compare

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]

19 Sep 10:46
Compare
Choose a tag to compare

0.0.1 (2023-09-19)

Features

  • cva: added qwik cva package (2faf9a2)

@qwik-ui/[email protected]

01 Aug 13:37
Compare
Choose a tag to compare

0.1.13 (2023-08-01)

Features

  • accordion: dynamic tests, docs, refactor, accordion ready state :) (b21617b)

@qwik-ui/[email protected]

28 Jul 18:18
Compare
Choose a tag to compare

0.1.12 (2023-07-28)

Bug Fixes

  • accordion: proper generic type annotation (598a22c)

@qwik-ui/[email protected]

28 Jul 10:44
Compare
Choose a tag to compare

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