Skip to content

@headlessui/vue@v1.0.0

Compare
Choose a tag to compare
@RobinMalfait RobinMalfait released this 19 Apr 13:50
· 772 commits to main since this release
6722e9e

This is the v1 release of Headless UI - Vue

We introduced a bunch of new components for this release:

We also created a beautiful new documentation website: https://headlessui.dev/vue

Changelog:

Fixes

  • Fix incorrect DOM node from ref (#249)
  • Stop propagating keyboard/mouse events (#282)

Added

  • Add SwitchDescription component, which adds the aria-describedby to the actual Switch (#220)
  • Add Disclosure, DisclosureButton, DisclosurePanel components (#282)
  • Add Dialog, DialogOverlay, DialogTitle and DialogDescription components (#282)
  • Add Portal and PortalGroup components (#282)
  • Add FocusTrap component (#282)
  • Add Popover, PopoverButton, PopoverOverlay, PopoverPanel and PopoverGroup components (#282)
  • Add RadioGroup, RadioGroupOption, RadioGroupLabel and RadioGroupDescription components (#282)
  • Add TransitionRoot and TransitionChild components (#326)