From ce41d9071545ce308a30a111d66713fe31313a09 Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Tue, 18 Feb 2020 15:13:52 -0500 Subject: [PATCH] docs(breaking): rename segment events heading to remove conflict with main events --- BREAKING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BREAKING.md b/BREAKING.md index 9e7df35eb2..73168856da 100644 --- a/BREAKING.md +++ b/BREAKING.md @@ -418,7 +418,7 @@ The `inputmode` property for `ion-searchbar` now defaults to `undefined`. To get Segment was completely revamped to use the new iOS design including an all new gesture that applies for both Material Design and iOS. Due to these changes, some breaking changes were inevitably introduced in order to support the new design. -##### Events +##### Renamed Events `ion-segment` no longer emits an `ionSelect` event. Developers should listen for an `ionChange` event to be emitted on `ion-segment` instead.