Inferno core
- Fixes crash where parent component removed child component during child's lifecycle event after returning null in
Component's
render - Small optimizations to keyed/non-keyed algorithms b93bcb2
- Changed to object literal in vNode creation for more reliable performance 62a544d
Inferno-server
- Optimized fast path in
escapeText
function 5a035c9
Inferno-component
- Changed setState type to allow partial updates d14fa5d