diff --git a/angular/BREAKING.md b/angular/BREAKING.md index bfa4f3f91a..1c8557a1dd 100644 --- a/angular/BREAKING.md +++ b/angular/BREAKING.md @@ -22,6 +22,7 @@ A list of the breaking changes introduced to each component in Ionic Angular v4. - [Button](#button) - [Chip](#chip) - [Colors](#colors) +- [Content](#content) - [Datetime](#datetime) - [Dynamic Mode](#dynamic-mode) - [FAB](#fab) @@ -301,6 +302,17 @@ dark: #222428 The `secondary` color saw the largest change. If you were previously using our `secondary` color we recommend switching to `success` instead. +## Content + +Content is now a drop-in replacement for `ion-scroll`, that means `ion-content` is much more flexible today, they can be used anywhere, even in a nested fashion. + +### Attributes Renamed + + +| Old Property | New Property | Property Behavior | +|--------------|-----------------------|-------------------------------------------------------------------------| +| no-bounce | forceOverflow="false" | If true and the content does not cause an overflow scroll, the scroll interaction will cause a bounce. | + ## Datetime The Datetime classes and interfaces have changed capitalization from `DateTime` to `Datetime`. This is more consistent with other components and their tags.