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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+21-2Lines changed: 21 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -281,42 +281,61 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
281
281
282
282
## [@headlessui/react@v0.2.0] - 2020-10-06
283
283
284
+
### Added
285
+
284
286
- Add `Listbox` component
285
287
- Add `Switch` component
286
288
287
289
## [@headlessui/vue@v0.2.0] - 2020-10-06
288
290
291
+
### Added
292
+
289
293
- Add `Listbox` component
290
294
- Add `Switch` component
291
295
292
296
## [@headlessui/react@v0.1.3] - 2020-09-29
293
297
298
+
### Fixes
299
+
294
300
- Fix outside click behaviour. If you had multiple menu's, when menu 1 is open, menu 2 is closed and you click on menu button 2 it will open both menu's. This is now fixed.
295
301
- Ensure when using keyboard navigation we prevent the default behaviour.
296
302
297
303
## [@headlessui/vue@v0.1.3] - 2020-09-29
298
304
305
+
### Fixes
306
+
299
307
- Fix an issue where you couldn't click on menu items that were links.
300
308
- Fix outside click behaviour. If you had multiple menu's, when menu 1 is open, menu 2 is closed and you click on menu button 2 it will open both menu's. This is now fixed.
301
309
- Ensure when using keyboard navigation we prevent the default behaviour.
302
310
303
311
## [@headlessui/react@v0.1.2] - 2020-09-25
304
312
313
+
### Added
314
+
305
315
- Add tests for `onClick` handling that wasn't working properly in @headlessui/vue to ensure behavior stays the same in this library
316
+
317
+
### Fixes
318
+
306
319
- Don't pass `disabled` prop through to children, only add `aria-disabled`
307
320
308
321
## [@headlessui/vue@v0.1.2] - 2020-09-25
309
322
323
+
### Fixes
324
+
310
325
- Fix issue where button `MenuItem` instances didn't properly fire click events
311
326
- Don't pass `disabled` prop through to children, only add `aria-disabled`
0 commit comments