Skip to content

@qwik-ui/headless@0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Dec 00:59
· 1467 commits to main since this release

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)