From 63b1f7cc32bca19966d59c67232eb4c855905bf2 Mon Sep 17 00:00:00 2001 From: Robin Malfait Date: Wed, 9 Mar 2022 01:04:59 +0100 Subject: [PATCH] update changelog --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ac65f2bff..5c85d81640 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Only activate the `Tab` on mouseup ([#1192](https://github.com/tailwindlabs/headlessui/pull/1192)) - Ignore "outside click" on removed elements ([#1193](https://github.com/tailwindlabs/headlessui/pull/1193)) +### Added + +- Add `
` compatibility ([#1214](https://github.com/tailwindlabs/headlessui/pull/1214)) + ## [Unreleased - @headlessui/vue] ### Fixed @@ -41,6 +45,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Only activate the `Tab` on mouseup ([#1192](https://github.com/tailwindlabs/headlessui/pull/1192)) - Ignore "outside click" on removed elements ([#1193](https://github.com/tailwindlabs/headlessui/pull/1193)) +### Added + +- Add `` compatibility ([#1214](https://github.com/tailwindlabs/headlessui/pull/1214)) + ## [@headlessui/react@v1.5.0] - 2022-02-17 ### Fixed