update change log
This commit is contained in:
parent
3eb4bfc6a6
commit
58ee32ff85
3 changed files with 16 additions and 2 deletions
|
|
@ -61,11 +61,18 @@
|
|||
</div>
|
||||
<div class="col(9,9,12)">
|
||||
<h2 id="change-log">Change Log</h2>
|
||||
<p><a href="/mithril/archive/v0.1.3">v0.1.4</a> - maintenance</p>
|
||||
<p><a href="/mithril/archive/v0.1.4">v0.1.4</a> - maintenance</p>
|
||||
<h3 id="news-">News:</h3>
|
||||
<ul>
|
||||
<li>added regression tests for reported bugs</li>
|
||||
</ul>
|
||||
<h3 id="bug-fixes-">Bug Fixes:</h3>
|
||||
<ul>
|
||||
<li>URLs with port numbers are now handled correctly <a href="https://github.com/lhorie/mithril.js/issues/40">#40</a></li>
|
||||
<li>NPM package now contains unminified version for map files <a href="https://github.com/lhorie/mithril.js/issues/39">#39</a></li>
|
||||
<li>fixed ordering issue when mixing newly created virtual elements with elements from cache <a href="https://github.com/lhorie/mithril.js/issues/44">#44</a></li>
|
||||
<li>fixed caching bug in links w/ config option attached <a href="https://github.com/lhorie/mithril.js/issues/43">#43</a></li>
|
||||
<li>fixed attribute update bug when an element has both <code>oninput</code> and <code>onkeydown</code> handlers <a href="https://github.com/lhorie/mithril.js/issues/36">#36</a></li>
|
||||
</ul>
|
||||
<p><a href="/mithril/archive/v0.1.3">v0.1.3</a> - maintenance</p>
|
||||
<h3 id="news-">News:</h3>
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -1,11 +1,18 @@
|
|||
## Change Log
|
||||
|
||||
[v0.1.4](/mithril/archive/v0.1.3) - maintenance
|
||||
[v0.1.4](/mithril/archive/v0.1.4) - maintenance
|
||||
|
||||
### News:
|
||||
|
||||
- added regression tests for reported bugs
|
||||
|
||||
### Bug Fixes:
|
||||
|
||||
- URLs with port numbers are now handled correctly [#40](https://github.com/lhorie/mithril.js/issues/40)
|
||||
- NPM package now contains unminified version for map files [#39](https://github.com/lhorie/mithril.js/issues/39)
|
||||
- fixed ordering issue when mixing newly created virtual elements with elements from cache [#44](https://github.com/lhorie/mithril.js/issues/44)
|
||||
- fixed caching bug in links w/ config option attached [#43](https://github.com/lhorie/mithril.js/issues/43)
|
||||
- fixed attribute update bug when an element has both `oninput` and `onkeydown` handlers [#36](https://github.com/lhorie/mithril.js/issues/36)
|
||||
|
||||
[v0.1.3](/mithril/archive/v0.1.3) - maintenance
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue