doc tweaks

This commit is contained in:
Leo Horie 2014-11-12 20:06:24 -05:00
parent 515ba7cf9c
commit 5ed8891db3
6 changed files with 94 additions and 25 deletions

View file

@ -2,6 +2,14 @@
[v0.1.23](/mithril/archive/v0.1.23) - maintenance
### News:
- There's now support for extended custom elements (e.g. `m("button[is=my-button]")`)
- `m.request` now supports a `initialValue` option to help prevent type errors in views when using the `background` option
### Bug Fixes:
- docs now have anchor links for easier navigation
- fixed a bunch of IE8 issues [#298](https://github.com/lhorie/mithril.js/issues/298)
- fixed handling of `method` option in JSONP mode [#292](https://github.com/lhorie/mithril.js/issues/292)
- fixed source map files