From 08d380aed1330892f44e5b83ba4f939c7f238549 Mon Sep 17 00:00:00 2001 From: Jordan Pittman Date: Tue, 6 Feb 2024 16:15:57 -0500 Subject: [PATCH] Update changelog --- packages/@headlessui-react/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/@headlessui-react/CHANGELOG.md b/packages/@headlessui-react/CHANGELOG.md index 3908d51..9b094cf 100644 --- a/packages/@headlessui-react/CHANGELOG.md +++ b/packages/@headlessui-react/CHANGELOG.md @@ -17,6 +17,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Attempt form submission when pressing `Enter` on `Checkbox` component ([#2962](https://github.com/tailwindlabs/headlessui/pull/2962)) - Allow setting custom `tabIndex` on the `` component ([#2966](https://github.com/tailwindlabs/headlessui/pull/2966)) +### Changed + +- Submit form when pressing `Enter` on the `` component ([#2972](https://github.com/tailwindlabs/headlessui/pull/2972)) + ## [2.0.0-alpha.4] - 2024-01-03 ### Fixed