Skip to content

Commit 3c32369

Browse files
committed
1.6.3
1 parent 3aaf20b commit 3c32369

File tree

3 files changed

+22
-16
lines changed

3 files changed

+22
-16
lines changed

CHANGELOG.md

Lines changed: 20 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,25 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [Unreleased - @headlessui/react]
9+
10+
### Added
11+
12+
- Add `by` prop for `Listbox`, `Combobox` and `RadioGroup` ([#1482](https://github.com/tailwindlabs/headlessui/pull/1482))
13+
- Add `@headlessui/tailwindcss` plugin ([#1487](https://github.com/tailwindlabs/headlessui/pull/1487))
14+
15+
## [Unreleased - @headlessui/vue]
16+
17+
### Added
18+
19+
- Add `by` prop for `Listbox`, `Combobox` and `RadioGroup` ([#1482](https://github.com/tailwindlabs/headlessui/pull/1482))
20+
- Add `@headlessui/tailwindcss` plugin ([#1487](https://github.com/tailwindlabs/headlessui/pull/1487))
21+
822
## [Unreleased - @headlessui/tailwindcss]
923

1024
- Nothing yet!
1125

12-
## [Unreleased - @headlessui/react]
26+
## [@headlessui/react@v1.6.3] - 2022-05-25
1327

1428
### Fixed
1529

@@ -18,24 +32,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1832
- Only render the `FocusSentinel` if required in the `Tabs` component ([#1493](https://github.com/tailwindlabs/headlessui/pull/1493))
1933
- Ensure the Transition stops once DOM Nodes are hidden ([#1500](https://github.com/tailwindlabs/headlessui/pull/1500))
2034

21-
### Added
22-
23-
- Add `by` prop for `Listbox`, `Combobox` and `RadioGroup` ([#1482](https://github.com/tailwindlabs/headlessui/pull/1482))
24-
- Add `@headlessui/tailwindcss` plugin ([#1487](https://github.com/tailwindlabs/headlessui/pull/1487))
25-
26-
## [Unreleased - @headlessui/vue]
35+
## [@headlessui/vue@v1.6.3] - 2022-05-25
2736

2837
### Fixed
2938

3039
- Allow to override the `type` on the `ComboboxInput` ([#1476](https://github.com/tailwindlabs/headlessui/pull/1476))
3140
- Ensure the the `<PopoverPanel focus>` closes correctly ([#1477](https://github.com/tailwindlabs/headlessui/pull/1477))
3241
- Only render the `FocusSentinel` if required in the `Tabs` component ([#1493](https://github.com/tailwindlabs/headlessui/pull/1493))
3342

34-
### Added
35-
36-
- Add `by` prop for `Listbox`, `Combobox` and `RadioGroup` ([#1482](https://github.com/tailwindlabs/headlessui/pull/1482))
37-
- Add `@headlessui/tailwindcss` plugin ([#1487](https://github.com/tailwindlabs/headlessui/pull/1487))
38-
3943
## [@headlessui/tailwindcss@v0.1.0] - 2022-05-24
4044

4145
### Added
@@ -523,9 +527,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
523527

524528
- Everything!
525529

526-
[unreleased - @headlessui/react]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/[email protected].2...HEAD
527-
[unreleased - @headlessui/vue]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/[email protected].2...HEAD
530+
[unreleased - @headlessui/react]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/[email protected].3...HEAD
531+
[unreleased - @headlessui/vue]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/[email protected].3...HEAD
528532
[unreleased - @headlessui/tailwindcss]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/[email protected]
533+
[@headlessui/[email protected]]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/[email protected]...@headlessui/[email protected]
534+
[@headlessui/[email protected]]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/[email protected]...@headlessui/[email protected]
529535
[@headlessui/[email protected]]: https://github.com/tailwindlabs/headlessui/releases/tag/@headlessui/[email protected]
530536
[@headlessui/[email protected]]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/[email protected]...@headlessui/[email protected]
531537
[@headlessui/[email protected]]: 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.6.2",
3+
"version": "1.6.3",
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",

packages/@headlessui-vue/package.json

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

0 commit comments

Comments
 (0)