From 7141f32adee71e65e41114cdc242e4fd26e1d571 Mon Sep 17 00:00:00 2001 From: Robin Malfait Date: Wed, 16 Mar 2022 16:31:27 +0100 Subject: [PATCH] update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a41b7dae54..9a7430b24f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Ensure focus trap, Tabs and Dialog play well together ([#1231](https://github.com/tailwindlabs/headlessui/pull/1231)) - Add `multi` value support for Listbox & Combobox ([#1243](https://github.com/tailwindlabs/headlessui/pull/1243)) - Improve Combobox Input value ([#1248](https://github.com/tailwindlabs/headlessui/pull/1248)) +- Fix Tree-shaking support ([#1247](https://github.com/tailwindlabs/headlessui/pull/1247)) ### Added @@ -58,6 +59,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Ensure focus trap, Tabs and Dialog play well together ([#1231](https://github.com/tailwindlabs/headlessui/pull/1231)) - Add `multi` value support for Listbox & Combobox ([#1243](https://github.com/tailwindlabs/headlessui/pull/1243)) - Improve Combobox Input value ([#1248](https://github.com/tailwindlabs/headlessui/pull/1248)) +- Fix Tree-shaking support ([#1247](https://github.com/tailwindlabs/headlessui/pull/1247)) ### Added