You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Improve outside click support ([#1175](https://github.com/tailwindlabs/headlessui/pull/1175))
27
-
- Ensure that `appear` works regardless of multiple rerenders ([#1179](https://github.com/tailwindlabs/headlessui/pull/1179))
28
-
- Reset ComboboxInput when the value gets reset ([#1181](https://github.com/tailwindlabs/headlessui/pull/1181))
29
-
- Fix double `beforeEnter`due to SSR ([#1183](https://github.com/tailwindlabs/headlessui/pull/1183))
30
-
- Adjust active {item,option} index ([#1184](https://github.com/tailwindlabs/headlessui/pull/1184))
27
+
- Ensure that `appear`prop on the `<Transition>` component works regardless of multiple rerenders ([#1179](https://github.com/tailwindlabs/headlessui/pull/1179))
28
+
- Reset `Combobox.Input` when the value gets reset ([#1181](https://github.com/tailwindlabs/headlessui/pull/1181))
29
+
- Fix double `beforeEnter`callback on the `<Transition>` component caused by SSR ([#1183](https://github.com/tailwindlabs/headlessui/pull/1183))
30
+
- Adjust active `item`/`option` index on `Listbox`, `Combobox` and `Menu` components ([#1184](https://github.com/tailwindlabs/headlessui/pull/1184))
31
31
- Only activate the `Tab` on mouseup ([#1192](https://github.com/tailwindlabs/headlessui/pull/1192))
32
32
- Ignore "outside click" on removed elements ([#1193](https://github.com/tailwindlabs/headlessui/pull/1193))
33
-
- Remove `focus()` from ListboxOption ([#1218](https://github.com/tailwindlabs/headlessui/pull/1218))
33
+
- Remove `focus()` from `Listbox.Option` ([#1218](https://github.com/tailwindlabs/headlessui/pull/1218))
34
34
- Improve some internal code ([#1221](https://github.com/tailwindlabs/headlessui/pull/1221))
35
35
- Use `ownerDocument` instead of `document` ([#1158](https://github.com/tailwindlabs/headlessui/pull/1158))
36
-
- Ensure focus trap, Tabs and Dialog play well together ([#1231](https://github.com/tailwindlabs/headlessui/pull/1231))
37
-
- Improve Combobox Input value ([#1248](https://github.com/tailwindlabs/headlessui/pull/1248))
38
-
- Fix Tree-shaking support ([#1247](https://github.com/tailwindlabs/headlessui/pull/1247))
39
-
- Stop propagation on the PopoverButton ([#1263](https://github.com/tailwindlabs/headlessui/pull/1263))
40
-
- Fix incorrect `active` option in the Listbox/Combobox component ([#1264](https://github.com/tailwindlabs/headlessui/pull/1264))
36
+
- Ensure focus trapping plays well with the `Tab` and `Dialog` components ([#1231](https://github.com/tailwindlabs/headlessui/pull/1231))
37
+
- Improve syncing of `Combobox.Input` value ([#1248](https://github.com/tailwindlabs/headlessui/pull/1248))
38
+
- Fix tree-shaking support ([#1247](https://github.com/tailwindlabs/headlessui/pull/1247))
39
+
- Stop propagation on the `Popover.Button` ([#1263](https://github.com/tailwindlabs/headlessui/pull/1263))
40
+
- Fix incorrect `active` option in the `Listbox` and `Combobox` components ([#1264](https://github.com/tailwindlabs/headlessui/pull/1264))
- Fix incorrect closing while interacting with third party libraries in `Dialog` component ([#1268](https://github.com/tailwindlabs/headlessui/pull/1268))
43
-
- Mimic browser select on focus when navigating via`Tab` ([#1272](https://github.com/tailwindlabs/headlessui/pull/1272))
43
+
- Mimic browser select on focus when navigating the`Tab` component ([#1272](https://github.com/tailwindlabs/headlessui/pull/1272))
44
44
- Ensure that there is always an active option in the `Combobox` ([#1279](https://github.com/tailwindlabs/headlessui/pull/1279), [#1281](https://github.com/tailwindlabs/headlessui/pull/1281))
45
-
- Allow `Enter` for form submit in `RadioGroup`, `Switch` and `Combobox` improvements ([#1285](https://github.com/tailwindlabs/headlessui/pull/1285))
- Add `multi` value support for Listbox & Combobox([#1243](https://github.com/tailwindlabs/headlessui/pull/1243))
54
-
-Implement `nullable` mode on `Combobox` in single value mode ([#1295](https://github.com/tailwindlabs/headlessui/pull/1295))
51
+
- Add classic form submission compatibility via new hidden inputs ([#1214](https://github.com/tailwindlabs/headlessui/pull/1214))
52
+
- Add multiple value support to `Listbox` and `Combobox` components ([#1243](https://github.com/tailwindlabs/headlessui/pull/1243), [#1355](https://github.com/tailwindlabs/headlessui/pull/1355))
53
+
-Add support for clearing the value of a `Combobox` ([#1295](https://github.com/tailwindlabs/headlessui/pull/1295))
55
54
- Add `Dialog.Backdrop` and `Dialog.Panel` components ([#1333](https://github.com/tailwindlabs/headlessui/pull/1333))
0 commit comments