From 40976e58fac1da7b11e3c567b67b6cfdb66779c0 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Fri, 24 Jul 2020 15:29:00 -0400 Subject: [PATCH] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 917a8f15b..d9c6d7c9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ - Fixed a bug where tabbing out of a select control wouldn't close it - Fixed a bug where closing dropdowns wouldn't give focus back to the trigger - Fixed a bug where type-to-select wasn't working after the first letter +- Fixed a bug where clicking on menu items and dividers would steal focus from the menu - Removed `noFooter` prop from dialog and drawer (slot detection is automatic, so the prop is not required) - Updated Stencil to 1.17.0 - Switched to jsDelivr for better CDN performance