6.0.0
- Use faster reconciliation algorithm.
- Rename
render
topatch
. - Fix delayed element removals in
onremove
ocassionally failing. - Improve handling DOM attributes:
draggable
,spellcheck
, andtranslate
.
- Rename
- Add new
recycle
export function, enabling you to patch over server-side rendered markup instead of rendering your view from scratch. - Improve SVG and add
xlink:*
support. - Bring back built-in pure JSX component support.