diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b24b7d746..1edc7d939f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Ensure interactability with `Popover.Panel` contents when using the `static` prop ([#857](https://github.com/tailwindlabs/headlessui/pull/857)) - Fix initial transition in `Transition` component ([#882](https://github.com/tailwindlabs/headlessui/pull/882)) +### Added + +- Allow for `Tabs` to be controllable ([#909](https://github.com/tailwindlabs/headlessui/pull/909), [#970](https://github.com/tailwindlabs/headlessui/pull/970)) + ## [Unreleased - Vue] ### Fixes @@ -23,6 +27,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fix SSR crash because of `useWindowEvent` ([#817](https://github.com/tailwindlabs/headlessui/pull/817)) - Improve tree shaking ([#859](https://github.com/tailwindlabs/headlessui/pull/859)) +### Added + +- Allow for `Tabs` to be controllable ([#909](https://github.com/tailwindlabs/headlessui/pull/909), [#970](https://github.com/tailwindlabs/headlessui/pull/970)) + ## [@headlessui/react@v1.4.1] - 2021-08-30 ### Fixes