This commit is contained in:
Leo Horie 2014-11-28 13:45:25 -05:00
parent f99308c39c
commit e3b6243d7b
67 changed files with 11784 additions and 4 deletions

View file

@ -1,5 +1,16 @@
## Change Log
[v0.1.25](/mithril/archive/v0.1.25) - maintenance
### Bug Fixes:
- fixed input cursor jumping regression
- fixed interop bug when QUnit and AMD are used at the same time [#355](https://github.com/lhorie/mithril.js/issues/355)
- fixed route arg duplication in edge case [#352](https://github.com/lhorie/mithril.js/issues/352)
- prevented meaningless error in Chrome edge case [#358](https://github.com/lhorie/mithril.js/issues/358)
---
[v0.1.24](/mithril/archive/v0.1.24) - maintenance
### Bug Fixes: