This is maintenance release, since it will take for a while before next major version is ready. This release includes bunch of commits from development branch.
Core
- All internal dependencies are updated 2c11f63
- es6 builds:
index.es.js
are now built using production mode b2b7a25 - Guard against external changes on text nodes #1207
- Port: process element flow to if - else structure 0628b08
Inferno Component
- Removes parentVNode recursion in favor of simple while loop 6bb02e8
- Guards againts setState callback being invalid object 5ff862f
Inferno Test utils
- Removed createElement dependency 2c11f63
Inferno Redux
- Removed createElement dependency 20c74e4
Inferno Server
- Fix passing context to render method 4e31950