fix datalist and link redraw

This commit is contained in:
Leo Horie 2014-05-06 22:26:30 -04:00
parent da69bc4fa0
commit deeb73973f
3 changed files with 20 additions and 3 deletions

View file

@ -1,5 +1,15 @@
## Change Log
[v0.1.12](/mithril/archive/v0.1.12) - maintenance
### Bug Fixes:
- Fix link location in links using `config: m.route` after redraws [#74](https://github.com/lhorie/mithril.js/issues/74)
- Fixed support for `list` attribute in inputs [#69](https://github.com/lhorie/mithril.js/issues/69)
---
[v0.1.11](/mithril/archive/v0.1.11) - maintenance
### News: