diff --git a/angular/BREAKING.md b/angular/BREAKING.md index 1c8557a1dd..dbbfd105f6 100644 --- a/angular/BREAKING.md +++ b/angular/BREAKING.md @@ -306,6 +306,11 @@ The `secondary` color saw the largest change. If you were previously using our ` 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. +### resize() was removed + +In Ionic 4, `ion-content` layout is based in flex, that means their size will automatically adjust without requiring to call resize() programatically. + + ### Attributes Renamed @@ -313,6 +318,7 @@ Content is now a drop-in replacement for `ion-scroll`, that means `ion-content` |--------------|-----------------------|-------------------------------------------------------------------------| | 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.