From bc8903a67b9300e26e823c367335e860fea38f6e Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Sun, 13 Mar 2022 11:43:05 -0700 Subject: [PATCH] chore(changelog): update v0.61.0 notes [ci skip] --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 91ecc467..570c93ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,8 +17,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 **Breaking Changes** -- remove `HeaderActionSlideTransition` interface from `HeaderAction`; transition prop is typed as `SlideParams` from `svelte/transition` instead -- `Breakpoint` "on:match" event renamed to "on:change" +- remove `HeaderActionSlideTransition` interface from `HeaderAction`; type transition prop as `SlideParams` +- rename `Breakpoint` "on:match" event to "on:change" +- move `Breakpoint` breakpoints to `carbon-components-svelte/src/Breakpoint/breakpoints` **Features**