From 3ada8582461894eee9ea1629a8c82ef0e15263f1 Mon Sep 17 00:00:00 2001 From: "Manu Mtz.-Almeida" Date: Sun, 12 Aug 2018 01:04:15 +0200 Subject: [PATCH] docs(content): breaking resize() fixes #14875 --- angular/BREAKING.md | 6 ++++++ 1 file changed, 6 insertions(+) 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.