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