| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2015-04-12 | 612 Bytes | |
| Version 0.1.2 source code.tar.gz | 2015-04-12 | 29.7 kB | |
| Version 0.1.2 source code.zip | 2015-04-12 | 41.1 kB | |
| Totals: 3 Items | 71.4 kB | 3 | |
Changelog:
- Allow data to be passed to your routes by passing an object with the
datakey in thetoRoute()-function. - Update Twitter example to show how passing data to your routes is useful.
- Custom actions for your
rightCornerandleftCornercomponents (to do stuff besides navigating to routes, like opening a side menu). This is triggered by calling the callback functionthis.props.customAction()from your component. It is then picked up with<Router customAction={this.doSomething} />. - Allow the navigation bar title to be styled with the
titleStyle-prop in the<Router />component.