Skip to content

v4.0.0

Compare
Choose a tag to compare
@bcomnes bcomnes released this 21 Apr 03:12
  • use on-load to invalidate this._element. Fixes component rendering when they get completely removed from the DOM.
  • added _load and _unload methods to allow you to run code when the dom is mounted and unmounted.
  • handle morphing internally, and ALWAYSE return a proxy node. There is no other way.