From 353741daea462ed443403f65daaf56cf0093d52a Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Mon, 20 Jul 2020 21:42:20 -0700 Subject: [PATCH] chore(changelog): add missing note --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 559c8556..c73dcd60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - bump `carbon-icons-svelte` dependency to version >=10.14.0 - support `size` prop (`undefined` or `"sm"` or `"lg`) in `DatePickerInput`, `NumberInput`, `Select`, `PasswordInput`, `TextInput` components - support light variant for `ContentSwitcher` +- focus `ComboBox` after clearing the selection - fix `ListBox` regression where size class can be overriden by `$$restProps.class` - fix `Pagination` regression where current page selection value is stuck at `1`