Skip to content

v0.14.9

Choose a tag to compare

@github-actions github-actions released this 23 Dec 15:56
· 38 commits to main since this release

   🚀 Features

   🐞 Bug Fixes

  • In hover and press gestures, properly mark touch listeners as passive  -  by @AlexVipond (e3856)
  • Use correct effect timing when programatically opening and searching combobox  -  by @AlexVipond (76694)
  • Include is in non-toggle button API  -  by @AlexVipond (fc819)
  • Support element param for delegate  -  by @AlexVipond (7b965)
  • De-dupe values before binding to list-friendly element attributes like aria-describedby  -  by @AlexVipond (7e397)
  • When handling labeling meta, avoid overwriting existing bound values  -  by @AlexVipond (94bb2)
  • Allow more than just HTMLButtonElement for useButton  -  by @AlexVipond (95e3f)
  • Switch to pointer events for press and hover to reduce the number of event listeners added, improve accuracy, and fix bugs with delegation  -  by @AlexVipond (b8adb)
  • Allow checkbox checked state to be set directly  -  by @AlexVipond (abe03)
  • Support and test indeterminate state and press interactions on checkbox  -  by @AlexVipond (ec8f3)
  • In textbox, only set selection on supported input types  -  by @AlexVipond (c3f4c)
    View changes on GitHub