Skip to content

3.0.0

Compare
Choose a tag to compare
@jorgebucaran jorgebucaran released this 19 Apr 11:11
2829198
  • Fix asynchronously removal of elements (#107).
  • Replace patch with new render function and a simpler signature. Support for patching a specific element directly and SSR recycling has been removed. 100% client-side apps. The render function is essentially an overly simplified ReactDOM.render, without component lifecycle.
    • Remove built-in JSX functional component support.
  • Fix unexpected reordering after keyed removal (#68).
  • Don't double up event listeners when reusing elements.
  • Bring back h.