docs(content): breaking

fixes #15106
This commit is contained in:
Manu Mtz.-Almeida
2018-08-12 00:35:22 +02:00
parent 2d70ee4ca9
commit c2cc07e24e

View File

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