Skip to content

Releases: tailwindlabs/headlessui

@headlessui/vue@v0.1.3

28 Sep 22:06
878e417
Compare
Choose a tag to compare
  • Fix an issue where you couldn't click on menu items that were links.
  • Fix outside click behaviour. If you had multiple menu's, when menu 1 is open, menu 2 is closed and you click on menu button 2 it will open both menu's. This is now fixed.
  • Ensure when using keyboard navigation we prevent the default behaviour.

@headlessui/react@v0.1.3

28 Sep 22:06
878e417
Compare
Choose a tag to compare
  • Fix outside click behaviour. If you had multiple menu's, when menu 1 is open, menu 2 is closed and you click on menu button 2 it will open both menu's. This is now fixed.
  • Ensure when using keyboard navigation we prevent the default behaviour.

@headlessui/vue@v0.1.2

25 Sep 14:25
4c77520
Compare
Choose a tag to compare
  • Fix issue where button MenuItem instances didn't properly fire click events
  • Don't pass disabled prop through to children, only add aria-disabled

@headlessui/react@v0.1.2

25 Sep 14:25
4c77520
Compare
Choose a tag to compare
  • Add tests for onClick handling that wasn't working properly in @headlessui/vue to ensure behavior stays the same in this library
  • Don't pass disabled prop through to children, only add aria-disabled

@headlessui/vue@v0.1.1

24 Sep 11:09
8add6f4
Compare
Choose a tag to compare
  • Initial release

@headlessui/react@v0.1.1

24 Sep 11:09
8add6f4
Compare
Choose a tag to compare
  • Initial release