Skip to content

Commit 08baf09

Browse files
committed
Update changelog
1 parent 4156c45 commit 08baf09

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

packages/@headlessui-vue/CHANGELOG.md

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
- Fix Combobox `activeOption` render prop ([#2973](https://github.com/tailwindlabs/headlessui/pull/2973))
11-
12-
## [1.7.18] - 2024-02-02
13-
1410
### Added
1511

1612
- Add `immediate` prop to `<Combobox />` for immediately opening the Combobox when the `input` receives focus ([#2686](https://github.com/tailwindlabs/headlessui/pull/2686))
@@ -24,6 +20,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2420
- Add `hidden` attribute to internal `<Hidden />` component when the `Features.Hidden` feature is used ([#2955](https://github.com/tailwindlabs/headlessui/pull/2955))
2521
- Allow setting custom `tabIndex` on the `<Switch />` component ([#2966](https://github.com/tailwindlabs/headlessui/pull/2966))
2622

23+
## [1.7.19] - 2024-02-07
24+
25+
- Fix Combobox `activeOption` render prop ([#2973](https://github.com/tailwindlabs/headlessui/pull/2973))
26+
27+
## [1.7.18] - 2024-02-02
28+
29+
### Added
30+
31+
- Allow users customize ID generation ([#2959](https://github.com/tailwindlabs/headlessui/pull/2959))
32+
2733
## [1.7.17] - 2024-01-08
2834

2935
### Fixed
@@ -518,9 +524,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
518524

519525
- Everything!
520526

521-
[unreleased]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/[email protected]
522-
[1.7.17]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/[email protected]
523-
[1.7.16]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/[email protected]
527+
[unreleased]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/[email protected]
528+
[1.7.19]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/[email protected]...@headlessui/[email protected]
529+
[1.7.18]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/[email protected]...@headlessui/[email protected]
530+
[1.7.17]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/[email protected]...@headlessui/[email protected]
531+
[1.7.16]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/[email protected]...@headlessui/[email protected]
524532
[1.7.15]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/[email protected]...@headlessui/[email protected]
525533
[1.7.14]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/[email protected]...@headlessui/[email protected]
526534
[1.7.13]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/[email protected]...@headlessui/[email protected]

0 commit comments

Comments
 (0)