@@ -26,7 +26,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
26
26
- Improve some internal code ([ #1221 ] ( https://github.com/tailwindlabs/headlessui/pull/1221 ) )
27
27
- Use ` ownerDocument ` instead of ` document ` ([ #1158 ] ( https://github.com/tailwindlabs/headlessui/pull/1158 ) )
28
28
- Ensure focus trap, Tabs and Dialog play well together ([ #1231 ] ( https://github.com/tailwindlabs/headlessui/pull/1231 ) )
29
- - Add ` multi ` value support for Listbox & Combobox ([ #1243 ] ( https://github.com/tailwindlabs/headlessui/pull/1243 ) )
30
29
- Improve Combobox Input value ([ #1248 ] ( https://github.com/tailwindlabs/headlessui/pull/1248 ) )
31
30
- Fix Tree-shaking support ([ #1247 ] ( https://github.com/tailwindlabs/headlessui/pull/1247 ) )
32
31
- Stop propagation on the Popover Button ([ #1263 ] ( https://github.com/tailwindlabs/headlessui/pull/1263 ) )
@@ -37,6 +36,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
37
36
### Added
38
37
39
38
- Add ` <form> ` compatibility ([ #1214 ] ( https://github.com/tailwindlabs/headlessui/pull/1214 ) )
39
+ - Add ` multi ` value support for Listbox & Combobox ([ #1243 ] ( https://github.com/tailwindlabs/headlessui/pull/1243 ) )
40
40
41
41
## [ Unreleased - @headlessui/vue ]
42
42
@@ -61,7 +61,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
61
61
- Use ` ownerDocument ` instead of ` document ` ([ #1158 ] ( https://github.com/tailwindlabs/headlessui/pull/1158 ) )
62
62
- Re-expose ` el ` ([ #1230 ] ( https://github.com/tailwindlabs/headlessui/pull/1230 ) )
63
63
- Ensure focus trap, Tabs and Dialog play well together ([ #1231 ] ( https://github.com/tailwindlabs/headlessui/pull/1231 ) )
64
- - Add ` multi ` value support for Listbox & Combobox ([ #1243 ] ( https://github.com/tailwindlabs/headlessui/pull/1243 ) )
65
64
- Improve Combobox Input value ([ #1248 ] ( https://github.com/tailwindlabs/headlessui/pull/1248 ) )
66
65
- Fix Tree-shaking support ([ #1247 ] ( https://github.com/tailwindlabs/headlessui/pull/1247 ) )
67
66
- Stop propagation on the Popover Button ([ #1263 ] ( https://github.com/tailwindlabs/headlessui/pull/1263 ) )
@@ -70,6 +69,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
70
69
### Added
71
70
72
71
- Add ` <form> ` compatibility ([ #1214 ] ( https://github.com/tailwindlabs/headlessui/pull/1214 ) )
72
+ - Add ` multi ` value support for Listbox & Combobox ([ #1243 ] ( https://github.com/tailwindlabs/headlessui/pull/1243 ) )
73
73
74
74
## [ @headlessui/react @v1.5.0] - 2022-02-17
75
75
0 commit comments