From dbbeda9663b252dc0223c4acade6fded3098ca14 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Fri, 24 Jul 2020 09:34:14 -0400 Subject: [PATCH] Update changelog --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0aad0264..cd0a8fa0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,10 @@ ## 2.0.0-beta.9 -- Fixed a big where hovering over select showed the wrong cursor +- Fixed a bug where hovering over select showed the wrong cursor +- Fixed a bug where tabbing into a select control would highlight the label +- 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 - Removed `noFooter` prop from dialog and drawer (slot detection is automatic, so the prop is not required) ## 2.0.0-beta.8