2.2.3 - @headlessui/react

This commit is contained in:
Robin Malfait
2025-05-12 23:48:06 +02:00
parent ad7300b076
commit 8a24040316
3 changed files with 8 additions and 3 deletions
+1 -1
View File
@@ -12537,7 +12537,7 @@
},
"packages/@headlessui-react": {
"name": "@headlessui/react",
"version": "2.2.2",
"version": "2.2.3",
"license": "MIT",
"dependencies": {
"@floating-ui/react": "^0.26.16",
+6 -1
View File
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
- Nothing yet!
## [2.2.3] - 2025-05-12
### Added
- Add a quick trigger action to the `Menu`, `Listbox` and `Combobox` components ([#3700](https://github.com/tailwindlabs/headlessui/pull/3700))
@@ -840,7 +844,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Everything!
[unreleased]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/react@v2.2.2...HEAD
[unreleased]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/react@v2.2.3...HEAD
[2.2.3]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/react@v2.2.2...@headlessui/react@v2.2.3
[2.2.2]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/react@v2.2.1...@headlessui/react@v2.2.2
[2.2.1]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/react@v2.2.0...@headlessui/react@v2.2.1
[2.2.0]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/react@v2.1.10...@headlessui/react@v2.2.0
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@headlessui/react",
"version": "2.2.2",
"version": "2.2.3",
"description": "A set of completely unstyled, fully accessible UI components for React, designed to integrate beautifully with Tailwind CSS.",
"main": "dist/index.cjs",
"typings": "dist/index.d.ts",