v1.0.0-beta.7
rgossiaux
released this
31 Dec 22:04
·
141 commits
to master
since this release
Changes
This release exposes the Portal
component, following upstream Headless UI, which is used internally for Dialogs. While there is no documentation for it upstream, I'll likely document it here.
This is the last bugfix release planned before 1.0.0, which will include documentation.
- Handle adding items dynamically inside rendered components, for Listbox, Menu, Radio Group, and Tabs: e16e27f
- Upstream handles this for Radio Group but not for the others, though people have filed a bug for Menu: tailwindlabs/headlessui#994
- Menu:
- Add
open
slot prop to<Menu>
: 809cf84
- Add
- Dialog:
- Add
open
slot prop to<DialogDescription>
: a9d5765
- Add
- Tabs:
- Add
selected
slot prop to<TabPanel>
: e0d64f9
- Add
- RadioGroup:
- Change
active
slot prop from integer to boolean: 72b0b83
- Change
Full Changelog: v1.0.0-beta.6...v1.0.0-beta.7