File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
18
18
### Added
19
19
20
20
- Ensure that you can use ` Transition.Child ` when using implicit Transitions ([ #503 ] ( https://github.com/tailwindlabs/headlessui/pull/503 ) )
21
- - Add ` aria-disabled ` on disabled ` RadioGroup.Option ` components ([ #543 ] ( https://github.com/tailwindlabs/headlessui/pull/543 ) )
21
+ - Add new ` entered ` prop for ` Transition ` and ` Transition.Child ` components ([ #504 ] ( https://github.com/tailwindlabs/headlessui/pull/504 ) )
22
22
23
23
### Fixes
24
24
25
+ - Add ` aria-disabled ` on disabled ` RadioGroup.Option ` components ([ #543 ] ( https://github.com/tailwindlabs/headlessui/pull/543 ) )
25
26
- Improve ` disabled ` and ` tabindex ` prop handling ([ #512 ] ( https://github.com/tailwindlabs/headlessui/pull/512 ) )
26
27
- Improve React peer dependency version range ([ #544 ] ( https://github.com/tailwindlabs/headlessui/pull/544 ) )
27
28
- Improve types for the ` open ` prop in the ` Dialog ` component ([ #550 ] ( https://github.com/tailwindlabs/headlessui/pull/550 ) )
@@ -37,10 +38,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
37
38
### Added
38
39
39
40
- Ensure that you can use ` TransitionChild ` when using implicit Transitions ([ #503 ] ( https://github.com/tailwindlabs/headlessui/pull/503 ) )
40
- - Add ` aria-disabled ` on disabled ` RadioGroup.Option ` components ([ #543 ] ( https://github.com/tailwindlabs/headlessui/pull/543 ) )
41
+ - Add new ` entered ` prop for ` Transition ` and ` TransitionChild ` components ([ #504 ] ( https://github.com/tailwindlabs/headlessui/pull/504 ) )
41
42
42
43
### Fixes
43
44
45
+ - Add ` aria-disabled ` on disabled ` RadioGroup.Option ` components ([ #543 ] ( https://github.com/tailwindlabs/headlessui/pull/543 ) )
44
46
- Improve ` disabled ` and ` tabindex ` prop handling ([ #512 ] ( https://github.com/tailwindlabs/headlessui/pull/512 ) )
45
47
- Improve reactivity when destructuring from props ([ #512 ] ( https://github.com/tailwindlabs/headlessui/pull/512 ) )
46
48
- Improve ` aria-expanded ` logic ([ #592 ] ( https://github.com/tailwindlabs/headlessui/pull/592 ) )
You can’t perform that action at this time.
0 commit comments