From 37e60c9dfef507498954a19ee888f258fffe4351 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Tue, 10 Aug 2021 10:46:44 -0400 Subject: [PATCH] update changelog --- docs/resources/changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/resources/changelog.md b/docs/resources/changelog.md index 21b966485..152347ac8 100644 --- a/docs/resources/changelog.md +++ b/docs/resources/changelog.md @@ -37,6 +37,7 @@ This change applies to all design tokens that implement a color. Refer to the [c - Added new color primitives to the base set of design tokens - Added `--sl-color-*-950` swatches to all color palettes - Added a console error that appears when menu items have duplicate values in `sl-select` +- Added CodePen link to code examples - Exposed base and dark stylesheets so they can be imported via JavaScript [#438](https://github.com/shoelace-style/shoelace/issues/438) - Fixed a bug in `sl-menu` where pressing Enter after using type to select would result in the wrong value - Refactored thumb position logic in `sl-switch` [#490](https://github.com/shoelace-style/shoelace/pull/490)