update change log and announce blog
This commit is contained in:
parent
70496946cf
commit
215b56ae7c
5 changed files with 34 additions and 0 deletions
|
|
@ -61,6 +61,16 @@
|
|||
</div>
|
||||
<div class="col(9,9,12)">
|
||||
<h2 id="change-log">Change Log</h2>
|
||||
<p><a href="/mithril/archive/v0.1.5">v0.1.5</a> - maintenance</p>
|
||||
<h3 id="news-">News:</h3>
|
||||
<ul>
|
||||
<li>Launched the <a href="http://lhorie.github.io/mithril-blog">Mithril Blog</a></li>
|
||||
</ul>
|
||||
<h3 id="bug-fixes-">Bug Fixes:</h3>
|
||||
<ul>
|
||||
<li>Fixed serious ordering problem when mixing arrays with virtual elements <a href="https://github.com/lhorie/mithril.js/issues/48">#48</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<p><a href="/mithril/archive/v0.1.4">v0.1.4</a> - maintenance</p>
|
||||
<h3 id="news-">News:</h3>
|
||||
<ul>
|
||||
|
|
|
|||
|
|
@ -45,6 +45,10 @@
|
|||
</div>
|
||||
<div class="col(9,9,12)">
|
||||
<h2 id="community">Community</h2>
|
||||
<h3 id="blog">Blog</h3>
|
||||
<p>Read Mithril tutorials and articles about web app development. Join the discussion!</p>
|
||||
<p>Go to the <a href="http://lhorie.github.io/mithril-blog">Mithril Blog</a></p>
|
||||
<hr>
|
||||
<h3 id="mailing-list">Mailing List</h3>
|
||||
<p>Got questions about Mithril? Suggestions?</p>
|
||||
<p>Feel free to post on the <a href="https://groups.google.com/forum/#!forum/mithriljs">mailing list</a></p>
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -1,5 +1,17 @@
|
|||
## Change Log
|
||||
|
||||
[v0.1.5](/mithril/archive/v0.1.5) - maintenance
|
||||
|
||||
### News:
|
||||
|
||||
- Launched the [Mithril Blog](http://lhorie.github.io/mithril-blog)
|
||||
|
||||
### Bug Fixes:
|
||||
|
||||
- Fixed serious ordering problem when mixing arrays with virtual elements [#48](https://github.com/lhorie/mithril.js/issues/48)
|
||||
|
||||
---
|
||||
|
||||
[v0.1.4](/mithril/archive/v0.1.4) - maintenance
|
||||
|
||||
### News:
|
||||
|
|
|
|||
|
|
@ -1,5 +1,13 @@
|
|||
## Community
|
||||
|
||||
### Blog
|
||||
|
||||
Read Mithril tutorials and articles about web app development. Join the discussion!
|
||||
|
||||
Go to the [Mithril Blog](http://lhorie.github.io/mithril-blog)
|
||||
|
||||
---
|
||||
|
||||
### Mailing List
|
||||
|
||||
Got questions about Mithril? Suggestions?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue