From 46d43032ec426f60c0010bb20229cb230f393405 Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Wed, 5 Feb 2020 09:05:37 -0500 Subject: [PATCH] chore(): update breaking docs for segment event (#20384) --- BREAKING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/BREAKING.md b/BREAKING.md index 0bd1a8acbe..9e7df35eb2 100644 --- a/BREAKING.md +++ b/BREAKING.md @@ -418,6 +418,10 @@ 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 + +`ion-segment` no longer emits an `ionSelect` event. Developers should listen for an `ionChange` event to be emitted on `ion-segment` instead. + ##### Button States - The activated styles and custom CSS properties have been removed. These are no longer being used in the latest spec as the indicator and ripple are used to show activation. Properties removed: