Skip to content

Commit b83b5b6

Browse files
committed
sync CHANGELOG
1 parent f6a99ca commit b83b5b6

File tree

3 files changed

+15
-10
lines changed

3 files changed

+15
-10
lines changed

packages/@headlessui-react/CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5353
- Bumped to React and React DOM 18
5454
- Dialog is focused by default instead of the first focusable element (unless an element exists with a `data-autofocus` in the dialog)
5555

56+
## [1.7.18] - 2024-01-08
57+
5658
### Fixed
5759

5860
- Don't call `<Dialog>`'s `onClose` twice on mobile devices ([#2690](https://github.com/tailwindlabs/headlessui/pull/2690))
@@ -67,7 +69,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6769
- Fix outside click detection when component is mounted in the Shadow DOM ([#2866](https://github.com/tailwindlabs/headlessui/pull/2866))
6870
- Fix CJS types ([#2880](https://github.com/tailwindlabs/headlessui/pull/2880))
6971
- Fix error when transition classes contain new lines ([#2871](https://github.com/tailwindlabs/headlessui/pull/2871))
70-
- Fix iOS scroll lock glitches
72+
- Improve iOS locking ([7721aca](https://github.com/tailwindlabs/headlessui/commit/7721acaecea2008c2d7e8ab29cc8d45b70bb021e))
7173

7274
## [1.7.17] - 2023-08-17
7375

@@ -599,7 +601,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
599601
[2.0.0-alpha.4]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/[email protected]
600602
[2.0.0-alpha.3]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/[email protected]
601603
[2.0.0-alpha.2]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/[email protected]
602-
[2.0.0-alpha.1]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/[email protected]
604+
[2.0.0-alpha.1]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/[email protected]
605+
[1.7.18]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/[email protected]
603606
[1.7.17]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/[email protected]
604607
[1.7.16]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/[email protected]...@headlessui/[email protected]
605608
[1.7.15]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/[email protected]...@headlessui/[email protected]

packages/@headlessui-vue/CHANGELOG.md

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

88
## [Unreleased]
99

10+
### Added
11+
12+
- Add `immediate` prop to `<Combobox />` for immediately opening the Combobox when the `input` receives focus ([#2686](https://github.com/tailwindlabs/headlessui/pull/2686))
13+
- Add `virtual` prop to `Combobox` component ([#2779](https://github.com/tailwindlabs/headlessui/pull/2779))
14+
15+
## [1.7.17] - 2024-01-08
16+
1017
### Fixed
1118

1219
- Don't call `<Dialog>`'s `onClose` twice on mobile devices ([#2690](https://github.com/tailwindlabs/headlessui/pull/2690))
@@ -21,13 +28,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2128
- Fix outside click detection when component is mounted in the Shadow DOM ([6846231](https://github.com/tailwindlabs/headlessui/commit/684623131b99d9e75dfc1c1f6d27244c334a95d9))
2229
- Fix CJS types ([#2880](https://github.com/tailwindlabs/headlessui/pull/2880))
2330
- Fix error when transition classes contain new lines ([#2871](https://github.com/tailwindlabs/headlessui/pull/2871))
24-
- Fix incorrect `activeIndex` when handling `Focus.Previous` ([bc4a744](https://github.com/tailwindlabs/headlessui/commit/bc4a74494774ed98b4534079cc80bb4e61236b36))
25-
- Improve iOS scroll locking ([799e98a](https://github.com/tailwindlabs/headlessui/commit/799e98a56eee7b7cc1ce6b784910b5b5bb7f3603))
26-
27-
### Added
28-
29-
- Add `immediate` prop to `<Combobox />` for immediately opening the Combobox when the `input` receives focus ([#2686](https://github.com/tailwindlabs/headlessui/pull/2686))
30-
- Add `virtual` prop to `Combobox` component ([#2779](https://github.com/tailwindlabs/headlessui/pull/2779))
3131

3232
## [1.7.16] - 2023-08-17
3333

@@ -506,7 +506,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
506506

507507
- Everything!
508508

509-
[unreleased]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/[email protected]
509+
[unreleased]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/[email protected]
510+
[1.7.17]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/[email protected]
510511
[1.7.16]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/[email protected]
511512
[1.7.15]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/[email protected]...@headlessui/[email protected]
512513
[1.7.14]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/[email protected]...@headlessui/[email protected]

packages/playground-react/.next/cache/.tsbuildinfo

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)