From e294ff1c7d8b0dfd80958b7ab4dd2bcfcc5600ac Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Tue, 21 Jul 2020 15:33:58 -0400 Subject: [PATCH] Update changelog --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d16d06386..32d6c59f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 2.0.0-beta.8 + +- Added `--focus-ring` custom property to tab +- Fixed constructor bindings so they don't break the custom elements bundle +- Fixed tag color contrast to be AA compliant +- Refactored `:host` variables and moved non-display props to base elements +- Update custom elements bundle documentation + ## 2.0.0-beta.7 - Added links to version 1 resources to the docs