add docs about component

This commit is contained in:
Leo Horie 2014-04-06 15:34:06 -04:00
parent 751cc683dd
commit 85a2259964
7 changed files with 47 additions and 4 deletions

View file

@ -2,6 +2,11 @@
[v0.1.3](/mithril/archive/v0.1.3) - maintenance
### News:
- Mithril is now available via [Component](http://component.io)
- There's now an extra low-level optimization hook called a SubtreeDirective, which allows implementing plugins that only create virtual trees if necessary.
### Bug Fixes:
- diff no longer touch the DOM when processing `style` attributes and event handlers