Perhaps the last version before feature-fix, and with deprecated removals ... which will be the future "1.0"
the 3 deprecated things which will be removed soon :
- don't use `self( js )` -> use `self.call( js )`, to call explicitly some js, on front side
- don't use `self.session` -> use `self.state` (or better `self.root.state` ? which is the same instance)
- in js managed strings (IIFE), don't use "tag.focus();" -> use "self.focus();"
**Full Changelog**: https://github.com/manatlan/htag/compare/v0.12.2...v0.12.3