From bfa7ea4986e6e1c2959e13a74bbe4017c6b3dad4 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Fri, 17 Jul 2020 17:07:33 -0400 Subject: [PATCH] Update changelog --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8393e8207..83b81171c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,14 @@ ## 2.0.0-beta.4 -- Added pill variation to badges -- Fixed bug where all badges had `pointer-events: none`; +- Added `pill` variation to badges +- Fixed a bug where all badges had `pointer-events: none` - Fixed `@since` props to show 2.0 instead of 1.0 - Fixed giant cursors in inputs in Safari - Fixed color picker input width in Safari - Fixed initial transitions for drawer, dialog, and popover consumers +- Fixed a bug where dialog, dropdown, and drawer would sometimes not transition in on the first open +- Fixed various documentation typos ## 2.0.0-beta.3