**Don't use this release : it slows down all. Seems to be a big regression by slowing down the full process of the rendering part. This release was removed from pypi**. Use 0.9.11 instead !
Minor changes :
- caller is callable (you can call a python caller .... if `tag["onclick"]=self.doSomething`, you can call it like that `tag["onclick"]()` )
- dynamic tags (which use its own `render(self)` method), display a warning if there are "htag.Tag creations" in its render() method at runtime, or raise an exception (if STRICT_MODE is enabled). Just to prevent to use "htag.Tag creations" in dynamic tags, because it will force re-rendering at each exchange (because newly `id` will be generated at each creation, and will force rerendering)
**Full Changelog**: https://github.com/manatlan/htag/compare/v0.9.11...v0.9.12