docs(content): breaking resize()

fixes #14875
This commit is contained in:
Manu Mtz.-Almeida
2018-08-12 01:04:15 +02:00
parent c2cc07e24e
commit 3ada858246

View File

@ -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.