Skip to content

Releases: qwikifiers/qwik-ui

@qwik-ui/headless@0.1.18

30 Nov 13:59
Compare
Choose a tag to compare

0.1.18 (2023-11-30)

Bug Fixes

  • accordion: disabled in safari (cfe5083)
  • combobox test (#480) (166093c)
  • dialog:a11y: replce role=button with section element (74a9b55)
  • dialog: close dialog on backdrop click (ea5ba0e)
  • dialog: export dialog from headless library (8e85362)
  • dialog: lock scrolling when dialog is opened (cf6783e)
  • dialog: resolve lint-error concerning scope (7713ed1)
  • docs: animation support, fixed scrollbar flickering across the board (3ab1824)
  • modal: animations events are now properly cleaned up (40cd056)
  • modal: avoid accidantal close clicking the edges of the modal (bb4b582)
  • modal: avoid closing when label is clicked (87fce3e)
  • modal: correct calculation of boundingClientRect (95f9676)
  • modal: deactivate focus-trap before close (a802ef2)
  • modal: deactivate FocusTrap once (38e8b03)
  • modal: fixing scrollbar flickers (426bf48)
  • modal: get modal to work again (d3219bd)
  • modal: prevent closing from being executed twice (5ebf5d9)
  • modal: remove focus logic since it works out-of-the-box (cb81d11)
  • modal: remove modal-closing when no animation is applied (d18ca00)
  • modal: remove modal-opening after animation is finished (884a0df)
  • modal: scroll flicker (20946a9)
  • modal: scrollbar flicker, copy button goes back to normal state (fc3f0cf)
  • modal: stop calling closing in task-clean-up (faddf1a)
  • modal: tolerate if no tabbable elements are inside the modal (81ee5d2)
  • modal: transition was using the wrong event, fixed (10360be)
  • modal: type errors preventing preview build (34f86bb)
  • pagination (#499) (1b040d9)
  • pagination: add disable attribute and remove pointer event none (c6b3cde)
  • pagination: moved signal update inside useTask (fd0965e)
  • pagination: remove implicit role button (2476236)
  • pagination: remove implicit role=navigation (8294b37)
  • pagination: remove useTask (c083445)
  • pagination: use relative path in import (9b2d1da)
  • repo: various target and dependency updates (03851a9)
  • typos: minor typo correction in comments (2f6646a)
  • vite.config.ts: remove external rollupOptions (50c5abb), closes #473

Features

  • dialog: add ContentText (017164a)
  • dialog: add dialog (36fdfec)
  • dialog: add Dialog.Actions (253fd58)
  • dialog: add Dialog.Title (61ace39)
  • dialog: add Example for tailwind dialog (584fc0e)
  • dialog: all dialog overrides are passed via Dialog.Root (64997dc)
  • dialog: expose props of Dialog.Root (cb578e4)
  • dialog: expose public API via ref (9aba660)
  • dialog: introduce Dialog.Trigger & Dialog.Portal (bfc48a7)
  • dialog: make tailwind example work (2c93081)
  • dialog: position Dialog.ContentTitle sticky (6d4ffc2)
  • dialog: stop passing through every dialog-property (0591394)
  • dialog: support full-screen mode (a8470ed)
  • focus trapping: adding focus trapping to the modal, executes when open, cleans up when closes (456240c)
  • focus-trap: setup skeleton (4d4f4b5)
  • modal: allow disabling close on backdrop-click (70c88cc)
  • modal: allow styling ModalContent (a849cd8)
  • modal: clean up focus-trap (98a3f4d)
  • modal: export public API (c737fce)
  • modal: hero example changed, fixed copy button and border radius issue, semantic markup (831dd89)
  • modal: introduce trigger, close and portal (0270e0f)
  • modal: remove "show" & "bind:closeOnBackdropClick" (d0dc878)
  • modal: remove fullScreen property (be52fc2)
  • modal: require bind:show (99ae628)
  • modal: transition support, fixed type errors in spec (0da3e6b)
  • modal: use signals instead of exposing functions (6ffa690)
  • pagination: add algorithm for dynamic button generation (79a0683)
  • pagination: add disable feature and improve doc (e05014a)
  • pagination: allow to hide next and previous buttons (ee8b639)
  • pagination: support custom labels...
Read more

@qwik-ui/kit-headless@0.1.17

03 Oct 10:12
Compare
Choose a tag to compare

@qwik-ui/cva@0.0.3

03 Oct 10:11
Compare
Choose a tag to compare

0.0.3 (2023-10-03)

@qwik-ui/kit-headless@0.1.16

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/kit-headless@0.1.15

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/cva@0.0.2

22 Sep 20:30
Compare
Choose a tag to compare

0.0.2 (2023-09-22)

@qwik-ui/kit-headless@0.1.14

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/cva@0.0.1

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/kit-headless@0.1.13

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/kit-headless@0.1.12

28 Jul 18:18
Compare
Choose a tag to compare

0.1.12 (2023-07-28)

Bug Fixes

  • accordion: proper generic type annotation (598a22c)