Unbreak accidental back-compat break with event optimization (#2222)
This was supposed to be purely additive. See here for more details: https://github.com/MithrilJS/mithril.js/pull/1949#issuecomment-417824513
This commit is contained in:
parent
f4ddcc4b24
commit
c703b03253
6 changed files with 80 additions and 11 deletions
|
|
@ -31,7 +31,7 @@
|
|||
#### News
|
||||
|
||||
- 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: Event handlers may also be objects with `handleEvent` methods ([#1949](https://github.com/MithrilJS/mithril.js/pull/1949), [#2222](https://github.com/MithrilJS/mithril.js/pull/2222)).
|
||||
- API: `m.route.link` accepts an optional `options` object ([#1930](https://github.com/MithrilJS/mithril.js/pull/1930))
|
||||
- API: `m.request` better error message on JSON parse error - ([#2195](https://github.com/MithrilJS/mithril.js/pull/2195), [@codeclown](https://github.com/codeclown))
|
||||
- API: `m.request` supports `timeout` as attr - ([#1966](https://github.com/MithrilJS/mithril.js/pull/1966))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue