From b47e7f40cf05b822b091aeba6f055cf9a1d2ec8e Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Tue, 26 May 2020 19:17:03 -0700 Subject: [PATCH] chore(changelog): v0.6.3 notes --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3de2e491..ffc521ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Selectable/expandable `DataTable` +## [0.6.3](https://github.com/IBM/carbon-components-svelte/releases/tag/v0.6.3) - 2020-05-26 + +- Replace `"javascript:void(0)"` with `"/"` in `HeaderNavMenu` href attribute to fix a11y "not a valid attribute" warning; `href` is an exported property that can be overriden by the consumer + ([Issue #184](https://github.com/IBM/carbon-components-svelte/issues/184)) + +- Ignore `a11y-no-onchange` warning in `TimePickerSelect` + +- Bump development dependency `svelte` to v3.23.0 + ## [0.6.2](https://github.com/IBM/carbon-components-svelte/releases/tag/v0.6.2) - 2020-05-09 - Fix `tileMaxHeight` bug in `ExpandableTile` by setting the value only if the default value is 0