Skip to content

@qwik-ui/kit-headless@0.1.11

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Jul 10:44
· 2163 commits to main since this release

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