Skip to content

Commit 8599e49

Browse files
committed
1.7.19 - @headlessui/react
1 parent 6784a73 commit 8599e49

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

packages/@headlessui-react/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212
- Add `immediate` prop to `<Combobox />` for immediately opening the Combobox when the `input` receives focus ([#2686](https://github.com/tailwindlabs/headlessui/pull/2686))
1313
- Add `virtual` prop to `Combobox` component ([#2779](https://github.com/tailwindlabs/headlessui/pull/2779))
1414

15+
## [1.7.19] - 2024-04-15
16+
1517
### Fixed
1618

1719
- Make sure panels re-register when IDs are calculated in React < 18 ([#2883](https://github.com/tailwindlabs/headlessui/pull/2883))
@@ -566,7 +568,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
566568

567569
- Everything!
568570

569-
[unreleased]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/[email protected]
571+
[unreleased]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/[email protected]
572+
[1.7.19]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/[email protected]...@headlessui/[email protected]
570573
[1.7.18]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/[email protected]...@headlessui/[email protected]
571574
[1.7.17]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/[email protected]
572575
[1.7.16]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/[email protected]...@headlessui/[email protected]

packages/@headlessui-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@headlessui/react",
3-
"version": "1.7.18",
3+
"version": "1.7.19",
44
"description": "A set of completely unstyled, fully accessible UI components for React, designed to integrate beautifully with Tailwind CSS.",
55
"main": "dist/index.cjs",
66
"typings": "dist/index.d.ts",

0 commit comments

Comments
 (0)