From 68a3e212c88f2ada7c31d3818ef8d9a26007c951 Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Sun, 19 Jul 2020 14:53:23 -0700 Subject: [PATCH] chore(changelog): add v0.8.2 notes --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54a69ea4..48c40f48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Selectable/expandable `DataTable` +## [0.8.2](https://github.com/IBM/carbon-components-svelte/releases/tag/v0.8.2) - 2020-07-19 + +- fix `ComboBox` to close dropdown menu when pressing the "Escape" key ([Issue #198](https://github.com/IBM/carbon-components-svelte/issues/198)) + ## [0.8.1](https://github.com/IBM/carbon-components-svelte/releases/tag/v0.8.1) - 2020-07-19 - fix bug in `Tag` to prevent custom class from overriding tag class