Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinMalfait committed Jan 18, 2022
1 parent 152278f commit 68506c8
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased - @headlessui/react]

- Nothing yet!
### Fixed

- Ensure correct order when conditionally rendering `Menu.Item`, `Listbox.Option` and `RadioGroup.Option` ([#1045](https://github.com/tailwindlabs/headlessui/pull/1045))

## [Unreleased - @headlessui/vue]

- Nothing yet!
### Fixed

- Ensure correct order when conditionally rendering `MenuItem`, `ListboxOption` and `RadioGroupOption` ([#1045](https://github.com/tailwindlabs/headlessui/pull/1045))

## [@headlessui/react@v1.4.3] - 2022-01-14

Expand Down Expand Up @@ -263,6 +267,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changes

- Changes the API of the Transition component.

- Changes the API of the Transition component.
- We will now always render a `div` by default (unless you change this using the `as={...}` prop).
- The render function prop doesn't expose a `ref` anymore.
- Adds `unmount` prop to the `Transition` and `Transition.Child` components.

- Changes the API of the Transition component.
- We will now always render a `div` by default (unless you change this using the `as={...}` prop).
- The render function prop doesn't expose a `ref` anymore.
- Adds `unmount` prop to the `Transition` and `Transition.Child` components.

- Changes the API of the Transition component.
- We will now always render a `div` by default (unless you change this using the `as={...}` prop).
- The render function prop doesn't expose a `ref` anymore.
Expand Down

0 comments on commit 68506c8

Please sign in to comment.