From 0f195143dc37b3dc609f17d2fbe71e576b4b765a Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Wed, 29 Apr 2020 08:49:05 -0700 Subject: [PATCH] chore: add v0.5.0 release notes --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bf66c0a..ee4b1087 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## Unreleased + +- Selectable/expandable `DataTable` + +## [0.5.0](https://github.com/IBM/carbon-components-svelte/releases/tag/v0.5.0) - 2020-04-29 + +- Ship `DataTable` that supports sorting + +- Pin dependencies, remove commitlint, husky, eslint, prettier + ## [0.4.2](https://github.com/IBM/carbon-components-svelte/releases/tag/v0.4.2) - 2020-04-20 - Forward `on:blur` event to Select component