@@ -5,27 +5,35 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## [ Unreleased - @headlessui/vue ]
8
+ ## [ Unreleased - @headlessui/react ]
9
9
10
10
### Fixed
11
11
12
- - Allow to override the ` type ` on the ` ComboboxInput ` ([ #1476 ] ( https://github.com/tailwindlabs/headlessui/pull/1476 ) )
13
- - Ensure the the ` <PopoverPanel focus> ` closes correctly ([ #1477 ] ( https://github.com/tailwindlabs/headlessui/pull/1477 ) )
12
+ - Allow to override the ` type ` on the ` Combobox.Input ` ([ #1476 ] ( https://github.com/tailwindlabs/headlessui/pull/1476 ) )
13
+ - Ensure the the ` <Popover.Panel focus> ` closes correctly ([ #1477 ] ( https://github.com/tailwindlabs/headlessui/pull/1477 ) )
14
14
15
15
### Added
16
16
17
17
- Add ` by ` prop for ` Listbox ` , ` Combobox ` and ` RadioGroup ` ([ #1482 ] ( https://github.com/tailwindlabs/headlessui/pull/1482 ) )
18
+ - Add ` @headlessui/tailwindcss ` plugin ([ #1487 ] ( https://github.com/tailwindlabs/headlessui/pull/1487 ) )
18
19
19
- ## [ Unreleased - @headlessui/react ]
20
+ ## [ Unreleased - @headlessui/vue ]
20
21
21
22
### Fixed
22
23
23
- - Allow to override the ` type ` on the ` Combobox.Input ` ([ #1476 ] ( https://github.com/tailwindlabs/headlessui/pull/1476 ) )
24
- - Ensure the the ` <Popover.Panel focus> ` closes correctly ([ #1477 ] ( https://github.com/tailwindlabs/headlessui/pull/1477 ) )
24
+ - Allow to override the ` type ` on the ` ComboboxInput ` ([ #1476 ] ( https://github.com/tailwindlabs/headlessui/pull/1476 ) )
25
+ - Ensure the the ` <PopoverPanel focus> ` closes correctly ([ #1477 ] ( https://github.com/tailwindlabs/headlessui/pull/1477 ) )
25
26
26
27
### Added
27
28
28
29
- Add ` by ` prop for ` Listbox ` , ` Combobox ` and ` RadioGroup ` ([ #1482 ] ( https://github.com/tailwindlabs/headlessui/pull/1482 ) )
30
+ - Add ` @headlessui/tailwindcss ` plugin ([ #1487 ] ( https://github.com/tailwindlabs/headlessui/pull/1487 ) )
31
+
32
+ ## [ Unreleased - @headlessui/tailwindcss ]
33
+
34
+ ### Added
35
+
36
+ - Add ` @headlessui/tailwindcss ` plugin ([ #1487 ] ( https://github.com/tailwindlabs/headlessui/pull/1487 ) )
29
37
30
38
## [ @headlessui/vue @v1.6.2] - 2022-05-19
31
39
0 commit comments