Skip to content

Releases: qwikifiers/qwik-ui

[email protected]

12 Jan 23:15
6dd00a7
Compare
Choose a tag to compare

Patch Changes

  • Removed the generated nx.json after qwik-ui init command. (by @shairez in #598)
    Apparently, only an empty nx: {} in the package.json is enough.

@qwik-ui/[email protected]

09 Jan 15:29
Compare
Choose a tag to compare

@qwik-ui/[email protected]

16 Dec 00:59
Compare
Choose a tag to compare

0.1.0 (2023-12-16)

Bug Fixes

  • docs: add install / related docs / merge with main (bb1b62c)
  • everything: fix 1.3 craziness (0b20d97)

@qwik-ui/[email protected]

16 Dec 00:59
Compare
Choose a tag to compare

0.2.0 (2023-12-16)

Bug Fixes

  • animations: animations work now (7978a8e)
  • ci: remove deprecated test (d231c20)
  • combobox popover: keep focus on input (ef870b3)
  • combobox: fixed types when floating is set to true (2d613fa)
  • css improvements, fix cli warnings: n (58cdab8)
  • docs: all imports of the plugin removed (1426f4e)
  • docs: attempt to fix deploy (dd77f60)
  • docs: fixed type errors from HTMLElement (ae6b4ca)
  • docs: remove regression import in cypress config (d39848c)
  • flicker: making sure it teleports only once (588e7ce)
  • modal: fixes scroll not properly unlocked when tabbing and esc is pressed (c7cbf1c)
  • modal: modal on iOS maintains proper scroll position (0e34338)
  • modal: proper deps installed, and tidying code (9b673af)
  • popoveer: refactored implementation detail initPopover$ (c766358)
  • popover combobox: fix for document being appended and flip middleware working now (a3fae71)
  • popover combobox: fixed floating UI showing properly on chrome, type errors fixed (b9e1695)
  • popover combobox: fixes floating ui flicker, animations (5b2b1c8)
  • popover combobox: latest changes from wout (ad253a3)
  • popover-combobox: type fixes, further documentation, styling changes (1d38264)
  • popover: beautiful transition (11b18a4)
  • popover: better naming (8b7f46b)
  • popover: better naming in polyfill (106fa80)
  • popover: button click now does not flicker off (20d87f6)
  • popover: clean up popover a bit (fd57e7e)
  • popover: cleaning up popover (66ea41f)
  • popover: fix animation declaration flickers (5995bac)
  • popover: fix combobox flicker (ba834cf)
  • popover: fix style issue, users can add styles (f637d87)
  • popover: fix: floating ui on interaction, combobox popover working on polyfill (9e8113a)
  • popover: fixed toggle popover only after container is created (7cb4df7)
  • popover: get popover to work with everything in combobox (44745e9)
  • popover: hides popover whenever anchor is hidden in DOM (7afba39)
  • popover: input interactions work with combobox (79c9ece)
  • popover: layout flicker on polyfill fix (01e4c94)
  • popover: polyfill popovers now always on top of each other, only one style node (2fceb40)
  • popover: portal context works (c1ee848)
  • popover: refactor out visible task (a31f384)
  • popover: remove shadow root crap (804c7ac)
  • popover: remove unnecessary styles (92ac7a8)
  • popover: remove unneeded logs and comments (6205ab7)
  • popover: so it only runs once on first click (261de8b)
  • popover: supported browser (f745c9b)
  • popover: transitions work! (db4027d)
  • popover: working but hacky (915b3db)
  • popover: works for supported browsers too (43abfcb)
  • tabs: allow tabs to accept user-defined TabList/Tab/TabPanel (3a73752)

Features

  • combobox: combobox popover component (96e4142)
  • combobox: improved a11y, & visually-hidden component (d640bf5)
  • popover & combobox: initial impl of new popover with combobox (d004efb)
  • popover combobox: near feature parity with portal (d2839da)
  • popover-combobox: transition support (f686e6f)
  • popover: abstract event interaction logic to a hook (60b517a)
  • popover: animation support for popover & docs changes (2f98731)
  • popover: initial animations, works for poly only currently (d25f977)
  • popover: major popover docs improvements (ce61308)
  • popover: updating to latest in main (5a75fe4)

@qwik-ui/[email protected]

01 Dec 00:29
Compare
Choose a tag to compare

@qwik-ui/[email protected]

01 Dec 00:29
Compare
Choose a tag to compare

@qwik-ui/[email protected]

01 Dec 00:20
Compare
Choose a tag to compare

@qwik-ui/[email protected]

30 Nov 13:58
Compare
Choose a tag to compare

0.0.1 (2023-11-30)

@qwik-ui/[email protected]

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/[email protected]

03 Oct 10:12
Compare
Choose a tag to compare