From d3105d1a7641127c9d67e05a357bd8f9fa70ecc7 Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Tue, 20 Mar 2018 12:57:44 -0400 Subject: [PATCH] docs(breaking): add a section on the spinner name change --- BREAKING.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/BREAKING.md b/BREAKING.md index 97183f9cbc..8dc12e5de5 100644 --- a/BREAKING.md +++ b/BREAKING.md @@ -23,6 +23,7 @@ A list of the breaking changes introduced in Ionic Angular v4. - [Range](#range) - [Segment](#segment) - [Select](#select) +- [Spinner](#spinner) - [Text/Typography](#text-typography) - [Theming](#theming) - [Toolbar](#toolbar) @@ -831,6 +832,29 @@ this.customOptions = { }; ``` +## Spinner + +### Name Changed + +The `ios` and `ios-small` spinner's have been renamed to `lines` and `lines-small`, respectively. This also applies to any components that use spinner: `ion-loading`, `ion-infinite-scroll`, `ion-refresher`. + +**Old Usage Example:** + +```html + + + +``` + +**New Usage Example:** + +```html + + + +``` + + ## Text / Typography ### Markup Changed