@@ -5,29 +5,37 @@ 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
- Only render the ` FocusSentinel ` if required in the ` Tabs ` component ([ #1493 ] ( https://github.com/tailwindlabs/headlessui/pull/1493 ) )
15
15
16
16
### Added
17
17
18
18
- Add ` by ` prop for ` Listbox ` , ` Combobox ` and ` RadioGroup ` ([ #1482 ] ( https://github.com/tailwindlabs/headlessui/pull/1482 ) )
19
+ - Add ` @headlessui/tailwindcss ` plugin ([ #1487 ] ( https://github.com/tailwindlabs/headlessui/pull/1487 ) )
19
20
20
- ## [ Unreleased - @headlessui/react ]
21
+ ## [ Unreleased - @headlessui/vue ]
21
22
22
23
### Fixed
23
24
24
- - Allow to override the ` type ` on the ` Combobox.Input ` ([ #1476 ] ( https://github.com/tailwindlabs/headlessui/pull/1476 ) )
25
- - Ensure the the ` <Popover.Panel focus> ` closes correctly ([ #1477 ] ( https://github.com/tailwindlabs/headlessui/pull/1477 ) )
25
+ - Allow to override the ` type ` on the ` ComboboxInput ` ([ #1476 ] ( https://github.com/tailwindlabs/headlessui/pull/1476 ) )
26
+ - Ensure the the ` <PopoverPanel focus> ` closes correctly ([ #1477 ] ( https://github.com/tailwindlabs/headlessui/pull/1477 ) )
26
27
- Only render the ` FocusSentinel ` if required in the ` Tabs ` component ([ #1493 ] ( https://github.com/tailwindlabs/headlessui/pull/1493 ) )
27
28
28
29
### Added
29
30
30
31
- Add ` by ` prop for ` Listbox ` , ` Combobox ` and ` RadioGroup ` ([ #1482 ] ( https://github.com/tailwindlabs/headlessui/pull/1482 ) )
32
+ - Add ` @headlessui/tailwindcss ` plugin ([ #1487 ] ( https://github.com/tailwindlabs/headlessui/pull/1487 ) )
33
+
34
+ ## [ Unreleased - @headlessui/tailwindcss ]
35
+
36
+ ### Added
37
+
38
+ - Add ` @headlessui/tailwindcss ` plugin ([ #1487 ] ( https://github.com/tailwindlabs/headlessui/pull/1487 ) )
31
39
32
40
## [ @headlessui/vue @v1.6.2] - 2022-05-19
33
41
0 commit comments