From f36f0d7fb2550584ae4968c9c6b066d513eb1d48 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Mon, 31 Aug 2020 08:49:19 -0400 Subject: [PATCH] Update changelog --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e456dbf7..171432ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,8 +9,9 @@ - Fixed a bug where `role` was on the wrong element and aria attribute weren't explicit in `sl-checkbox`, `sl-switch`, and `sl-radio` - Fixed a bug where dynamically adding/removing a slot wouldn't work as expected in `sl-card`, `sl-dialog`, and `sl-drawer` - Fixed a bug where the value wasn't updated and events weren't emitted when using `setRangeText` in `sl-input` and `sl-textarea` -- Updated `bootstrap-icons` to 1.0.0 with many icons redrawn and improved - Optimized `hasSlot` utility by using a simpler selector +- Updated `bootstrap-icons` to 1.0.0 with many icons redrawn and improved +- Updated contribution guidelines **Form validation has been reworked and is much more powerful now!**