Skip to content

Commit b0d8f5f

Browse files
committed
cleanup older changelog items
1 parent 3bc7545 commit b0d8f5f

File tree

1 file changed

+21
-2
lines changed

1 file changed

+21
-2
lines changed

CHANGELOG.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -281,42 +281,61 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
281281

282282
## [@headlessui/react@v0.2.0] - 2020-10-06
283283

284+
### Added
285+
284286
- Add `Listbox` component
285287
- Add `Switch` component
286288

287289
## [@headlessui/vue@v0.2.0] - 2020-10-06
288290

291+
### Added
292+
289293
- Add `Listbox` component
290294
- Add `Switch` component
291295

292296
## [@headlessui/react@v0.1.3] - 2020-09-29
293297

298+
### Fixes
299+
294300
- 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.
295301
- Ensure when using keyboard navigation we prevent the default behaviour.
296302

297303
## [@headlessui/vue@v0.1.3] - 2020-09-29
298304

305+
### Fixes
306+
299307
- Fix an issue where you couldn't click on menu items that were links.
300308
- 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.
301309
- Ensure when using keyboard navigation we prevent the default behaviour.
302310

303311
## [@headlessui/react@v0.1.2] - 2020-09-25
304312

313+
### Added
314+
305315
- 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+
306319
- Don't pass `disabled` prop through to children, only add `aria-disabled`
307320

308321
## [@headlessui/vue@v0.1.2] - 2020-09-25
309322

323+
### Fixes
324+
310325
- Fix issue where button `MenuItem` instances didn't properly fire click events
311326
- Don't pass `disabled` prop through to children, only add `aria-disabled`
312327

313328
## [@headlessui/react@v0.1.1] - 2020-09-24
314329

315-
- Initial release
330+
### Added
331+
332+
- Everything!
316333

317334
## [@headlessui/vue@v0.1.1] - 2020-09-24
318335

319-
- Initial release
336+
### Added
337+
338+
- Everything!
320339

321340
[unreleased - react]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/[email protected]
322341
[unreleased - vue]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/[email protected]

0 commit comments

Comments
 (0)