Add support for React fragments
Support React v16
- Copy properties object to support inextensible records
Reactis now a peerDep - make sure it is a dependency of your project- Object.assign is used and not poly-filled
Remove virtual-hyperscript dependency
Fix props.children handling when no children argument is passed
Support React v15
Supports nested datasets and attributes with the dataset and attributes keys
Fix bug where a child as the number 0 would not work
Fix bug where children could not be a number
Support React v0.14
Support React v0.13
Support React v0.12 using its new API
Add support for rendering React components inline using h(component)
Initial implementation