mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-15 09:34:19 +08:00
@ -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.
|
||||
|
Reference in New Issue
Block a user