From 24893938cebe92ed510e3eee99b4f143376007d2 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Tue, 28 Jul 2020 08:46:18 -0400 Subject: [PATCH] Update changelog --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8eaec0fcc..1a89d5f0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ## 2.0.0-beta.9 - Added the icon button component +- Added the skeleton component - Added the `typeToSelect` method to menu so type-to-select behavior can be controlled externally - Added the `pulse` prop to badge - Fixed a bug where hovering over select showed the wrong cursor @@ -15,7 +16,7 @@ - Removed `noFooter` prop from dialog and drawer (slot detection is automatic, so the prop is not required) - Removed `close-icon` slot from alert - Replaced make-shift icon buttons with `sl-icon-button` in alert, dialog, drawer, and tag -- Updated Stencil to 1.17.0 +- Updated Stencil to 1.17.1 - Switched to jsDelivr for better CDN performance ## 2.0.0-beta.8