docs(breaking): add breaking changes and copy editing (#17214)

- adds col auto to grid
- updates overlays to point to the same usage
- copy editing
- adds more info on the tabs changes
- documents event changes closes ionic-team/ionic-docs#258
- update nav event documentation

references #16819
This commit is contained in:
Brandy Carney
2019-01-23 15:25:11 -05:00
committed by GitHub
parent ad0c8a4e5c
commit b31b9f45de
4 changed files with 215 additions and 57 deletions

View File

@ -85,7 +85,7 @@ export class Nav implements NavOutlet {
*/
@Event() ionNavWillLoad!: EventEmitter<void>;
/**
* Event fired when the nav will components
* Event fired when the nav will change components
*/
@Event({ bubbles: false }) ionNavWillChange!: EventEmitter<void>;
/**

View File

@ -23,7 +23,7 @@ Unlike RouterOutlet, Nav is not tied to a particular router. Meaning that if we
| Event | Description | Type |
| ------------------ | ----------------------------------------------- | ------------------- |
| `ionNavDidChange` | Event fired when the nav has changed components | `CustomEvent<void>` |
| `ionNavWillChange` | Event fired when the nav will components | `CustomEvent<void>` |
| `ionNavWillChange` | Event fired when the nav will change components | `CustomEvent<void>` |
## Methods