v0.15.0
A lot of updates and tweaks since the last minor version:
- Update SSR:
- use async capable
renderToStringmethod - Provides a generator for script for event capture for progressive hydration
- use async capable
- Update hydration:
- Support multiple contexts (partial hydration)
- Event capture and replay (progressive hydration)
- Support for ternaries and binary operators in JSX templates
- Better
classListbinding performance - Better handling of
childrenin spreads - Pass props to render function in class components