File tree 2 files changed +4
-4
lines changed 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13
13
14
14
### Fixed
15
15
16
- - Ensure we handle ` null ` dataRef values correctly ([ #2258 ] ( https://github.com/tailwindlabs/headlessui/pull/2258 ) )
16
+ - Ensure we handle ` null ` values for the ` dataRef ` correctly ([ #2258 ] ( https://github.com/tailwindlabs/headlessui/pull/2258 ) )
17
17
- Move ` aria-multiselectable ` to ` [role=listbox] ` in the ` Combobox ` component ([ #2271 ] ( https://github.com/tailwindlabs/headlessui/pull/2271 ) )
18
18
- Re-focus ` Combobox.Input ` when a ` Combobox.Option ` is selected ([ #2272 ] ( https://github.com/tailwindlabs/headlessui/pull/2272 ) )
19
19
- Ensure we reset the ` activeOptionIndex ` if the active option is unmounted ([ #2274 ] ( https://github.com/tailwindlabs/headlessui/pull/2274 ) )
20
- - Improve Ref type for forwarded ` Switch ` 's ref ([ #2277 ] ( https://github.com/tailwindlabs/headlessui/pull/2277 ) )
21
- - Start cleanup phase of the Dialog component when going into the Closing state ([ #2264 ] ( https://github.com/tailwindlabs/headlessui/pull/2264 ) )
20
+ - Improve ` Ref ` type for forwarded ` Switch ` 's ref ([ #2277 ] ( https://github.com/tailwindlabs/headlessui/pull/2277 ) )
21
+ - Start cleanup phase of the ` Dialog ` component when going into the ` Closing ` state ([ #2264 ] ( https://github.com/tailwindlabs/headlessui/pull/2264 ) )
22
22
23
23
## [ 1.7.10] - 2023-02-06
24
24
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
17
17
- Move ` aria-multiselectable ` to ` [role=listbox] ` in the ` Combobox ` component ([ #2271 ] ( https://github.com/tailwindlabs/headlessui/pull/2271 ) )
18
18
- Re-focus ` Combobox.Input ` when a ` Combobox.Option ` is selected ([ #2272 ] ( https://github.com/tailwindlabs/headlessui/pull/2272 ) )
19
19
- Ensure we reset the ` activeOptionIndex ` if the active option is unmounted ([ #2274 ] ( https://github.com/tailwindlabs/headlessui/pull/2274 ) )
20
- - Start cleanup phase of the Dialog component when going into the Closing state ([ #2264 ] ( https://github.com/tailwindlabs/headlessui/pull/2264 ) )
20
+ - Start cleanup phase of the ` Dialog ` component when going into the ` Closing ` state ([ #2264 ] ( https://github.com/tailwindlabs/headlessui/pull/2264 ) )
21
21
22
22
## [ 1.7.9] - 2023-02-03
23
23
You can’t perform that action at this time.
0 commit comments