From bdaa49aaf9610d565e447496439659c9ef240ee1 Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Sun, 19 Jul 2020 14:20:33 -0700 Subject: [PATCH] chore(changelog): v0.8.1 notes --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e948ead..54a69ea4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Selectable/expandable `DataTable` +## [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 +- fix SSR rendering issue in `Modal` by replacing `onDestroy` with `onMount` ([Issue #200](https://github.com/IBM/carbon-components-svelte/issues/200)) + ## [0.8.0](https://github.com/IBM/carbon-components-svelte/releases/tag/v0.8.0) - 2020-07-19 - use $$restProps API (requires Svelte version >=3.20)