fix input cursor bug in chrome

This commit is contained in:
Leo Horie 2014-04-25 13:51:17 -04:00
parent ed66e5d67a
commit 22deb93d04
65 changed files with 7237 additions and 26 deletions

View file

@ -1,13 +1,25 @@
## Change Log
[v0.1.10](/mithril/archive/v0.1.10) - maintenance
### News:
- Added social buttons to homepage
### Bug Fixes:
- Bi-directional bindings no longer wipe out cursor position in Chrome [#58](https://github.com/lhorie/mithril.js/issues/58)
---
[v0.1.9](/mithril/archive/v0.1.9) - maintenance
### News:
- added comparison with React to homepage
- added support for multi-island apps [#34](https://github.com/lhorie/mithril.js/issues/34)
- Added comparison with React to homepage
- Added support for multi-island apps [#34](https://github.com/lhorie/mithril.js/issues/34)
- m.prop is now JSON-serializable [#54](https://github.com/lhorie/mithril.js/issues/54)
- added `extract` option to `m.request` to allow access to response metadata [#53](https://github.com/lhorie/mithril.js/issues/53)
- Added `extract` option to `m.request` to allow access to response metadata [#53](https://github.com/lhorie/mithril.js/issues/53)
### Bug Fixes:

View file

@ -25,8 +25,17 @@
<p>A Javascript Framework for Building Brilliant Applications</p>
<a class="button" href="getting-started.html">Guide</a>
<a class="button" href="mithril.min.zip">Download v$version</a>
<p>
<a class="button" href="getting-started.html">Guide</a>
<a class="button" href="mithril.min.zip">Download v$version</a>
</p>
<iframe src="http://ghbtns.com/github-btn.html?user=lhorie&repo=mithril.js&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="100" height="20"></iframe>
<a href="https://twitter.com/share" class="twitter-share-button" data-url="http://lhorie.github.io/mithril" data-via="LeoHorie">Tweet</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
<a href="http://flattr.com/thing/2778375/lhoriemithril-js-on-GitHub" target="_blank"><img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr" title="Flattr" border="0" /></a>
</div>
</section>