Enable setting navigation options with m.route.link API

This commit is contained in:
Patrik Johnson 2017-08-08 15:06:30 +03:00
parent 217b9c194c
commit 131e61002e
4 changed files with 50 additions and 9 deletions

View file

@ -25,6 +25,7 @@
- API: Introduction of `m.redraw.sync()` ([#1592](https://github.com/MithrilJS/mithril.js/pull/1592))
- API: Event handlers may also be objects with `handleEvent` methods ([#1939](https://github.com/MithrilJS/mithril.js/issues/1939)).
- API: `m.route.link` accepts an optional `options` object ([#1930](https://github.com/MithrilJS/mithril.js/pull/1930))
#### Ospec improvements: