Moar History words

This commit is contained in:
David Greenspan
2014-07-28 14:20:23 -07:00
parent 34bfcffa82
commit 9bb83c4d44

View File

@@ -10,9 +10,10 @@
* Fix performance issues and memory leaks concerning event handlers.
* Add `UI.remove`.
* Add `UI.remove`, which removes a template after `UI.render`/`UI.insert`.
* Add `this.autorun` to the template instance.
* Add `this.autorun` to the template instance, which is like `Deps.autorun`
but is automatically stopped when the template is destroyed.
* Create `<a>` tags as SVG elements when they have `xlink:href`
attributes. (Previously, `<a>` tags inside SVGs were never created as