0.8.0
- Redesigned a way to obtain
attrs
,children
,context
andstate
inside component's instance #282 - Exception is throwed in dev mode in case of attempt to modify
attrs
,children
,context
andstate
directly #284 tag
,attrs
,children
,key
properties of virtual node are made public #281- Static method
onDefaultAttrsRequest()
ofComponent
is replaced with staticdefaultAttrs
property #286