Changelog
6.1.2 (February 08, 2017)
Changelog
6.1.1 (February 06, 2017)
Changelog
6.1.0 (January 26, 2017)
h
and createElement
now support DOM(portal), array(fragment), element(clone), null/void(empty) as the type paramcons Foo = h => (props, state) => h('h1', state.name)
dio.stylesheet
dio.stylesheet.use()
Changelog
6.0.2 (January 24, 2017)
style
propsChangelog
6.0.1 (January 22, 2017)
stylesheet
componentDidThrow
Changelog
6.0.0 (January 22, 2017)
getInitialProps
on the server and clientcoroutine/element/number/string/function/component/array/promise
Changelog
5.1.0 (January 10, 2017)
{onClick: {handler: () => {}, options: {passive: true}}}
style: {'--color': 'red',color: 'var(--color)'}
Changelog
5.0.4 (January 06, 2017)
>= 400
dio.request({string})
to alias dio.request.get({string})
Changelog
5.0.3 (December 31, 2016)
defaultProps
& getDefaultProps